Release puppet bolt 3.26.2#365
Merged
Merged
Conversation
donoghuc
reviewed
Nov 17, 2022
87c217a to
c85311c
Compare
c85311c to
a8dc299
Compare
donoghuc
approved these changes
Nov 17, 2022
Contributor
Author
|
|
b92dab4 updated the Rakefile to lookup arm64 shas for puppet-agent. Bolt doesn't have arm64 packages (BOLT-1604 is pending). Right now only puppet-agent has arm64 packages so added a check for pkg to skip attempting to fetch arm64 if not puppet-agent. The templates for pdk and pe-client-tools probably need to be updated as well so that they can handle the addition of 'arch' in stanza and url, but I'll open a separate pr for that so as not to hold up the puppet-bolt release further.
(This also changes to the puppet-bolt cask format per b92dab4.)
a8dc299 to
d725270
Compare
donoghuc
added a commit
to donoghuc/homebrew-puppet
that referenced
this pull request
Nov 21, 2022
The x86 emulator for macOS has been working for existing bolt users. This commit backs out a change from puppetlabs#365 while providing a path forward for when we do get to packaging for ARM.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
also
b92dab4 updated the Rakefile to lookup arm64 shas for puppet-agent.
Bolt doesn't have arm64 packages (BOLT-1604 is pending). Right now only
puppet-agent has arm64 packages so added a check for pkg to skip
attempting to fetch arm64 if not puppet-agent.