Skip to content

Commit 82dcbfb

Browse files
committed
Release 8.1.0
1 parent 2f903b5 commit 82dcbfb

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [8.1.0](https://github.com/theforeman/puppet-dhcp/tree/8.1.0) (2022-02-03)
4+
5+
[Full Changelog](https://github.com/theforeman/puppet-dhcp/compare/8.0.0...8.1.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Add Debian 11 and Ubuntu 20.04 support [\#208](https://github.com/theforeman/puppet-dhcp/pull/208) ([ekohl](https://github.com/ekohl))
10+
- add support for raw configuration for host declarations. [\#206](https://github.com/theforeman/puppet-dhcp/pull/206) ([UiP9AV6Y](https://github.com/UiP9AV6Y))
11+
- puppetlabs/stdlib: Allow 8.x [\#204](https://github.com/theforeman/puppet-dhcp/pull/204) ([bastelfreak](https://github.com/bastelfreak))
12+
- Add support for multiple pools in a subnet [\#164](https://github.com/theforeman/puppet-dhcp/pull/164) ([peterverraedt](https://github.com/peterverraedt))
13+
314
## [8.0.0](https://github.com/theforeman/puppet-dhcp/tree/8.0.0) (2021-10-29)
415

516
[Full Changelog](https://github.com/theforeman/puppet-dhcp/compare/7.0.0...8.0.0)
@@ -62,6 +73,7 @@
6273
**Breaking changes:**
6374

6475
- Use modern facts [\#175](https://github.com/theforeman/puppet-dhcp/issues/175)
76+
- Default nameservers to an empty array [\#171](https://github.com/theforeman/puppet-dhcp/pull/171) ([jhoblitt](https://github.com/jhoblitt))
6577

6678
**Implemented enhancements:**
6779

@@ -92,10 +104,6 @@
92104

93105
[Full Changelog](https://github.com/theforeman/puppet-dhcp/compare/5.0.0...5.0.1)
94106

95-
**Breaking changes:**
96-
97-
- Default nameservers to an empty array [\#171](https://github.com/theforeman/puppet-dhcp/pull/171) ([jhoblitt](https://github.com/jhoblitt))
98-
99107
**Merged pull requests:**
100108

101109
- allow newer puppetlabs-concat version [\#157](https://github.com/theforeman/puppet-dhcp/pull/157) ([mmoll](https://github.com/mmoll))
@@ -108,6 +116,7 @@
108116
**Breaking changes:**
109117

110118
- drop Puppet 4 [\#152](https://github.com/theforeman/puppet-dhcp/pull/152) ([mmoll](https://github.com/mmoll))
119+
- drop EOL OSes [\#151](https://github.com/theforeman/puppet-dhcp/pull/151) ([mmoll](https://github.com/mmoll))
111120

112121
**Implemented enhancements:**
113122

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "theforeman-dhcp",
3-
"version": "8.0.0",
3+
"version": "8.1.0",
44
"author": "theforeman",
55
"summary": "Manage the ISC DHCP daemon",
66
"license": "Apache-2.0",
@@ -67,7 +67,7 @@
6767
"operatingsystemrelease": [
6868
"9",
6969
"10",
70-
"11"
70+
"11"
7171
]
7272
},
7373
{

0 commit comments

Comments
 (0)