|
1 | 1 | # Changelog |
2 | 2 |
|
| 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 | + |
3 | 52 | ## Bolt 3.30.0 (2024-05-22) |
4 | 53 |
|
5 | 54 | ### New features |
|
0 commit comments