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.104.0 of support-bundle #4100

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.103.0
version: v0.104.0
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.103.0/support-bundle_linux_amd64.tar.gz
sha256: a2bbf2cf7e9c152325c1cf36ede1b985bc95a5d4729ff44443c60b18f703061c
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.104.0/support-bundle_linux_amd64.tar.gz
sha256: 8c6598b709df0be4c7747c41e285e62a60dc0f8a7d5d3f612565ec48187ac7f8
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.103.0/support-bundle_linux_arm64.tar.gz
sha256: 5133dc053e377102ed642596ca693198ecbc9d28fe20ffd528a00007a612ab0b
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.104.0/support-bundle_linux_arm64.tar.gz
sha256: 4039d5791b2c228d08a4483036f85ad8452b2512145647a7d7f8c22a37615b30
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.103.0/support-bundle_linux_arm.tar.gz
sha256: 973ce9ed7ad06cafd884a0eb6edecd29813b8116a98efaf7b7c46b59341c8454
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.104.0/support-bundle_linux_arm.tar.gz
sha256: 0021f78ef87ed60a3ea8e0e605e7ae90b251c43b44609c85e403b0d1e7854beb
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.103.0/support-bundle_darwin_amd64.tar.gz
sha256: 36fa3cba3973c0d4fb3b55090ba36418c52bfdeca8d4611fde92680c3acbdefd
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.104.0/support-bundle_darwin_amd64.tar.gz
sha256: 7ea107ae49ca403f055c5c535b8939f3e00680d6249d11e0550e0e8a8477aebc
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.103.0/support-bundle_darwin_arm64.tar.gz
sha256: 193e1e3b1d0a9e3890e76116096d6e925f17add3b261f88dac01c76654bd6688
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.104.0/support-bundle_darwin_arm64.tar.gz
sha256: c3cbc9fdde57262e230e704ab6fd27939cb51e254ab5789df7a365aa41275cc3
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.103.0/support-bundle_windows_amd64.zip
sha256: c25139e3ec88e9440f054597528d73b3ecad31b999849dad2c6352de6c77d3fd
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.104.0/support-bundle_windows_amd64.zip
sha256: 14d4c6ca2fa4810e7e11ef8580786b0a169cf8805eef4bea4d09c20dcfa64aba
files:
- from: support-bundle.exe
to: .
Expand Down
Loading