Showing with 13 additions and 4 deletions.
  1. +9 −0 CHANGELOG.md
  2. +4 −4 metadata.json
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [10.0.0](https://github.com/theforeman/puppet-dns/tree/10.0.0) (2023-05-10)

[Full Changelog](https://github.com/theforeman/puppet-dns/compare/9.6.0...10.0.0)

**Breaking changes:**

- Refs [\#36345](https://projects.theforeman.org/issues/36345) - Drop Puppet 6 support [\#232](https://github.com/theforeman/puppet-dns/pull/232) ([ekohl](https://github.com/ekohl))
- Drop Debian 9 & Fedora 32 and add Fedora 37/38 [\#231](https://github.com/theforeman/puppet-dns/pull/231) ([ekohl](https://github.com/ekohl))

## [9.6.0](https://github.com/theforeman/puppet-dns/tree/9.6.0) (2023-05-03)

[Full Changelog](https://github.com/theforeman/puppet-dns/compare/9.5.1...9.6.0)
Expand Down
8 changes: 4 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "theforeman-dns",
"version": "9.6.0",
"version": "10.0.0",
"author": "theforeman",
"summary": "Manage the ISC BIND daemon",
"license": "Apache-2.0",
Expand Down Expand Up @@ -28,7 +28,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 6.15.0 < 8.0.0"
"version_requirement": ">= 7.0.0 < 8.0.0"
}
],
"operatingsystem_support": [
Expand Down Expand Up @@ -56,13 +56,13 @@
{
"operatingsystem": "Fedora",
"operatingsystemrelease": [
"32"
"37",
"38"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"9",
"10",
"11"
]
Expand Down