From 4b1fcf560d49a1dc378b4c74d5a226e5d6f0024b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Fri, 30 May 2025 07:08:51 -1000 Subject: [PATCH] Release 8.19.0 --- CHANGELOG.md | 19 +++++++++++++++++++ lib/puppet/version.rb | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..fe9afac265 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [8.19.0](https://github.com/openvoxproject/puppet/tree/8.19.0) (2025-05-30) + +[Full Changelog](https://github.com/openvoxproject/puppet/compare/8.18.1...8.19.0) + +**Implemented enhancements:** + +- Add `implementation` fact to agent and server. [\#63](https://github.com/OpenVoxProject/puppet/pull/63) ([ffrank](https://github.com/ffrank)) + +**Fixed bugs:** + +- Replace `erase` with `remove`, since it's no longer supported with DNF5 [\#68](https://github.com/OpenVoxProject/puppet/pull/68) ([Stricken1670](https://github.com/Stricken1670)) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/lib/puppet/version.rb b/lib/puppet/version.rb index 51aec32307..fb41f8dc2c 100644 --- a/lib/puppet/version.rb +++ b/lib/puppet/version.rb @@ -8,7 +8,7 @@ # Raketasks and such to set the version based on the output of `git describe` module Puppet - PUPPETVERSION = '8.18.1' + PUPPETVERSION = '8.19.0' IMPLEMENTATION = 'openvox' ##