Skip to content

Commit 7a051e6

Browse files
authored
Merge pull request #267 from OpenVoxProject/release-8.24.1
Release 8.24.1
2 parents 7ee2d4e + 934a9ad commit 7a051e6

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [8.24.1](https://github.com/openvoxproject/openvox/tree/8.24.1) (2025-12-05)
6+
7+
[Full Changelog](https://github.com/openvoxproject/openvox/compare/8.24.0...8.24.1)
8+
9+
**Fixed bugs:**
10+
11+
- \[Bug\]: sysctl augeas broken after upgrade to Version 8.24.0 [\#264](https://github.com/OpenVoxProject/openvox/issues/264)
12+
- \[Bug\]: Augeas broken since openvox 8.24.0, missing augeas/facade [\#263](https://github.com/OpenVoxProject/openvox/issues/263)
13+
14+
**Merged pull requests:**
15+
16+
- Promote puppet-runtime 2025.12.05.1 [\#266](https://github.com/OpenVoxProject/openvox/pull/266) ([OpenVoxProjectBot](https://github.com/OpenVoxProjectBot))
17+
- Update augeas test to detect provider failure [\#265](https://github.com/OpenVoxProject/openvox/pull/265) ([nmburgan](https://github.com/nmburgan))
18+
- Add dbus feature [\#261](https://github.com/OpenVoxProject/openvox/pull/261) ([ananace](https://github.com/ananace))
19+
520
## [8.24.0](https://github.com/openvoxproject/openvox/tree/8.24.0) (2025-12-04)
621

722
[Full Changelog](https://github.com/openvoxproject/openvox/compare/8.23.1...8.24.0)

lib/puppet/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Raketasks and such to set the version based on the output of `git describe`
99

1010
module Puppet
11-
PUPPETVERSION = '8.24.0'
11+
PUPPETVERSION = '8.24.1'
1212
IMPLEMENTATION = 'openvox'
1313

1414
##

0 commit comments

Comments
 (0)