diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c3d91e594..6eebeddf94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Bolt Next +## Bolt 2.1.0 ### New features @@ -19,6 +19,10 @@ `targets`. Calling the `reboot` plan with `-t` or `run_plan('reboot', $mytargets)` behaves the same as before and does not require an update. +* **Package Bolt for MacOS 10.15** ([#1445](https://github.com/puppetlabs/bolt/issues/1445)) + + Bolt packages are now available for MacOS 10.15. + ### Bug fixes * **Fixed performance regression with large inventory files** ([#1627](https://github.com/puppetlabs/bolt/pull/1627)) diff --git a/documentation/bolt_installing.md b/documentation/bolt_installing.md index 53c58b27c8..d3113a654e 100644 --- a/documentation/bolt_installing.md +++ b/documentation/bolt_installing.md @@ -139,6 +139,7 @@ Use the Apple Disk Image (DMG) to install Bolt on macOS. **Tip:** To find the macOS version number on your Mac, go to the Apple () menu in the corner of your screen and choose **About This Mac**. - 10.14 (Mojave) [https://downloads.puppet.com/mac/puppet6/10.14/x86_64/puppet-bolt-latest.dmg](https://downloads.puppet.com/mac/puppet6/10.14/x86_64/puppet-bolt-latest.dmg) + - 10.15 (Catalina) [https://downloads.puppet.com/mac/puppet/10.15/x86_64/puppet-bolt-latest.dmg](https://https://downloads.puppet.com/mac/puppet/10.15/x86_64/puppet-bolt-latest.dmg) 1. Double-click the `puppet-bolt-latest.dmg` file to mount it and then double-click `puppet-bolt-[version]-installer.pkg` to run the installer. 1. Open Terminal and run a Bolt command and get started. ```