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.76.0 of preflight #3424

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/preflight.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ kind: Plugin
metadata:
name: preflight
spec:
version: v0.75.0
version: v0.76.0
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.75.0/preflight_linux_amd64.tar.gz
sha256: 95f2e76958fa669e36e42d8b5517c6e282463f259b2466f11b85e84548f1f57e
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.76.0/preflight_linux_amd64.tar.gz
sha256: cc9259085c6ce811720db3cca1494c518c66615ba1280ac690b65631d1f7fcf6
files:
- from: preflight
to: .
Expand All @@ -21,8 +21,8 @@ spec:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.75.0/preflight_linux_arm64.tar.gz
sha256: 95a91c4c67657072d3c442446dcd1ec9815a8a7281001a8a7083716d7e72d4c2
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.76.0/preflight_linux_arm64.tar.gz
sha256: 582094c3d88b959428566123bd1488eb245f40d082fd08a9831fbd04a8418b6e
files:
- from: preflight
to: .
Expand All @@ -33,8 +33,8 @@ spec:
matchLabels:
os: linux
arch: arm
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.75.0/preflight_linux_arm.tar.gz
sha256: 7b17654e15456046d272d0f6016d81f3a19b05367a401a08b774eaf6359f2e10
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.76.0/preflight_linux_arm.tar.gz
sha256: 498d1f8ae4be99b7458f72cf5cf4d3b13bb5fef4e423a2eff1475f570266660f
files:
- from: preflight
to: .
Expand All @@ -45,8 +45,8 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.75.0/preflight_darwin_amd64.tar.gz
sha256: 49a44d0cdaf32ab0a74a6a91877679bb18659c63be30dcc6ba0ad8fe95d23f43
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.76.0/preflight_darwin_amd64.tar.gz
sha256: 232190c4073bc087ba10ac39b6f148c02e37d5cb2bcace07ce0768072bcc9e81
files:
- from: preflight
to: .
Expand All @@ -57,8 +57,8 @@ spec:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.75.0/preflight_darwin_arm64.tar.gz
sha256: 12190ce9a3c79a834347b9bdc6731d896cf2c94550a4d569260f1a339601712b
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.76.0/preflight_darwin_arm64.tar.gz
sha256: 152f1a02ad8ea2e42e9c82fa69651e880d5ed69ae569c2da54f877d245d9f685
files:
- from: preflight
to: .
Expand All @@ -69,8 +69,8 @@ spec:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.75.0/preflight_windows_amd64.zip
sha256: 310a3534d908bc5008267d2126577e9ddd073fb56a122efb0fbc35e5c4464100
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.76.0/preflight_windows_amd64.zip
sha256: f679a929846c936e1c9c0bb4eff455c99ed47ce1e3c1f1da5376a9e6db6953a5
files:
- from: preflight.exe
to: .
Expand Down