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.77.0 of support-bundle #3471

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.76.3
version: v0.77.0
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.76.3/support-bundle_linux_amd64.tar.gz
sha256: f9547c8919b3f64ddd9f929ff3da83cfa8bfbb05cfb3ba9a050213d3b6ae9cd1
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.77.0/support-bundle_linux_amd64.tar.gz
sha256: 62478c7b8ee7fcc715d092497e6044d243d5ad0e4a1b40e77ae21664f1ec6eff
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.76.3/support-bundle_linux_arm64.tar.gz
sha256: 053385be15e50a55ef5327ab4b5aa8f6c7bf98ddaf18debfe6732dbea178eb00
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.77.0/support-bundle_linux_arm64.tar.gz
sha256: 01ee0ba53702af16b35821c4bdb748257fec869b7b0338a765703c203f43541f
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.76.3/support-bundle_linux_arm.tar.gz
sha256: 5b1ae0c1262d5febb1316417e84897c29124656345955788d9c0fd0809639cfe
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.77.0/support-bundle_linux_arm.tar.gz
sha256: 1f5d7c1fd24af94dc13acc4fdb37f5cebb1f70a934a46bc0cd10392e469aa107
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.76.3/support-bundle_darwin_amd64.tar.gz
sha256: b16cd665468f043fc98a5dfaa63669ba4176bf00e8cb982e1d41c8f1f9fb0c75
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.77.0/support-bundle_darwin_amd64.tar.gz
sha256: ab6d1fef53f4811cd09f4828913ca0d1fcf59140e6825a92bb88f20f7c8e1177
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.76.3/support-bundle_darwin_arm64.tar.gz
sha256: a0e67594fa7dd50ae6a48a9dbbc43bb4bd87ed4f0169b02864c8ba0496f0256c
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.77.0/support-bundle_darwin_arm64.tar.gz
sha256: 4a347e6a38857cfe8675a49d030abef5ecf31e1ba69e5bc4a3d1e2db4c6e7f14
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.76.3/support-bundle_windows_amd64.zip
sha256: 8ac48d51072ccb3de2b6c7e75346677fbd2b7cbc9c92b2fe1984eecf13e0cf93
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.77.0/support-bundle_windows_amd64.zip
sha256: 8dd20d564812be9de3e8fefc8ba03182aa94ceea1d9d6cfada1094f66bdde58e
files:
- from: support-bundle.exe
to: .
Expand Down