File tree Expand file tree Collapse file tree 4 files changed +23
-4
lines changed Expand file tree Collapse file tree 4 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 2727 mkdir -p ~/.gem
2828 echo ":github: Bearer ${{ secrets.GITHUB_TOKEN }}" >> ~/.gem/credentials
2929 chmod 0600 ~/.gem/credentials
30- - name : Publish gem to GitHub packages
31- run : gem push --key github --host https://rubygems.pkg.github.com/OpenVoxProject *.gem
30+ # bastelfreak - 2025-06-06
31+ # disable for now, authentication to github doesn't work, maybe due to camel case org name??
32+ # - name: Publish gem to GitHub packages
33+ # run: gem push --key github --host https://rubygems.pkg.github.com/OpenVoxProject *.gem
3234 - name : Create Release Page
3335 shell : bash
3436 env :
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+ ## [ 7.37.2] ( https://github.com/openvoxproject/puppet/tree/7.37.2 ) (2025-06-06)
6+
7+ [ Full Changelog] ( https://github.com/openvoxproject/puppet/compare/7.37.1...7.37.2 )
8+
9+ ** Fixed bugs:**
10+
11+ - server\_ facts: Switch implementation-\> serverimplementation [ \# 108] ( https://github.com/OpenVoxProject/puppet/pull/108 ) ([ bastelfreak] ( https://github.com/bastelfreak ) )
12+
13+ ** Merged pull requests:**
14+
15+ - rubocop: regenerate todo file & exclude vendor dirs [ \# 114] ( https://github.com/OpenVoxProject/puppet/pull/114 ) ([ bastelfreak] ( https://github.com/bastelfreak ) )
16+ - GCG: move it to dedicated gem group [ \# 111] ( https://github.com/OpenVoxProject/puppet/pull/111 ) ([ bastelfreak] ( https://github.com/bastelfreak ) )
17+
18+ ## [ 7.37.1] ( https://github.com/openvoxproject/puppet/tree/7.37.1 ) (2025-06-03)
19+
20+ [ Full Changelog] ( https://github.com/openvoxproject/puppet/compare/7.37.0...7.37.1 )
21+
522## [ 7.37.0] ( https://github.com/openvoxproject/puppet/tree/7.37.0 ) (2025-06-03)
623
724[ Full Changelog] ( https://github.com/openvoxproject/puppet/compare/7.36.1...7.37.0 )
Original file line number Diff line number Diff line change 66# Raketasks and such to set the version based on the output of `git describe`
77
88module Puppet
9- PUPPETVERSION = '7.37.1 '
9+ PUPPETVERSION = '7.37.2 '
1010 IMPLEMENTATION = 'openvox'
1111
1212 ##
Original file line number Diff line number Diff line change 11Gem ::Specification . new do |spec |
22 spec . name = "openvox"
3- spec . version = "7.37.1 "
3+ spec . version = "7.37.2 "
44 spec . license = '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