Skip to content

Commit 0127004

Browse files
authored
Merge pull request #3357 from alex501212/bolt4
Prep 4.0.0 release
2 parents cca000f + 91bcf05 commit 0127004

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,54 @@
11
# Changelog
22

3+
## Bolt 4.0.0 (2024-11-20)
4+
5+
### New features
6+
7+
* **Support for new platforms**
8+
9+
Bolt packages are now available for Debian 12, Fedora 40, OSX 13 and OSX 14
10+
11+
### Removals
12+
13+
* **Removed support for Fedora 36, Debian 9, Debian 10 and RHEL 6**
14+
15+
* **Ship with Puppet 8**
16+
([#3353](https://github.com/puppetlabs/bolt/pull/3353))
17+
18+
The Bolt gem and Bolt packages now ship with Puppet 8.
19+
20+
* **r10k: Allow >= 3.10 < 5**
21+
([#3312](https://github.com/puppetlabs/bolt/pull/3312))
22+
23+
Bolt will now allow for r10k 4.
24+
25+
* **Update puppet modules shipped with bolt packages**
26+
27+
Modules shipped with bolt packages have been updated to latest.
28+
29+
_Contributed by [Tobi Lehman](https://github.com/tlehman)_
30+
31+
* **Updated puppet-agent module version to 4.21.0**
32+
33+
Updated puppet-agent module in the Puppetfile from 4.20.1 to 4.21.0
34+
35+
### Bug fixes
36+
37+
* **Allow ssh transport protocol** ([#3237](https://github.com/puppetlabs/bolt/issues/3237))
38+
39+
Fix regression introduced by commit [0a09069](https://github.com/puppetlabs/bolt/commit/0a090696cb5807640e894fdbc0d6158edf70184f).
40+
Allow install module from git private repository with SSH transport URI (e.g ssh://git@mygitlabserver:12345/namespace/myprivatemod.git)
41+
42+
_Contributed by [mcarrolle](https://github.com/mcarrolle)_
43+
44+
* **Explicitly close Bolt::Shell::Bash file descriptors**
45+
46+
Ensure file descriptors in Bolt::Shell::Bash are explicitly
47+
closed, helping to alleviate the chance of hitting file
48+
descriptor limits on systems with low defaults (e.g. Mac OS).
49+
50+
_Contributed by [Sean Millichamp](https://github.com/seanmil)_
51+
352
## Bolt 3.30.0 (2024-05-22)
453

554
### New features

0 commit comments

Comments
 (0)