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 22
33All 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)
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+
516## [ 8.19.1] ( https://github.com/openvoxproject/puppet/tree/8.19.1 ) (2025-06-03)
617
718[ 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
162162 config . exclude_labels = %w[ dependencies duplicate question invalid wontfix wont-fix modulesync skip-changelog ]
163163 config . since_tag = "8.18.1"
164164 config . future_release = Puppet ::PUPPETVERSION
165+ config . exclude_tags_regex = /\A 7\. /
165166 end
166167rescue LoadError
167168 task :changelog do
Original file line number Diff line number Diff line change 88# Raketasks and such to set the version based on the output of `git describe`
99
1010module Puppet
11- PUPPETVERSION = '8.19.1 '
11+ PUPPETVERSION = '8.19.2 '
1212 IMPLEMENTATION = 'openvox'
1313
1414 ##
Original file line number Diff line number Diff line change 11Gem ::Specification . new do |spec |
22 spec . name = "openvox"
3- spec . version = "8.19.1 "
3+ spec . version = "8.19.2 "
44 spec . licenses = [ 'Apache-2.0' ]
55
66 spec . required_rubygems_version = Gem ::Requirement . new ( "> 1.3.1" )
You can’t perform that action at this time.
0 commit comments