Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 3.2.0 #176

Merged
merged 1 commit into from
Jan 4, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ 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.2.0](https://github.com/voxpupuli/puppet-dhcp/tree/v3.2.0) (2018-01-04)

[Full Changelog](https://github.com/voxpupuli/puppet-dhcp/compare/v3.1.0...v3.2.0)

**Implemented enhancements:**

- add ddns\_client\_updates parameter [\#172](https://github.com/voxpupuli/puppet-dhcp/pull/172) ([tiernap](https://github.com/tiernap))

**Closed issues:**

- Could not find dependent Service\[dhcpd\] for File\[/etc/systemd/system/dhcpd.service\] when manage\_service is false [\#170](https://github.com/voxpupuli/puppet-dhcp/issues/170)

**Merged pull requests:**

- Use match\_array for better failure output [\#173](https://github.com/voxpupuli/puppet-dhcp/pull/173) ([ekohl](https://github.com/ekohl))
- Fix notification target [\#171](https://github.com/voxpupuli/puppet-dhcp/pull/171) ([danyel2014](https://github.com/danyel2014))
- release 3.1.0 [\#168](https://github.com/voxpupuli/puppet-dhcp/pull/168) ([bastelfreak](https://github.com/bastelfreak))

## [v3.1.0](https://github.com/voxpupuli/puppet-dhcp/tree/v3.1.0) (2017-11-11)

[Full Changelog](https://github.com/voxpupuli/puppet-dhcp/compare/v3.0.0...v3.1.0)
Expand Down Expand Up @@ -284,4 +302,4 @@ These should not affect the functionality of the module.



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ group :system_tests do
end

group :release do
gem 'github_changelog_generator', :require => false if RUBY_VERSION >= '2.2.2'
gem 'github_changelog_generator', :require => false, :git => 'https://github.com/skywinder/github-changelog-generator'
gem 'puppet-blacksmith', :require => false
gem 'voxpupuli-release', :require => false, :git => 'https://github.com/voxpupuli/voxpupuli-release-gem'
gem 'puppet-strings', '~> 1.0', :require => false
Expand Down
6 changes: 3 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppet-dhcp",
"version": "3.1.1-rc0",
"version": "3.2.0",
"author": "Vox Pupuli",
"summary": "Manage the ISC dhcp daemon",
"license": "Apache-2.0",
Expand All @@ -14,7 +14,7 @@
},
{
"name": "puppetlabs/concat",
"version_requirement": ">= 1.2.5 < 3.0.0"
"version_requirement": ">= 1.2.5 < 5.0.0"
}
],
"operatingsystem_support": [
Expand Down Expand Up @@ -54,7 +54,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">=4.6.1 < 6.0.0"
"version_requirement": ">= 4.7.1 < 6.0.0"
}
]
}