Skip to content

Commit 23f6e08

Browse files
authored
Merge pull request #115 from bastelfreak/release7372
Release 7.37.2
2 parents e010479 + 516843a commit 23f6e08

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ jobs:
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:

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All 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)

lib/puppet/version.rb

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

88
module Puppet
9-
PUPPETVERSION = '7.37.1'
9+
PUPPETVERSION = '7.37.2'
1010
IMPLEMENTATION = 'openvox'
1111

1212
##

puppet.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 = "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")

0 commit comments

Comments
 (0)