openvox 9.0.0.pre.rc2 → 9.0.0.pre.rc3

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: f29edf50ba8dd2fc88054cd64eea9e92ebd6eb453d2fcb13b8a27423a97030f4
4
- data.tar.gz: 64407b9b3b0b1a3440b2e3939642b0b5500dd60114ee4cdcd5f8600ab2ae38fe
3
+ metadata.gz: ff3d35a90c0c5a3f6abff5cbeab008c979058fc29d44ee25e050031540df8728
4
+ data.tar.gz: ed67b44b7a61d22806622baebd0a36973198de08300742693c7849c86ea3b009
5
5
  SHA512:
6
- metadata.gz: 2695f5441ae64957e961fd90ab0cbd4fe2a9c3a7ae4e3a9473116207c25b7f2860cb54fdf1ca688ed550ab87626cb353d09c564a84c96ee680757c8c2ed2bc55
7
- data.tar.gz: d92d00bab1a6e223d09b2931ab34b8b5165e0fee80b0d1cfd24e74400ed5d280fdc7285b3176da02ca9f8b893276bbfd5ea6c93c7611d5c847b6ef98dfac9432
6
+ metadata.gz: 9001ac0bb8232443526f79828694cc07bae30be90f85e46847d257e0277cc247f2c1fbda5b050cd6774768b767a3f4091a8d55cd839c18a506420c12e997a39d
7
+ data.tar.gz: 816f68db731be85de40312e9dc1267077bad584df2311d0eac61ab95a0ad68c8ea1bf2b6d1611dc698c21958e2d1c8d491a3a812e8068b880dbc8f5e7304ebcf
data/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [9.0.0-rc3](https://github.com/openvoxproject/openvox/tree/9.0.0-rc3) (2026-09-25)
6
+
7
+ [Full Changelog](https://github.com/openvoxproject/openvox/compare/9.0.0-rc2...9.0.0-rc3)
8
+
9
+ **Fixed bugs:**
10
+
11
+ - packaging: ensure every systemd-distro get a service file [\#688](https://github.com/OpenVoxProject/openvox/pull/688) ([bastelfreak](https://github.com/bastelfreak))
12
+
5
13
  ## [9.0.0-rc2](https://github.com/openvoxproject/openvox/tree/9.0.0-rc2) (2026-09-25)
6
14
 
7
15
  [Full Changelog](https://github.com/openvoxproject/openvox/compare/9.0.0-rc1...9.0.0-rc2)
@@ -18,6 +26,7 @@ All notable changes to this project will be documented in this file.
18
26
  - Only require the server setting when no explicit server is given [\#659](https://github.com/OpenVoxProject/openvox/pull/659) ([silug](https://github.com/silug))
19
27
  - print "Loading facts" just once [\#656](https://github.com/OpenVoxProject/openvox/pull/656) ([bastelfreak](https://github.com/bastelfreak))
20
28
  - Pin json below 3 to unblock CI [\#655](https://github.com/OpenVoxProject/openvox/pull/655) ([miharp](https://github.com/miharp))
29
+ - Install the service defaults file on Debian [\#645](https://github.com/OpenVoxProject/openvox/pull/645) ([jcharaoui](https://github.com/jcharaoui))
21
30
  - Do not swallow RunTimeoutError while collecting facts [\#643](https://github.com/OpenVoxProject/openvox/pull/643) ([silug](https://github.com/silug))
22
31
  - Kill the forked agent run if it outlives runtimeout [\#642](https://github.com/OpenVoxProject/openvox/pull/642) ([silug](https://github.com/silug))
23
32
 
@@ -26,7 +35,6 @@ All notable changes to this project will be documented in this file.
26
35
  - puppet-runtime: Update 2026.09.02.1 -\> 2026.09.24.1 [\#684](https://github.com/OpenVoxProject/openvox/pull/684) ([OpenVoxProjectBot](https://github.com/OpenVoxProjectBot))
27
36
  - Accept ca\_server and report\_server without server when running as root [\#661](https://github.com/OpenVoxProject/openvox/pull/661) ([silug](https://github.com/silug))
28
37
  - Document --environment in puppet agent help [\#653](https://github.com/OpenVoxProject/openvox/pull/653) ([miharp](https://github.com/miharp))
29
- - Install the service defaults file on Debian [\#645](https://github.com/OpenVoxProject/openvox/pull/645) ([jcharaoui](https://github.com/jcharaoui))
30
38
  - Fix systemd unreferenced variable warning on Debian [\#644](https://github.com/OpenVoxProject/openvox/pull/644) ([jcharaoui](https://github.com/jcharaoui))
31
39
  - Increase delay affordance in waitforlock test [\#641](https://github.com/OpenVoxProject/openvox/pull/641) ([jcharaoui](https://github.com/jcharaoui))
32
40
 
data/Gemfile.lock CHANGED
@@ -1,6 +1,6 @@
1
1
  GIT
2
2
  remote: https://github.com/openvoxproject/vanagon
3
- revision: bc75ba5a3279eed484270ab088bf6e2020fb8946
3
+ revision: bf934b8c7b0eeedd27c8d051ac253b7bb9ca8a88
4
4
  branch: main
5
5
  specs:
6
6
  vanagon (1.3.1)
@@ -14,7 +14,7 @@ GIT
14
14
  PATH
15
15
  remote: .
16
16
  specs:
17
- openvox (9.0.0.pre.rc2)
17
+ openvox (9.0.0.pre.rc3)
18
18
  base64 (>= 0.1, < 0.4)
19
19
  benchmark (>= 0.2, < 0.6)
20
20
  concurrent-ruby (~> 1.0)
@@ -586,7 +586,7 @@ CHECKSUMS
586
586
  octokit (4.25.1) sha256=c02092ee82dcdfe84db0e0ea630a70d32becc54245a4f0bacfd21c010df09b96
587
587
  openfact (6.2.0) sha256=b9d2ecb4324cccfe51ef708f2ede9966b1c845918f86621c85b9f7d0cf972c7f
588
588
  openssl (4.0.2) sha256=1037ad2868ae58df9ad917891c0c0f9815a1172f6846d4bcdd508e4c2ee747c2
589
- openvox (9.0.0.pre.rc2)
589
+ openvox (9.0.0.pre.rc3)
590
590
  openvox-strings (7.1.0) sha256=54787ea8da5759657b3b94dac1af2ec458b4fa1d822c96ddefcde36b91ab39ab
591
591
  openvoxserver-ca (3.3.0) sha256=8cf3860b4fd1562e381256b2c2d8c4360db843e8be7c81cc3232d775d7ec9c80
592
592
  optimist (3.2.1) sha256=8cf8a0fd69f3aa24ab48885d3a666717c27bc3d9edd6e976e18b9d771e72e34e
@@ -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 = '9.0.0-rc2'
11
+ PUPPETVERSION = '9.0.0-rc3'
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: 9.0.0.pre.rc2
4
+ version: 9.0.0.pre.rc3
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenVox Project