Skip to content

Commit

Permalink
Merge pull request #249 from bastelfreak/rel300
Browse files Browse the repository at this point in the history
release 3.0.0
  • Loading branch information
bastelfreak authored Sep 30, 2020
2 parents 8801ef7 + ebc0ede commit f3c1c56
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +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.

## [v3.0.0](https://github.com/voxpupuli/puppet-unbound/tree/v3.0.0) (2020-09-30)

[Full Changelog](https://github.com/voxpupuli/puppet-unbound/compare/v2.8.0...v3.0.0)

**Breaking changes:**

- Drop Debian 6/7/8 support and compatibility [\#246](https://github.com/voxpupuli/puppet-unbound/pull/246) ([bastelfreak](https://github.com/bastelfreak))

**Implemented enhancements:**

- Add support for stub-no-cache option [\#241](https://github.com/voxpupuli/puppet-unbound/pull/241) ([xaque208](https://github.com/xaque208))

**Fixed bugs:**

- Fix erb template to allow string for address attribute [\#247](https://github.com/voxpupuli/puppet-unbound/pull/247) ([bastelfreak](https://github.com/bastelfreak))

**Merged pull requests:**

- Disable Debian 8 acceptance tests [\#248](https://github.com/voxpupuli/puppet-unbound/pull/248) ([bastelfreak](https://github.com/bastelfreak))

## [v2.8.0](https://github.com/voxpupuli/puppet-unbound/tree/v2.8.0) (2020-09-25)

[Full Changelog](https://github.com/voxpupuli/puppet-unbound/compare/v2.7.0...v2.8.0)
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppet-unbound",
"version": "2.8.1-rc0",
"version": "3.0.0",
"author": "Vox Pupuli",
"summary": "A module to deploy and manage the Unbound caching resolver",
"license": "Apache-2.0",
Expand Down

0 comments on commit f3c1c56

Please sign in to comment.