Skip to content

Commit

Permalink
Merge pull request #70 from bmjen/release-prep
Browse files Browse the repository at this point in the history
Release 0.4.0 prep
  • Loading branch information
Morgan Haskel committed Sep 15, 2015
2 parents 65ae033 + 1be5245 commit da87235
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 11 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
2015-09-15 Release 0.4.0

Backwards incompatible changes:
- Updated to set `ddns-hostname` instead of `option host-name`.

Features:
- Adds ability to ignore subnets.
- Adds service_ensure to manage state of dhcp service.
- Allows users to specify different nameservers and PXE-server.
- ALlows overriding of the domain name per pool.
- Modernizes module with lint, testing, metadata updates.
- Allows adding of abitrary global options to the main `dhcpd.conf`.
- Allows additional options to be specified for `dhcp::host`.
- Allows setting of the `dnskeyname` parameter in `dhcpd.conf`.
- Adds ability to define `omapi_port`.
- Adds ability to ignore unknown-clients.

Bugfixes:
- Normalizes MAC addresses to be printed in upper case.
- Fixes default ntpservers value to not fail validation.
- Fix in documentation for dhcp::pool. range should be array instead of string.
- Fixes dhcpd.conf file dependency error.
- Fix to properly wrap `domain-name` in quotes.

2014-07-23 Release 0.3.0

Backwards incompatible changes:
Expand Down
23 changes: 12 additions & 11 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "puppetlabs-dhcp",
"version": "0.3.0",
"source": "https://github.com/puppetlabs/puppetlabs-dhcp",
"author": "Puppet Labs",
"license": "Apache-2.0",
"project_page": "https://github.com/puppetlabs/puppetlabs-dhcp",
"summary": "Manage the ISC dhcp daemon",
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 2.0.0" },
{ "name": "puppetlabs/concat", "version_requirement": ">= 1.1.0" }
]
"name": "puppetlabs-dhcp",
"version": "0.4.0",
"author": "Puppet Labs",
"summary": "Manage the ISC dhcp daemon",
"license": "Apache-2.0",
"source": "https://github.com/puppetlabs/puppetlabs-dhcp",
"project_page": "https://github.com/puppetlabs/puppetlabs-dhcp",
"issues_url": "https://github.com/puppetlabs/puppetlabs-dhcp/issues",
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 2.0.0 < 5.0.0"},
{"name":"puppetlabs/concat","version_requirement":">= 1.1.0 < 2.0.0"}
]
}

0 comments on commit da87235

Please sign in to comment.