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.108.1 of preflight #4199

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.108.0
version: v0.108.1
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.108.0/preflight_linux_amd64.tar.gz
sha256: edfe82902ea012873eea991b67097bffea79d0ea2854ca4774e83a23172dda6a
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.108.1/preflight_linux_amd64.tar.gz
sha256: 6998b8404bb99eade157107cec4884833b25aa3650e9fdf0c0d4f46a9bbee201
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.108.0/preflight_linux_arm64.tar.gz
sha256: ec29d5ab342f2773dfd90f39de763c042a8e01189a0df21a5656623f592cc3a0
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.108.1/preflight_linux_arm64.tar.gz
sha256: f7c2ff53a89fa4ff59590692b9ae0788c9f9c780733f7cbe8d2537fda554a4e5
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.108.0/preflight_linux_arm.tar.gz
sha256: f06a1f28428848ab519af26ab3933a08e5d91e04e57453f098b735179fb6d7ca
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.108.1/preflight_linux_arm.tar.gz
sha256: 8f8d548c5d7f2ea5faa5f1361cf8befeb95e78c048b07f99d7e8b373a08b8e05
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.108.0/preflight_darwin_amd64.tar.gz
sha256: 99dbffa58e7ffe3c812d228dbd475aa38bb05565e831cdab18ae1869d6bca448
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.108.1/preflight_darwin_amd64.tar.gz
sha256: b50ce048f784fa7e787a348d9cf772e3a723ddd3dc2776cdefc08f96431cd062
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.108.0/preflight_darwin_arm64.tar.gz
sha256: 682b277c08ec28c427b8549af646811bb032f93ab416909f7ce37841e4106c27
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.108.1/preflight_darwin_arm64.tar.gz
sha256: 0c75a04db608fce1dfadd6f0e71bef6cf20fa0812e5cf86aa9e99dc5403a96e9
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.108.0/preflight_windows_amd64.zip
sha256: 0f571a043c7007d085c7ff8e9fdb2a28ac8eaa5c8bd72164ab4fbd383dc190bc
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.108.1/preflight_windows_amd64.zip
sha256: 07d309c46daa3aacf3fad351fdb43d9a71366c6559ead38ea87b14b235160b92
files:
- from: preflight.exe
to: .
Expand Down
Loading