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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
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
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@
# Changelog

## Bolt 4.0.0 (2024-11-12)

### New features

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