diff --git a/CHANGELOG.md b/CHANGELOG.md index 25f26044..38d004df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [17.1.1](https://github.com/theforeman/puppet-foreman_proxy/tree/17.1.1) (2021-03-18) + +[Full Changelog](https://github.com/theforeman/puppet-foreman_proxy/compare/17.1.0...17.1.1) + +**Fixed bugs:** + +- Fixes [\#32078](https://projects.theforeman.org/issues/32078) - explicitly notify dynflow core service on changes [\#653](https://github.com/theforeman/puppet-foreman_proxy/pull/653) ([evgeni](https://github.com/evgeni)) + ## [17.1.0](https://github.com/theforeman/puppet-foreman_proxy/tree/17.1.0) (2021-02-04) [Full Changelog](https://github.com/theforeman/puppet-foreman_proxy/compare/17.0.0...17.1.0) diff --git a/HISTORY.md b/HISTORY.md index 3cb9ce55..822d5f38 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,35 @@ +## [17.1.1](https://github.com/theforeman/puppet-foreman_proxy/tree/17.1.1) (2021-03-18) + +[Full Changelog](https://github.com/theforeman/puppet-foreman_proxy/compare/17.1.0...17.1.1) + +**Fixed bugs:** + +- Fixes [\#32078](https://projects.theforeman.org/issues/32078) - explicitly notify dynflow core service on changes [\#653](https://github.com/theforeman/puppet-foreman_proxy/pull/653) ([evgeni](https://github.com/evgeni)) + +## [17.1.0](https://github.com/theforeman/puppet-foreman_proxy/tree/17.1.0) (2021-02-04) + +[Full Changelog](https://github.com/theforeman/puppet-foreman_proxy/compare/17.0.0...17.1.0) + +**Implemented enhancements:** + +- Fixes [\#31642](https://projects.theforeman.org/issues/31642) - Add container gateway support [\#643](https://github.com/theforeman/puppet-foreman_proxy/pull/643) ([ianballou](https://github.com/ianballou)) + +## [17.0.0](https://github.com/theforeman/puppet-foreman_proxy/tree/17.0.0) (2021-01-29) + +[Full Changelog](https://github.com/theforeman/puppet-foreman_proxy/compare/16.0.0...17.0.0) + +**Breaking changes:** + +- Fixes [\#30449](https://projects.theforeman.org/issues/30449) - Do not require TFTP for HTTPBoot [\#608](https://github.com/theforeman/puppet-foreman_proxy/pull/608) ([ekohl](https://github.com/ekohl)) + +**Implemented enhancements:** + +- Fixes [\#31415](https://projects.theforeman.org/issues/31415) - Expose DHCP's ping\_free\_ip option [\#635](https://github.com/theforeman/puppet-foreman_proxy/pull/635) ([ekohl](https://github.com/ekohl)) + +**Fixed bugs:** + +- Fixes [\#31430](https://projects.theforeman.org/issues/31430) - use correct key and server for ansible-runner deb [\#637](https://github.com/theforeman/puppet-foreman_proxy/pull/637) ([evgeni](https://github.com/evgeni)) + ## [16.0.0](https://github.com/theforeman/puppet-foreman_proxy/tree/16.0.0) (2020-10-30) [Full Changelog](https://github.com/theforeman/puppet-foreman_proxy/compare/15.3.0...16.0.0) diff --git a/metadata.json b/metadata.json index 9b1639c6..f17d6da1 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "theforeman-foreman_proxy", - "version": "17.1.0", + "version": "17.1.1", "author": "theforeman", "summary": "Foreman Smart Proxy configuration", "license": "GPL-3.0+",