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.107.6 of support-bundle #4192

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.107.5
version: v0.107.6
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.107.5/support-bundle_linux_amd64.tar.gz
sha256: 7d708ea192280ff340c38f6877db7dd7395febc3754321a25738c5cbd4ad95e6
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.107.6/support-bundle_linux_amd64.tar.gz
sha256: ab805b119873966babd3c3b60cc3b81790fc1bb7c0bab2f8bed6b9537fd530f4
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.107.5/support-bundle_linux_arm64.tar.gz
sha256: 1e07727361c373f426a01d17c6f678dbaad714cb9ffb82158626448f8e0ba205
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.107.6/support-bundle_linux_arm64.tar.gz
sha256: 8f57cb9ba58ed1c2e39a90e61daa9ebb251c84a883316abc85e3dd60cb8fa97b
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.107.5/support-bundle_linux_arm.tar.gz
sha256: 72fcad32e26023146e82e3dbc6f7f32de45f64418fd0f9eaedb3b5e7a5f36395
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.107.6/support-bundle_linux_arm.tar.gz
sha256: 9d9c1826df7a67f44e27cdc8b7cd1fdeddfe286801a0a3473d539ff28fa4270a
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.107.5/support-bundle_darwin_amd64.tar.gz
sha256: 2cfd39ce40fd762d9ac6c34fc7ec1fdb14cbde9e511c603698e8f2f7d28a314c
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.107.6/support-bundle_darwin_amd64.tar.gz
sha256: 07a4293766d94009a2757421e56268474df50fdb232ca6b94df74e77da75f298
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.107.5/support-bundle_darwin_arm64.tar.gz
sha256: 30d0fe3bc1c35cdbde34e58c235e5b27ada1f1a886ee39079dfdb728cc1ac03c
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.107.6/support-bundle_darwin_arm64.tar.gz
sha256: b5b166086ffcf479c2c1f3166cec0d032ab65ebd96ed4211f9f4047c40cee05e
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.107.5/support-bundle_windows_amd64.zip
sha256: 1ce77bb0047c99b600fae636f69f6591fc504a98ca35c9f431bf9194dabbf841
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.107.6/support-bundle_windows_amd64.zip
sha256: fd97ebae7c5002a3802ff33ec3c716a19cc4be2204f32bc48f08687512ce5e53
files:
- from: support-bundle.exe
to: .
Expand Down
Loading