Skip to content

Commit

Permalink
Merge pull request #936 from alex501212/8.10.0
Browse files Browse the repository at this point in the history
Update rubygem-puppet to 8.10.0
  • Loading branch information
gavindidrichsen authored Nov 12, 2024
2 parents 7edbf17 + 0c84a07 commit 86d6e2d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions configs/components/rubygem-puppet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
#
# Always use the generic version below
case version
when '8.8.1'
pkg.md5sum '2f039fa86f8bd02e1258bca40dcc9b6b'
when '8.10.0'
pkg.md5sum '3d186db20ec581f6d6aef0b26b0e1275'
when '7.32.1'
pkg.md5sum 'e4e91fae76bb76d4e899b9cf7aafe365'
when '6.28.0'
Expand Down
2 changes: 1 addition & 1 deletion configs/projects/bolt-runtime.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
proj.setting(:augeas_version, '1.14.1')
# TODO: Can runtime projects use these updated versions?
proj.setting(:rubygem_deep_merge_version, '1.2.2')
proj.setting(:rubygem_puppet_version, '8.8.1')
proj.setting(:rubygem_puppet_version, '8.10.0')

platform = proj.get_platform

Expand Down
2 changes: 1 addition & 1 deletion configs/projects/pe-bolt-server-runtime-2023.8.x.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project 'pe-bolt-server-runtime-2023.8.x' do |proj|
proj.setting(:pe_version, '2023.8')
proj.setting(:rubygem_puppet_version, '8.8.1')
proj.setting(:rubygem_puppet_version, '8.10.0')
# We build bolt server with the ruby installed in the puppet-agent dep. For ruby 2.7 we need to use a --no-document flag
# for gem installs instead of --no-ri --no-rdoc. This setting allows us to use this while we support both ruby 2.5 and 2.7
# Once we are no longer using ruby 2.5 we can update.
Expand Down
2 changes: 1 addition & 1 deletion configs/projects/pe-bolt-server-runtime-main.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project 'pe-bolt-server-runtime-main' do |proj|
proj.setting(:pe_version, 'main')
proj.setting(:rubygem_puppet_version, '8.8.1')
proj.setting(:rubygem_puppet_version, '8.10.0')
# We build bolt server with the ruby installed in the puppet-agent dep. For ruby 2.7 we need to use a --no-document flag
# for gem installs instead of --no-ri --no-rdoc. This setting allows us to use this while we support both ruby 2.5 and 2.7
# Once we are no longer using ruby 2.5 we can update.
Expand Down
2 changes: 1 addition & 1 deletion configs/projects/pe-installer-runtime-2023.8.x.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

# rubygem-net-ssh included in shared-agent-components
proj.setting(:rubygem_net_ssh_version, '7.2.3')
proj.setting(:rubygem_puppet_version, '8.8.1')
proj.setting(:rubygem_puppet_version, '8.10.0')
instance_eval File.read(File.join(File.dirname(__FILE__), '_shared-pe-installer-runtime.rb'))
end
2 changes: 1 addition & 1 deletion configs/projects/pe-installer-runtime-main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

# rubygem-net-ssh included in shared-agent-components
proj.setting(:rubygem_net_ssh_version, '7.2.3')
proj.setting(:rubygem_puppet_version, '8.8.1')
proj.setting(:rubygem_puppet_version, '8.10.0')
instance_eval File.read(File.join(File.dirname(__FILE__), '_shared-pe-installer-runtime.rb'))
end

0 comments on commit 86d6e2d

Please sign in to comment.