From edcb567286d6d0da4867aa6e70f3412a9737a7cb Mon Sep 17 00:00:00 2001 From: Alex Patterson <56118464+alex501212@users.noreply.github.com> Date: Wed, 20 Nov 2024 14:48:20 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ada366f1..2ea9704f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,6 @@ Bolt packages are now available for Debian 12, Fedora 40, OSX 13 and OSX 14 -### Removals - -* **Removed support for Fedora 36, Debian 9, Debian 10 and RHEL 6** - * **Ship with Puppet 8** ([#3353](https://github.com/puppetlabs/bolt/pull/3353)) @@ -32,6 +28,10 @@ Updated puppet-agent module in the Puppetfile from 4.20.1 to 4.21.0 +### Removals + +* **Removed support for Fedora 36, Debian 9, Debian 10 and RHEL 6** + ### Bug fixes * **Allow ssh transport protocol** ([#3237](https://github.com/puppetlabs/bolt/issues/3237)) @@ -5116,4 +5116,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)) \ No newline at end of file + 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))