Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.0.0 #12

Merged
merged 1 commit into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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