Release 2.1.0

This commit is contained in:
Tim Meusel 2022-08-28 17:34:38 +02:00
parent 597ad8c9c0
commit bed3690c6f
No known key found for this signature in database
GPG key ID: 04D659E6BF1C4CC0
3 changed files with 24 additions and 1 deletions

View file

@ -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. Each new release typically also includes the latest modulesync defaults.
These should not affect the functionality of the module. 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) ## [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) [Full Changelog](https://github.com/voxpupuli/puppet-hashi_stack/compare/v2.0.0...v2.0.1)
**Merged pull requests:** **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)) - 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) ## [v2.0.0](https://github.com/voxpupuli/puppet-hashi_stack/tree/v2.0.0) (2021-05-11)

View file

@ -42,6 +42,7 @@ The following parameters are available in the `hashi_stack::repo` class:
* [`key_source`](#key_source) * [`key_source`](#key_source)
* [`description`](#description) * [`description`](#description)
* [`rpm_base`](#rpm_base) * [`rpm_base`](#rpm_base)
* [`repo_gpgcheck`](#repo_gpgcheck)
##### <a name="priority"></a>`priority` ##### <a name="priority"></a>`priority`
@ -91,3 +92,11 @@ Base URL for the Yum repository
Default value: `'https://rpm.releases.hashicorp.com'` Default value: `'https://rpm.releases.hashicorp.com'`
##### <a name="repo_gpgcheck"></a>`repo_gpgcheck`
Data type: `Integer[0,1]`
Default value: `0`

View file

@ -1,6 +1,6 @@
{ {
"name": "puppet-hashi_stack", "name": "puppet-hashi_stack",
"version": "2.0.2-rc0", "version": "2.1.0",
"author": "Vox Pupuli", "author": "Vox Pupuli",
"summary": "This module contains shared code for various HashiCorp modules", "summary": "This module contains shared code for various HashiCorp modules",
"license": "AGPL-3.0", "license": "AGPL-3.0",