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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8539e4acc457b949d7cc5c1a7e09202876ef974ad377db45611d10b16c3f739f
4
- data.tar.gz: 017f35ebb2dcd54f0156032584666a41a57c3200ce1db0e59e19326c681b7927
3
+ metadata.gz: 4a4efa818181c2400e4fce9f18c24c8f56c8b8611afcd63e7deebdc5e2b12430
4
+ data.tar.gz: ca94e391ff44b635d0be585703b10f065504f897dc6ec9b7e2d98e1d7ee45d35
5
5
  SHA512:
6
- metadata.gz: 2f47947b7f4d4488dc92dfcf1d8a8080b6e7b2d19cd7e4a5fa8741300f2d560ee93802bde457e0819469ff49887167b88f9a912ea6bd75913f04fcb791e65bbe
7
- data.tar.gz: 2b3542752db23ed3f37eff8800e59d3bdd2e0fb271d6866632c491b521bfaf22439ea64a3b1ad4133638be987da4a1548ed034f75fa69f77e34505b6a4840e28
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)
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative '../../puppet/util/feature'
4
+
5
+ Puppet.features.add(:dbus, :libs => ['dbus'])
@@ -8,7 +8,7 @@
8
8
  # Raketasks and such to set the version based on the output of `git describe`
9
9
 
10
10
  module Puppet
11
- PUPPETVERSION = '8.24.0'
11
+ PUPPETVERSION = '8.24.1'
12
12
  IMPLEMENTATION = 'openvox'
13
13
 
14
14
  ##
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.0
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