openvox 8.23.0 → 8.23.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +13 -0
  3. data/lib/puppet/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aed4767f47fbc8e2cada7f28bd3eb89af5c63a93d77c51cfe6863db5613f360d
4
- data.tar.gz: 35906d9b41395c95d8162d1cc3af5109c265c4bd6a9749483f3572de3802940f
3
+ metadata.gz: 0340afa96bbd2e69fcaa83b8fb88b8e021cc695752e21be453683aae2f8b642f
4
+ data.tar.gz: 6077c4499b38a7aa1dde94db273045610eb70da19b911f2ef8bb2242728e33fb
5
5
  SHA512:
6
- metadata.gz: 23098a31bba7f56c0c52c81a7f22964034f11e695ac23f19fcf927ff51ffd74d2e41b1fd6cb2bf0c6d3e88aacad039e0e84e77717c0601ec546289d3c1809d6d
7
- data.tar.gz: 24aa9b6b9f4b03bcff0c52de755ce6d29584cc8462a985b3fd7474124aee6edeeaca5b5be4dc139776246b441fd6c886d74d3c455986106734b795cfcc0e31b6
6
+ metadata.gz: 8daf6d1f1118b0f860629b7033c83d6595f28c3125ae59887e5743558809d5f3354ee7334770db6034c1fd1284639523f0d29da5cbcfbbf937d14c589810daef
7
+ data.tar.gz: cbf1f40745c92cab0bef6a91e7e30ed62826bf1fe10e8c9f92684f09e422db2f6c4ebcdb04c5bbf4e297ace25124f3d2f8b676d0f1a074274dedd3720f96dbd7
data/CHANGELOG.md CHANGED
@@ -2,6 +2,19 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [8.23.1](https://github.com/openvoxproject/openvox/tree/8.23.1) (2025-09-08)
6
+
7
+ [Full Changelog](https://github.com/openvoxproject/openvox/compare/8.23.0...8.23.1)
8
+
9
+ **Fixed bugs:**
10
+
11
+ - Fix how we find the version library [\#203](https://github.com/OpenVoxProject/openvox/pull/203) ([nmburgan](https://github.com/nmburgan))
12
+
13
+ **Merged pull requests:**
14
+
15
+ - Promote puppet-runtime 2025.09.08.1 [\#204](https://github.com/OpenVoxProject/openvox/pull/204) ([nmburgan](https://github.com/nmburgan))
16
+ - Test for r10k failure condition [\#202](https://github.com/OpenVoxProject/openvox/pull/202) ([nmburgan](https://github.com/nmburgan))
17
+
5
18
  ## [8.23.0](https://github.com/openvoxproject/openvox/tree/8.23.0) (2025-09-07)
6
19
 
7
20
  [Full Changelog](https://github.com/openvoxproject/openvox/compare/8.22.0...8.23.0)
@@ -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.23.0'
11
+ PUPPETVERSION = '8.23.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.23.0
4
+ version: 8.23.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenVox Project