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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +13 -0
- data/lib/puppet/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0340afa96bbd2e69fcaa83b8fb88b8e021cc695752e21be453683aae2f8b642f
|
4
|
+
data.tar.gz: 6077c4499b38a7aa1dde94db273045610eb70da19b911f2ef8bb2242728e33fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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)
|
data/lib/puppet/version.rb
CHANGED