Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prep 4.0.0 release #3357

Merged
merged 5 commits into from
Nov 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,54 @@
# Changelog

## Bolt 4.0.0 (2024-11-20)

### New features

* **Support for new platforms**

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

The Bolt gem and Bolt packages now ship with Puppet 8.

* **r10k: Allow >= 3.10 < 5**
([#3312](https://github.com/puppetlabs/bolt/pull/3312))

Bolt will now allow for r10k 4.

* **Update puppet modules shipped with bolt packages**

Modules shipped with bolt packages have been updated to latest.

_Contributed by [Tobi Lehman](https://github.com/tlehman)_

* **Updated puppet-agent module version to 4.21.0**

Updated puppet-agent module in the Puppetfile from 4.20.1 to 4.21.0

### Bug fixes

* **Allow ssh transport protocol** ([#3237](https://github.com/puppetlabs/bolt/issues/3237))

Fix regression introduced by commit [0a09069](https://github.com/puppetlabs/bolt/commit/0a090696cb5807640e894fdbc0d6158edf70184f).
Allow install module from git private repository with SSH transport URI (e.g ssh://git@mygitlabserver:12345/namespace/myprivatemod.git)

_Contributed by [mcarrolle](https://github.com/mcarrolle)_

* **Explicitly close Bolt::Shell::Bash file descriptors**

Ensure file descriptors in Bolt::Shell::Bash are explicitly
closed, helping to alleviate the chance of hitting file
descriptor limits on systems with low defaults (e.g. Mac OS).

_Contributed by [Sean Millichamp](https://github.com/seanmil)_

## Bolt 3.30.0 (2024-05-22)

### New features
Expand Down