Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release new version v0.105.0 of support-bundle #4107

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions plugins/support-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ kind: Plugin
metadata:
name: support-bundle
spec:
version: v0.104.0
version: v0.105.0
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.104.0/support-bundle_linux_amd64.tar.gz
sha256: 8c6598b709df0be4c7747c41e285e62a60dc0f8a7d5d3f612565ec48187ac7f8
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.105.0/support-bundle_linux_amd64.tar.gz
sha256: 322d9719f0742b8fd30726da827edc51bbdc6db9ce2d48a5dc23661cf5e9782e
files:
- from: support-bundle
to: .
Expand All @@ -21,8 +21,8 @@ spec:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.104.0/support-bundle_linux_arm64.tar.gz
sha256: 4039d5791b2c228d08a4483036f85ad8452b2512145647a7d7f8c22a37615b30
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.105.0/support-bundle_linux_arm64.tar.gz
sha256: f64b6008631ee5426e9e87ae490e52e7f7c5a032484f9435621ad17b117c188b
files:
- from: support-bundle
to: .
Expand All @@ -33,8 +33,8 @@ spec:
matchLabels:
os: linux
arch: arm
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.104.0/support-bundle_linux_arm.tar.gz
sha256: 0021f78ef87ed60a3ea8e0e605e7ae90b251c43b44609c85e403b0d1e7854beb
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.105.0/support-bundle_linux_arm.tar.gz
sha256: 36aea2677c2d54f121e78edc964fcb3593d2011718015e289d58254f53fa6754
files:
- from: support-bundle
to: .
Expand All @@ -45,8 +45,8 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.104.0/support-bundle_darwin_amd64.tar.gz
sha256: 7ea107ae49ca403f055c5c535b8939f3e00680d6249d11e0550e0e8a8477aebc
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.105.0/support-bundle_darwin_amd64.tar.gz
sha256: fd54d0d6a47945a3d6b291ce74d1ffef8e00682c98686bf930cea5cd65dcb748
files:
- from: support-bundle
to: .
Expand All @@ -57,8 +57,8 @@ spec:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.104.0/support-bundle_darwin_arm64.tar.gz
sha256: c3cbc9fdde57262e230e704ab6fd27939cb51e254ab5789df7a365aa41275cc3
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.105.0/support-bundle_darwin_arm64.tar.gz
sha256: 83210c0bdbb334f0068e067b29875c2e638d937c2ee855f8a0cdb34e26bf8304
files:
- from: support-bundle
to: .
Expand All @@ -69,8 +69,8 @@ spec:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.104.0/support-bundle_windows_amd64.zip
sha256: 14d4c6ca2fa4810e7e11ef8580786b0a169cf8805eef4bea4d09c20dcfa64aba
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.105.0/support-bundle_windows_amd64.zip
sha256: d71c31df96c5a1c5c9e42e4ac7cdadc602f34f300d5395798ecc4decafe00413
files:
- from: support-bundle.exe
to: .
Expand Down
Loading