Skip to content

Commit 02357d3

Browse files
authored
Merge pull request #144 from OpenVoxProject/release-8.20.0
Release 8.20.0
2 parents 499b428 + 359c9f1 commit 02357d3

File tree

3 files changed

+32
-15
lines changed

3 files changed

+32
-15
lines changed

CHANGELOG.md

Lines changed: 30 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,53 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [8.19.2](https://github.com/openvoxproject/puppet/tree/8.19.2) (2025-06-06)
5+
## [8.20.0](https://github.com/openvoxproject/openvox/tree/8.20.0) (2025-06-27)
66

7-
[Full Changelog](https://github.com/openvoxproject/puppet/compare/8.19.1...8.19.2)
7+
[Full Changelog](https://github.com/openvoxproject/openvox/compare/8.19.2...8.20.0)
8+
9+
**Implemented enhancements:**
10+
11+
- Switch from facter to openfact [\#142](https://github.com/OpenVoxProject/openvox/pull/142) ([smortex](https://github.com/smortex))
12+
- \(PUP-12083\) Update soft limit warning for fact value & name length [\#137](https://github.com/OpenVoxProject/openvox/pull/137) ([bastelfreak](https://github.com/bastelfreak))
13+
14+
**Fixed bugs:**
15+
16+
- Maintain consistent JSON formatting [\#132](https://github.com/OpenVoxProject/openvox/pull/132) ([bastelfreak](https://github.com/bastelfreak))
17+
18+
**Merged pull requests:**
19+
20+
- cleanup gem metadata after Perforce-\>OpenVoxProject migration [\#140](https://github.com/OpenVoxProject/openvox/pull/140) ([smortex](https://github.com/smortex))
21+
22+
## [8.19.2](https://github.com/openvoxproject/openvox/tree/8.19.2) (2025-06-06)
23+
24+
[Full Changelog](https://github.com/openvoxproject/openvox/compare/8.19.1...8.19.2)
825

926
**Fixed bugs:**
1027

11-
- server\_facts: Switch implementation-\>serverimplementation [\#107](https://github.com/OpenVoxProject/puppet/pull/107) ([binford2k](https://github.com/binford2k))
12-
- Reflect Ruby 3.4 stack trace changes [\#100](https://github.com/OpenVoxProject/puppet/pull/100) ([ekohl](https://github.com/ekohl))
13-
- Add base64 as gem dependencies for Ruby 3.4 [\#98](https://github.com/OpenVoxProject/puppet/pull/98) ([ekohl](https://github.com/ekohl))
14-
- Add racc gem dependency [\#89](https://github.com/OpenVoxProject/puppet/pull/89) ([ekohl](https://github.com/ekohl))
28+
- server\_facts: Switch implementation-\>serverimplementation [\#107](https://github.com/OpenVoxProject/openvox/pull/107) ([binford2k](https://github.com/binford2k))
29+
- Reflect Ruby 3.4 stack trace changes [\#100](https://github.com/OpenVoxProject/openvox/pull/100) ([ekohl](https://github.com/ekohl))
30+
- Add base64 as gem dependencies for Ruby 3.4 [\#98](https://github.com/OpenVoxProject/openvox/pull/98) ([ekohl](https://github.com/ekohl))
31+
- Add racc gem dependency [\#89](https://github.com/OpenVoxProject/openvox/pull/89) ([ekohl](https://github.com/ekohl))
1532

16-
## [8.19.1](https://github.com/openvoxproject/puppet/tree/8.19.1) (2025-06-03)
33+
## [8.19.1](https://github.com/openvoxproject/openvox/tree/8.19.1) (2025-06-03)
1734

18-
[Full Changelog](https://github.com/openvoxproject/puppet/compare/8.19.0...8.19.1)
35+
[Full Changelog](https://github.com/openvoxproject/openvox/compare/8.19.0...8.19.1)
1936

2037
**Fixed bugs:**
2138

22-
- Fix invalid gemspec in AIO package [\#91](https://github.com/OpenVoxProject/puppet/pull/91) ([smortex](https://github.com/smortex))
39+
- Fix invalid gemspec in AIO package [\#91](https://github.com/OpenVoxProject/openvox/pull/91) ([smortex](https://github.com/smortex))
2340

24-
## [8.19.0](https://github.com/openvoxproject/puppet/tree/8.19.0) (2025-05-30)
41+
## [8.19.0](https://github.com/openvoxproject/openvox/tree/8.19.0) (2025-05-30)
2542

26-
[Full Changelog](https://github.com/openvoxproject/puppet/compare/8.18.1...8.19.0)
43+
[Full Changelog](https://github.com/openvoxproject/openvox/compare/8.18.1...8.19.0)
2744

2845
**Implemented enhancements:**
2946

30-
- Add `implementation` fact to agent and server. [\#63](https://github.com/OpenVoxProject/puppet/pull/63) ([ffrank](https://github.com/ffrank))
47+
- Add `implementation` fact to agent and server. [\#63](https://github.com/OpenVoxProject/openvox/pull/63) ([ffrank](https://github.com/ffrank))
3148

3249
**Fixed bugs:**
3350

34-
- Replace `erase` with `remove`, since it's no longer supported with DNF5 [\#68](https://github.com/OpenVoxProject/puppet/pull/68) ([Stricken1670](https://github.com/Stricken1670))
51+
- Replace `erase` with `remove`, since it's no longer supported with DNF5 [\#68](https://github.com/OpenVoxProject/openvox/pull/68) ([Stricken1670](https://github.com/Stricken1670))
3552

3653

3754

lib/puppet/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Raketasks and such to set the version based on the output of `git describe`
99

1010
module Puppet
11-
PUPPETVERSION = '8.19.2'
11+
PUPPETVERSION = '8.20.0'
1212
IMPLEMENTATION = 'openvox'
1313

1414
##

openvox.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = "openvox"
3-
spec.version = "8.19.2"
3+
spec.version = "8.20.0"
44
spec.licenses = ['Apache-2.0']
55

66
spec.required_rubygems_version = Gem::Requirement.new("> 1.3.1")

0 commit comments

Comments
 (0)