Skip to content

Update support-bundle.yaml - #1887

Merged
NoaheCampbell merged 1 commit into
mainfrom
update-krew-deploy-path-for-support-bundle
Oct 8, 2025
Merged

Update support-bundle.yaml#1887
NoaheCampbell merged 1 commit into
mainfrom
update-krew-deploy-path-for-support-bundle

Conversation

@NoaheCampbell

Copy link
Copy Markdown
Contributor

Description, Motivation and Context

Changes krew deploy path to match the universal binary support-bundle_darwin_all.tar.gz

Checklist

  • New and existing tests pass locally with introduced changes.
  • Tests for the changes have been added (for bug fixes / features)
  • The commit message(s) are informative and highlight any breaking changes
  • Any documentation required has been added/updated. For changes to https://troubleshoot.sh/ create a PR here

Does this PR introduce a breaking change?

  • Yes
  • No

@NoaheCampbell NoaheCampbell added the type::feature New feature or request label Oct 8, 2025
os: darwin
arch: arm64
{{addURIAndSha "https://github.com/replicatedhq/troubleshoot/releases/download/{{ .TagName }}/support-bundle_darwin_arm64.tar.gz" .TagName }}
{{addURIAndSha "https://github.com/replicatedhq/troubleshoot/releases/download/{{ .TagName }}/support-bundle_darwin_all.tar.gz" .TagName }}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Krew Plugin Selection Confuses Universal Binaries

Both darwin/amd64 and darwin/arm64 platform selectors download the same support-bundle_darwin_all.tar.gz universal binary. This creates redundant configuration that may cause confusion in Krew's plugin selection or lead to unnecessary duplicate downloads.

Fix in Cursor Fix in Web

@NoaheCampbell
NoaheCampbell merged commit b18612b into main Oct 8, 2025
26 checks passed
@NoaheCampbell
NoaheCampbell deleted the update-krew-deploy-path-for-support-bundle branch October 8, 2025 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type::feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants