openvox 8.24.0 → 8.24.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -0
- data/lib/puppet/feature/dbus.rb +5 -0
- data/lib/puppet/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4a4efa818181c2400e4fce9f18c24c8f56c8b8611afcd63e7deebdc5e2b12430
|
|
4
|
+
data.tar.gz: ca94e391ff44b635d0be585703b10f065504f897dc6ec9b7e2d98e1d7ee45d35
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '09409cdb2fe81c2d7ff9b8088d1cbb7fa5948b9e05575dab9148d08fb0ea70d89e29d08eed03fe404360eb741ff418b464a1f4e2994545336515f75844718cc4'
|
|
7
|
+
data.tar.gz: 13da8348149da0fb19c03a692754c022f452c6be9fb41bef418a58c2516687b10f12c83352ac34f0b1e750451d44bc1e69f7aa763aa828771903eab062bfaae6
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
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
|
+
|
|
5
20
|
## [8.24.0](https://github.com/openvoxproject/openvox/tree/8.24.0) (2025-12-04)
|
|
6
21
|
|
|
7
22
|
[Full Changelog](https://github.com/openvoxproject/openvox/compare/8.23.1...8.24.0)
|
data/lib/puppet/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: openvox
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 8.24.
|
|
4
|
+
version: 8.24.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenVox Project
|
|
@@ -374,6 +374,7 @@ files:
|
|
|
374
374
|
- lib/puppet/feature/base.rb
|
|
375
375
|
- lib/puppet/feature/bolt.rb
|
|
376
376
|
- lib/puppet/feature/cfpropertylist.rb
|
|
377
|
+
- lib/puppet/feature/dbus.rb
|
|
377
378
|
- lib/puppet/feature/eventlog.rb
|
|
378
379
|
- lib/puppet/feature/hiera_eyaml.rb
|
|
379
380
|
- lib/puppet/feature/hocon.rb
|