Skip to content

Commit

Permalink
Merge pull request #1646 from lucywyman/GH-1445
Browse files Browse the repository at this point in the history
(GH-1445) Package Bolt for MacOS 10.15
  • Loading branch information
beechtom authored Mar 2, 2020
2 parents ea96b84 + 34eb7ed commit 78956f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Bolt Next
## Bolt 2.1.0

### New features

Expand All @@ -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))
Expand Down
1 change: 1 addition & 0 deletions documentation/bolt_installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
```
Expand Down

0 comments on commit 78956f0

Please sign in to comment.