File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 8.19.2] ( https://github.com/openvoxproject/puppet/tree/8.19.2 ) (2025-06-06)
6
+
7
+ [ Full Changelog] ( https://github.com/openvoxproject/puppet/compare/8.19.1...8.19.2 )
8
+
9
+ ** Fixed bugs:**
10
+
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 ) )
15
+
5
16
## [ 8.19.1] ( https://github.com/openvoxproject/puppet/tree/8.19.1 ) (2025-06-03)
6
17
7
18
[ Full Changelog] ( https://github.com/openvoxproject/puppet/compare/8.19.0...8.19.1 )
Original file line number Diff line number Diff line change @@ -162,6 +162,7 @@ begin
162
162
config . exclude_labels = %w[ dependencies duplicate question invalid wontfix wont-fix modulesync skip-changelog ]
163
163
config . since_tag = "8.18.1"
164
164
config . future_release = Puppet ::PUPPETVERSION
165
+ config . exclude_tags_regex = /\A 7\. /
165
166
end
166
167
rescue LoadError
167
168
task :changelog do
Original file line number Diff line number Diff line change 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.19.1 '
11
+ PUPPETVERSION = '8.19.2 '
12
12
IMPLEMENTATION = 'openvox'
13
13
14
14
##
Original file line number Diff line number Diff line change 1
1
Gem ::Specification . new do |spec |
2
2
spec . name = "openvox"
3
- spec . version = "8.19.1 "
3
+ spec . version = "8.19.2 "
4
4
spec . licenses = [ 'Apache-2.0' ]
5
5
6
6
spec . required_rubygems_version = Gem ::Requirement . new ( "> 1.3.1" )
You can’t perform that action at this time.
0 commit comments