Skip to content

Commit

Permalink
Merge pull request puppetlabs#3302 from donoghuc/release-prep-3.29.0
Browse files Browse the repository at this point in the history
(maint) Prep 3.29.0 release
  • Loading branch information
donoghuc authored Apr 16, 2024
2 parents 00ce3bd + 89a99ac commit b0b7725
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Changelog

## Bolt 3.29.0 (2024-04-16)

### New features

* **Add `file::delete()` function**
Delete a file on localhost using ruby's `File.delete`. This will only
delete files on the machine you run Bolt on.

_Contributed by [Yury Bushmelev](https://github.com/jay7x)_

* **Minor add_facts optimization**

Deep merge new facts into existing target fact hash, instead
of creating and copying a new hash each time.

_Contributed by [Sean Millichamp](https://github.com/seanmil)_

* **Update puppet modules shipped with bolt packages**

Modules shipped with bolt packages have been updated to latest.

### Bug fixes

* **Prefer cert based auth over token for puppetdb** ([#3296](#3296))

When both a token and cert are computed for puppetdb config, only use
cert auth. This matches behavior of other puppetdb CLI tools.

### Removals

* **Stop collecting bolt analytics** ([#3293](#3293))

Bolt no longer collects analytics by default.

## Bolt 3.28.0 (2024-02-08)

### New features
Expand Down

0 comments on commit b0b7725

Please sign in to comment.