From 24a6fdd129a99cfb9526b8ff7330e5dd7c6558a0 Mon Sep 17 00:00:00 2001 From: OpenVoxProjectBot <215568489+OpenVoxProjectBot@users.noreply.github.com> Date: Mon, 8 Sep 2025 22:50:55 +0000 Subject: [PATCH] Release 8.23.1 --- CHANGELOG.md | 13 +++++++++++++ lib/puppet/version.rb | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcf39960f7..f0876256cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. +## [8.23.1](https://github.com/openvoxproject/openvox/tree/8.23.1) (2025-09-08) + +[Full Changelog](https://github.com/openvoxproject/openvox/compare/8.23.0...8.23.1) + +**Fixed bugs:** + +- Fix how we find the version library [\#203](https://github.com/OpenVoxProject/openvox/pull/203) ([nmburgan](https://github.com/nmburgan)) + +**Merged pull requests:** + +- Promote puppet-runtime 2025.09.08.1 [\#204](https://github.com/OpenVoxProject/openvox/pull/204) ([nmburgan](https://github.com/nmburgan)) +- Test for r10k failure condition [\#202](https://github.com/OpenVoxProject/openvox/pull/202) ([nmburgan](https://github.com/nmburgan)) + ## [8.23.0](https://github.com/openvoxproject/openvox/tree/8.23.0) (2025-09-07) [Full Changelog](https://github.com/openvoxproject/openvox/compare/8.22.0...8.23.0) diff --git a/lib/puppet/version.rb b/lib/puppet/version.rb index c2535a3387..f86740e4c0 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.23.0' + PUPPETVERSION = '8.23.1' IMPLEMENTATION = 'openvox' ##