Skip to content

Commit 4d248e9

Browse files
authored
Merge pull request #278 from OpenVoxProject/release-8.24.2
Release 8.24.2
2 parents 50bb6fd + 9c35191 commit 4d248e9

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

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

5+
## [8.24.2](https://github.com/openvoxproject/openvox/tree/8.24.2) (2025-12-15)
6+
7+
[Full Changelog](https://github.com/openvoxproject/openvox/compare/8.24.1...8.24.2)
8+
9+
**Fixed bugs:**
10+
11+
- \[Bug\]: Version 8.24.0 fails with Error: Could not find a suitable provider for augeas [\#262](https://github.com/OpenVoxProject/openvox/issues/262)
12+
13+
**Merged pull requests:**
14+
15+
- Promote openfact 5.2.1 [\#277](https://github.com/OpenVoxProject/openvox/pull/277) ([OpenVoxProjectBot](https://github.com/OpenVoxProjectBot))
16+
- Relax version requirements for some default gems [\#275](https://github.com/OpenVoxProject/openvox/pull/275) ([nmburgan](https://github.com/nmburgan))
17+
518
## [8.24.1](https://github.com/openvoxproject/openvox/tree/8.24.1) (2025-12-05)
619

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

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.1'
11+
PUPPETVERSION = '8.24.2'
1212
IMPLEMENTATION = 'openvox'
1313

1414
##

0 commit comments

Comments
 (0)