Skip to content

Commit b0b7725

Browse files
authored
Merge pull request #3302 from donoghuc/release-prep-3.29.0
(maint) Prep 3.29.0 release
2 parents 00ce3bd + 89a99ac commit b0b7725

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Changelog
22

3+
## Bolt 3.29.0 (2024-04-16)
4+
5+
### New features
6+
7+
* **Add `file::delete()` function**
8+
Delete a file on localhost using ruby's `File.delete`. This will only
9+
delete files on the machine you run Bolt on.
10+
11+
_Contributed by [Yury Bushmelev](https://github.com/jay7x)_
12+
13+
* **Minor add_facts optimization**
14+
15+
Deep merge new facts into existing target fact hash, instead
16+
of creating and copying a new hash each time.
17+
18+
_Contributed by [Sean Millichamp](https://github.com/seanmil)_
19+
20+
* **Update puppet modules shipped with bolt packages**
21+
22+
Modules shipped with bolt packages have been updated to latest.
23+
24+
### Bug fixes
25+
26+
* **Prefer cert based auth over token for puppetdb** ([#3296](#3296))
27+
28+
When both a token and cert are computed for puppetdb config, only use
29+
cert auth. This matches behavior of other puppetdb CLI tools.
30+
31+
### Removals
32+
33+
* **Stop collecting bolt analytics** ([#3293](#3293))
34+
35+
Bolt no longer collects analytics by default.
36+
337
## Bolt 3.28.0 (2024-02-08)
438

539
### New features

0 commit comments

Comments
 (0)