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.1 of preflight #4330

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.115.0
version: v0.115.1
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.115.0/preflight_linux_amd64.tar.gz
sha256: 0891fd309ad8203dd1a5a68fc5644051d0529342c05f2a4332cf38cf44efe572
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.115.1/preflight_linux_amd64.tar.gz
sha256: a66642785d46df56b3d16b9546763ccfe42a645a32ee282f74190d871269b942
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.115.0/preflight_linux_arm64.tar.gz
sha256: 9d1d7fb3414d8ad1ecdee2f438b97220203e5c090c1a31027e8546833ef03ade
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.115.1/preflight_linux_arm64.tar.gz
sha256: a87dfae208ab6aa433d6074413c9feb4464ad1b228ad95b7d7380a1d3b601895
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.115.0/preflight_linux_arm.tar.gz
sha256: 7f98b5cf2a920e189fc3c5645d0db4a2d4f30525621761907c8a65988531af80
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.115.1/preflight_linux_arm.tar.gz
sha256: ba560dcfa6deb58ec501f0006c85f842e17a3c589adb696aaa844b55bf619022
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.115.0/preflight_darwin_amd64.tar.gz
sha256: 1c8fc7029601ddec7f1769b82a8e98d93eecadb4d6d314db204b997e8922ec64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.115.1/preflight_darwin_amd64.tar.gz
sha256: b7a9e0e147d5bbcbb872fd129088a18ef4809f794c4cf56fcd22f998da7eaa2f
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.115.0/preflight_darwin_arm64.tar.gz
sha256: b5e64d25723d96818b20727aa09f27920ef5b3da96314c2e0e87f91a3ad139f7
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.115.1/preflight_darwin_arm64.tar.gz
sha256: 16c3050f8b17e49fca17f78dc1ce118df2a17b99be7b73b22259596156ef4f63
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.115.0/preflight_windows_amd64.zip
sha256: 3de2b96fe4c0b2fa9ee58866d8062c99e17ae1012afc0b03fd7f729ddead3b62
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.115.1/preflight_windows_amd64.zip
sha256: dc8a19ae59f27fdbacf6e89a4722d7637c1aa1040335d9e960b09f616a8dcd36
files:
- from: preflight.exe
to: .
Expand Down
Loading