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.115.3 of support-bundle #4397

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.115.2
version: v0.115.3
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.115.2/support-bundle_linux_amd64.tar.gz
sha256: b0966ec775e477503c2ef4a2d621db88f3b82bda4956bed0691055b0ab3ddd45
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.115.3/support-bundle_linux_amd64.tar.gz
sha256: b456bfc1889b5be08f7f60be2f7fe1022d5180fe5cf8bc55ed2d4f5c428826e9
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.115.2/support-bundle_linux_arm64.tar.gz
sha256: 4956c4e9b692dbf06c38e018490483696eb718d7bb9c2c2f06f2af79693b1cee
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.115.3/support-bundle_linux_arm64.tar.gz
sha256: 9b078d3bbb5acd51e6a1433885daad1d224bef19108563407a382d553e14ab64
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.115.2/support-bundle_linux_arm.tar.gz
sha256: e2a9aa543dfda0ca98f2ad085bdbd32817a4fd523235efd6ba6e0dd1258647a4
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.115.3/support-bundle_linux_arm.tar.gz
sha256: 7345ada4010d48f3502edf0eb4e66a95adc96f91d92ea17d2d8eb11b5c765ef2
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.115.2/support-bundle_darwin_amd64.tar.gz
sha256: 0f52b5b90dc3b9b69e1e7b1ebb83df04d217cf1842da29591f1a5826d3cd4fc1
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.115.3/support-bundle_darwin_amd64.tar.gz
sha256: b0a41c165bf78500acaa584b87141c5f8e59cb94504264c256f5d6d5d3daff35
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.115.2/support-bundle_darwin_arm64.tar.gz
sha256: 8ae0d6251648168724a9150a5716f7961d62367461e53794506b57432f4b27c1
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.115.3/support-bundle_darwin_arm64.tar.gz
sha256: f7a80261135b9618be103acbc253be56c785ed3c4d684394f21232b9d9277922
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.115.2/support-bundle_windows_amd64.zip
sha256: 65238139de63bf0fb51b8005e4f0b0cad5428f92fd510ac39f6ee3c10b33157c
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.115.3/support-bundle_windows_amd64.zip
sha256: a77d947c43f8d863d2adbb9ed46a63363234807ba826da766f59a04a6e3ad32e
files:
- from: support-bundle.exe
to: .
Expand Down