Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zilchms committed Apr 9, 2024
1 parent 5c62b90 commit a8539f3
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 14 deletions.
57 changes: 44 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,56 @@
# Changelog

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

- Fix puppet requirement to < 7.0.0
## [v3.0.0](https://github.com/voxpupuli/puppet-augeasproviders_nagios/tree/v3.0.0) (2024-04-09)

## 2.1.0
[Full Changelog](https://github.com/voxpupuli/puppet-augeasproviders_nagios/compare/2.1.1...v3.0.0)

- add support for Puppet 5 & 6
- deprecate support for Puppet < 5
- update supported OSes in metadata.json
**Breaking changes:**

## 2.0.2
- Drop Puppet 6 support [\#6](https://github.com/voxpupuli/puppet-augeasproviders_nagios/pull/6) ([bastelfreak](https://github.com/bastelfreak))

- Upped supported Puppet versions to include Puppet 5
**Implemented enhancements:**

- puppet/augesproviders\_core: allow 4.x [\#10](https://github.com/voxpupuli/puppet-augeasproviders_nagios/pull/10) ([zilchms](https://github.com/zilchms))
- fix dependency to puppet/augeasproviders\_core [\#9](https://github.com/voxpupuli/puppet-augeasproviders_nagios/pull/9) ([zilchms](https://github.com/zilchms))
- Add Puppet 8 support [\#8](https://github.com/voxpupuli/puppet-augeasproviders_nagios/pull/8) ([bastelfreak](https://github.com/bastelfreak))

## 2.0.1
**Closed issues:**

- Fix metadata.json
- Various minor updates to Travis test configuration
- Update for augeasproviders\_core 4.0.0 [\#7](https://github.com/voxpupuli/puppet-augeasproviders_nagios/issues/7)

## 2.0.0
**Merged pull requests:**

- First release of split module.
- Fully migrate module to Vox Pupuli [\#11](https://github.com/voxpupuli/puppet-augeasproviders_nagios/pull/11) ([zilchms](https://github.com/zilchms))

## [2.1.1](https://github.com/voxpupuli/puppet-augeasproviders_nagios/tree/2.1.1) (2019-03-01)

[Full Changelog](https://github.com/voxpupuli/puppet-augeasproviders_nagios/compare/2.1.0...2.1.1)

## [2.1.0](https://github.com/voxpupuli/puppet-augeasproviders_nagios/tree/2.1.0) (2019-03-01)

[Full Changelog](https://github.com/voxpupuli/puppet-augeasproviders_nagios/compare/2.0.2...2.1.0)

## [2.0.2](https://github.com/voxpupuli/puppet-augeasproviders_nagios/tree/2.0.2) (2017-10-02)

[Full Changelog](https://github.com/voxpupuli/puppet-augeasproviders_nagios/compare/2.0.1...2.0.2)

**Merged pull requests:**

- Support Puppet 5 [\#4](https://github.com/voxpupuli/puppet-augeasproviders_nagios/pull/4) ([jeefberkey](https://github.com/jeefberkey))
- Raise exception on missing augeasproviders\_core [\#3](https://github.com/voxpupuli/puppet-augeasproviders_nagios/pull/3) ([igalic](https://github.com/igalic))

## [2.0.1](https://github.com/voxpupuli/puppet-augeasproviders_nagios/tree/2.0.1) (2014-12-10)

[Full Changelog](https://github.com/voxpupuli/puppet-augeasproviders_nagios/compare/2.0.0...2.0.1)

## [2.0.0](https://github.com/voxpupuli/puppet-augeasproviders_nagios/tree/2.0.0) (2014-08-11)

[Full Changelog](https://github.com/voxpupuli/puppet-augeasproviders_nagios/compare/940026e662eb01aaa76878b4acd5159e37064424...2.0.0)



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
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_nagios",
"version": "2.1.1",
"version": "3.0.0",
"author": "Vox Pupuli",
"summary": "Augeas-based nagios types and providers for Puppet",
"license": "Apache-2.0",
Expand Down

0 comments on commit a8539f3

Please sign in to comment.