Skip to content

Commit

Permalink
(PE-39083) Upgrade module versions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
tlehman committed Aug 20, 2024
1 parent 40b726c commit 2f85850
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Bolt 3.31.0 (2024-08-20)

Upgrade module versions to latest:
- puppetlabs-puppet_agent (4.20.1)
- puppetlabs-facts (1.6.0)
- puppetlabs-zfs_core (1.6.1)
- puppetlabs-bash_task_helper (2.1.1)

## Bolt 3.30.0 (2024-05-22)

### New features
Expand Down Expand Up @@ -5067,4 +5075,4 @@ their containing plan** ([#1167](https://github.com/puppetlabs/bolt/issues/1167)

* **`C:\Program Files\Puppet Labs\Bolt\bin\bolt.bat` is non-functional**

When moving to Ruby 2.5, the .bat scripts in Bolt packaging reverted to hard-coded paths that were not accurate. As a result Bolt would be unusable outside of PowerShell. The .bat scripts have been fixed so they work from cmd.exe as well. ([BOLT-886](https://tickets.puppet.com/browse/BOLT-886))
When moving to Ruby 2.5, the .bat scripts in Bolt packaging reverted to hard-coded paths that were not accurate. As a result Bolt would be unusable outside of PowerShell. The .bat scripts have been fixed so they work from cmd.exe as well. ([BOLT-886](https://tickets.puppet.com/browse/BOLT-886))
8 changes: 4 additions & 4 deletions Puppetfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ moduledir File.join(File.dirname(__FILE__), 'modules')

# Core modules used by 'apply'
mod 'puppetlabs-service', '3.0.0'
mod 'puppetlabs-puppet_agent', '4.19.0'
mod 'puppetlabs-facts', '1.4.0'
mod 'puppetlabs-puppet_agent', '4.20.1'
mod 'puppetlabs-facts', '1.6.0'

# Core types and providers for Puppet 6
mod 'puppetlabs-augeas_core', '1.5.0'
mod 'puppetlabs-host_core', '1.3.0'
mod 'puppetlabs-scheduled_task', '4.0.0'
mod 'puppetlabs-sshkeys_core', '2.5.0'
mod 'puppetlabs-zfs_core', '1.5.0'
mod 'puppetlabs-zfs_core', '1.6.1'
mod 'puppetlabs-cron_core', '1.3.0'
mod 'puppetlabs-mount_core', '1.3.0'
mod 'puppetlabs-selinux_core', '1.4.0'
Expand All @@ -32,7 +32,7 @@ mod 'puppetlabs-powershell_task_helper', '0.1.0'
mod 'puppetlabs-ruby_task_helper', '0.6.1'
mod 'puppetlabs-ruby_plugin_helper', '0.2.0'
mod 'puppetlabs-python_task_helper', '0.5.0'
mod 'puppetlabs-bash_task_helper', '2.0.0'
mod 'puppetlabs-bash_task_helper', '2.1.1'

# Plugin modules
mod 'puppetlabs-aws_inventory', '0.7.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/bolt/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Bolt
VERSION = '3.30.0'
VERSION = '3.31.0'
end

0 comments on commit 2f85850

Please sign in to comment.