File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments