diff --git a/CHANGELOG.md b/CHANGELOG.md index 12601dd..95a2315 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,26 @@ All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module. +## [v2.1.0](https://github.com/voxpupuli/puppet-hashi_stack/tree/v2.1.0) (2022-08-28) + +[Full Changelog](https://github.com/voxpupuli/puppet-hashi_stack/compare/v2.0.1...v2.1.0) + +**Implemented enhancements:** + +- Add support for repo\_gpgcheck to the hashicorp yum repo [\#15](https://github.com/voxpupuli/puppet-hashi_stack/pull/15) ([hammondr](https://github.com/hammondr)) + +**Merged pull requests:** + +- puppetlabs/apt: Allow 9.x [\#17](https://github.com/voxpupuli/puppet-hashi_stack/pull/17) ([bastelfreak](https://github.com/bastelfreak)) +- Fix Ubuntu18/puppet6 CI job [\#16](https://github.com/voxpupuli/puppet-hashi_stack/pull/16) ([bastelfreak](https://github.com/bastelfreak)) + ## [v2.0.1](https://github.com/voxpupuli/puppet-hashi_stack/tree/v2.0.1) (2021-08-27) [Full Changelog](https://github.com/voxpupuli/puppet-hashi_stack/compare/v2.0.0...v2.0.1) **Merged pull requests:** +- Release 2.0.1 [\#10](https://github.com/voxpupuli/puppet-hashi_stack/pull/10) ([smortex](https://github.com/smortex)) - Allow stdlib 8.0.0 [\#8](https://github.com/voxpupuli/puppet-hashi_stack/pull/8) ([smortex](https://github.com/smortex)) ## [v2.0.0](https://github.com/voxpupuli/puppet-hashi_stack/tree/v2.0.0) (2021-05-11) diff --git a/REFERENCE.md b/REFERENCE.md index d74ddfd..0f08b44 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -42,6 +42,7 @@ The following parameters are available in the `hashi_stack::repo` class: * [`key_source`](#key_source) * [`description`](#description) * [`rpm_base`](#rpm_base) +* [`repo_gpgcheck`](#repo_gpgcheck) ##### `priority` @@ -91,3 +92,11 @@ Base URL for the Yum repository Default value: `'https://rpm.releases.hashicorp.com'` +##### `repo_gpgcheck` + +Data type: `Integer[0,1]` + + + +Default value: `0` + diff --git a/metadata.json b/metadata.json index df954fa..4bb4b03 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-hashi_stack", - "version": "2.0.2-rc0", + "version": "2.1.0", "author": "Vox Pupuli", "summary": "This module contains shared code for various HashiCorp modules", "license": "AGPL-3.0",