Skip to content

Commit

Permalink
Release v9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onlyhavecans committed Oct 29, 2021
1 parent 7dd2d09 commit b5d120e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
# Changelog

## [v8.0.3](https://github.com/dnsimple/chef-pdns/tree/v8.0.3) (2021-06-07)
## [v9.0.0](https://github.com/dnsimple/chef-pdns/tree/v9.0.0) (2021-10-29)

[Full Changelog](https://github.com/dnsimple/chef-pdns/compare/v6.1.1...v8.0.3)
[Full Changelog](https://github.com/dnsimple/chef-pdns/compare/v6.1.1...v9.0.0)

**Implemented enhancements:**

- Resources require disable action [\#71](https://github.com/dnsimple/chef-pdns/issues/71)

**Fixed bugs:**

- chefignore missing [\#118](https://github.com/dnsimple/chef-pdns/issues/118)
- Getting an error if I do not stop pdns service [\#88](https://github.com/dnsimple/chef-pdns/issues/88)
- issue in running the test recipe [\#83](https://github.com/dnsimple/chef-pdns/issues/83)
- pdns\_authoritative\_backend matchers should be named install\_pdns\_authoritative\_backend [\#68](https://github.com/dnsimple/chef-pdns/issues/68)
- PowerDNS debug rpm [\#52](https://github.com/dnsimple/chef-pdns/issues/52)
- Add DNF / CentOS 8 - drop CentOS 6 [\#112](https://github.com/dnsimple/chef-pdns/pull/112) ([sspans](https://github.com/sspans))

**Closed issues:**
Expand All @@ -20,6 +26,10 @@

**Merged pull requests:**

- Add disable to services [\#123](https://github.com/dnsimple/chef-pdns/pull/123) ([onlyhavecans](https://github.com/onlyhavecans))
- Switch default to 4.5.x Drop testing for Debian 9 since upstream has [\#122](https://github.com/dnsimple/chef-pdns/pull/122) ([onlyhavecans](https://github.com/onlyhavecans))
- Install debug packages with debug flag [\#121](https://github.com/dnsimple/chef-pdns/pull/121) ([onlyhavecans](https://github.com/onlyhavecans))
- Adds CI to GitHub Actions [\#120](https://github.com/dnsimple/chef-pdns/pull/120) ([san983](https://github.com/san983))
- Enhancement/focal support [\#117](https://github.com/dnsimple/chef-pdns/pull/117) ([AGS4NO](https://github.com/AGS4NO))
- Update to series 44 [\#116](https://github.com/dnsimple/chef-pdns/pull/116) ([AGS4NO](https://github.com/AGS4NO))
- Fix/ci [\#114](https://github.com/dnsimple/chef-pdns/pull/114) ([AGS4NO](https://github.com/AGS4NO))
Expand Down Expand Up @@ -397,4 +407,6 @@
- \[COOK-2986\] Fix foodcritic warnings [\#7](https://github.com/dnsimple/chef-pdns/pull/7) ([stevendanna](https://github.com/stevendanna))
- \[COOK-2604\] Configure a PowerDNS server [\#2](https://github.com/dnsimple/chef-pdns/pull/2) ([dje](https://github.com/dje))



\* *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.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
maintainer_email '[email protected]'
license 'Apache-2.0'
description 'Installs/Configures PowerDNS Recursor and Authoritative server'
version '8.0.3'
version '9.0.0'
source_url 'https://github.com/dnsimple/chef-pdns'
issues_url 'https://github.com/dnsimple/chef-pdns/issues'

Expand Down

0 comments on commit b5d120e

Please sign in to comment.