Skip to content

Commit 34eb7ed

Browse files
committed
(puppetlabsGH-1445) Package Bolt for MacOS 10.15
This adds documentation for installing Bolt on MacOS 10.15. Related PRs: - [x] [ci-job-configs](https://github.com/puppetlabs/ci-job-configs/pull/6834) - [x] [bolt-vanagon](puppetlabs/bolt-vanagon#133) Closes puppetlabs#1445
1 parent ea96b84 commit 34eb7ed

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Bolt Next
3+
## Bolt 2.1.0
44

55
### New features
66

@@ -19,6 +19,10 @@
1919
`targets`. Calling the `reboot` plan with `-t` or `run_plan('reboot', $mytargets)` behaves the same
2020
as before and does not require an update.
2121

22+
* **Package Bolt for MacOS 10.15** ([#1445](https://github.com/puppetlabs/bolt/issues/1445))
23+
24+
Bolt packages are now available for MacOS 10.15.
25+
2226
### Bug fixes
2327

2428
* **Fixed performance regression with large inventory files** ([#1627](https://github.com/puppetlabs/bolt/pull/1627))

documentation/bolt_installing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ Use the Apple Disk Image (DMG) to install Bolt on macOS.
139139
140140
**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**.
141141
- 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)
142+
- 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)
142143
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.
143144
1. Open Terminal and run a Bolt command and get started.
144145
```

0 commit comments

Comments
 (0)