From 1a6754af53761dde26f7410dd8f97409f549d54a Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Fri, 22 Mar 2024 18:13:48 +0100 Subject: [PATCH] Release 19.2.0 --- CHANGELOG.md | 14 ++++++++++++++ metadata.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f940e1fb..6d751e6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [19.2.0](https://github.com/theforeman/puppet-puppet/tree/19.2.0) (2024-05-16) + +[Full Changelog](https://github.com/theforeman/puppet-puppet/compare/19.1.0...19.2.0) + +**Implemented enhancements:** + +- Allow puppet/systemd 7.x [\#914](https://github.com/theforeman/puppet-puppet/pull/914) ([evgeni](https://github.com/evgeni)) +- Fixes [\#37291](https://projects.theforeman.org/issues/37291) - Use explicit java on RH with Puppetserver 8 [\#910](https://github.com/theforeman/puppet-puppet/pull/910) ([ekohl](https://github.com/ekohl)) +- Disable FIPS on EL8+ [\#908](https://github.com/theforeman/puppet-puppet/pull/908) ([ehelms](https://github.com/ehelms)) + +**Fixed bugs:** + +- consistently use stdlib::ensure\_packages\(\) [\#913](https://github.com/theforeman/puppet-puppet/pull/913) ([bastelfreak](https://github.com/bastelfreak)) + ## [19.1.0](https://github.com/theforeman/puppet-puppet/tree/19.1.0) (2024-02-20) [Full Changelog](https://github.com/theforeman/puppet-puppet/compare/19.0.0...19.1.0) diff --git a/metadata.json b/metadata.json index 1ca0bc0b..e86546a0 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "theforeman-puppet", - "version": "19.1.0", + "version": "19.2.0", "author": "theforeman", "summary": "Puppet agent and server configuration", "license": "GPL-3.0+",