Skip to content

Commit

Permalink
Merge pull request #47 from voxpupuli/rel500
Browse files Browse the repository at this point in the history
Release 5.0.0
  • Loading branch information
bastelfreak authored Sep 17, 2022
2 parents f681448 + 94edd68 commit 2700760
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 2 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Changelog

## 4.1.0
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.

## [v5.0.0](https://github.com/voxpupuli/puppet-augeasproviders_shellvar/tree/v5.0.0) (2022-09-17)

[Full Changelog](https://github.com/voxpupuli/puppet-augeasproviders_shellvar/compare/4.1.0...v5.0.0)

**Breaking changes:**

- Drop EoL operatingsystem support [\#46](https://github.com/voxpupuli/puppet-augeasproviders_shellvar/pull/46) ([bastelfreak](https://github.com/bastelfreak))
- Drop EoL Puppet 5 support; Add Puppet 7 support [\#44](https://github.com/voxpupuli/puppet-augeasproviders_shellvar/pull/44) ([bastelfreak](https://github.com/bastelfreak))

**Merged pull requests:**

- README.md: cleanup badges [\#45](https://github.com/voxpupuli/puppet-augeasproviders_shellvar/pull/45) ([bastelfreak](https://github.com/bastelfreak))
- augeasproviders\_core: Fix namespace [\#43](https://github.com/voxpupuli/puppet-augeasproviders_shellvar/pull/43) ([bastelfreak](https://github.com/bastelfreak))

## [4.1.0](https://github.com/voxpupuli/puppet-augeasproviders_shellvar/tree/4.1.0) (2021-08-20)

- Convert to PDK
- Add a check for nil when setting values for comments
Expand Down Expand Up @@ -77,3 +95,6 @@
## 2.0.0

- First release of split module.


\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
77 changes: 77 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
## [4.1.0](https://github.com/voxpupuli/puppet-augeasproviders_shellvar/tree/4.1.0) (2021-08-20)

- Convert to PDK
- Add a check for nil when setting values for comments
- Allow augeasproviders_core 3.x

## 4.0.0

- Add array remove functionality (#36)
- Make uncomment work with array_append (fix #13)

## 3.1.0

- Add support for Puppet 6
- Deprecate support for Puppet < 5
- Update supported OSes in metadata.json

## 3.0.0

- Fix support for 'puppet generate types'

## 2.2.4

- Revert the 'puppet generate types' fix due to a discovery that it does not
work properly prior to puppet 4.10.4 due to a bug in puppet.

## 2.2.3

- Fix support for 'puppet generate types'
- Added CentOS and OracleLinux to supported OS list

## 2.2.2

- Upped supported Puppet versions to include Puppet 5

## 2.2.1

- Only remove seq entries in array entries (GH #10)
- Resync value when exporting/unsetting (GH #10)

## 2.2.0

- Detect value in existing comment when uncommenting (GH #18)
- Improve README.md
- Use containerized Travis CI infrastructure
- Test on Puppet 4
- Update copyright

## 2.1.1

- Fix metadata.json

## 2.1.0

- Add multiline value support
- Depend on augeasproviders_core >= 2.1.0

## 2.0.4

- Fix Travis build

## 2.0.3

- Make sure :name is always fed by the composite namevar (GH #3)
- Always use resource[:variable] instead of resource[:name] in the provider

## 2.0.2

- Add target as namevar, activate composite namevars (GH #2)

## 2.0.1

- Fix exporting array values (GH #1)

## 2.0.0

- First release of split module.
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppet-augeasproviders_shellvar",
"version": "4.1.0",
"version": "5.0.0",
"author": "Vox Pupuli",
"summary": "Augeas-based shellvar type and provider for Puppet",
"license": "Apache-2.0",
Expand Down

0 comments on commit 2700760

Please sign in to comment.