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.93.1 of preflight #3867

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.93.0
version: v0.93.1
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.93.0/preflight_linux_amd64.tar.gz
sha256: 2a1ac6bf260d9e7dd10c1f7eb9bf014e3fdc226abef674f18759e2a116a4d857
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.93.1/preflight_linux_amd64.tar.gz
sha256: e078087bc7b4cbb3953e00c8efec5d56e34d3dd0bbcce14ffe916d35501a2960
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.93.0/preflight_linux_arm64.tar.gz
sha256: b0e74dc6f7ed5f9cbe01969f23c05ce75adbf76f941a13a5233a887b2e9309b4
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.93.1/preflight_linux_arm64.tar.gz
sha256: b8aa82b057fcf4e1c2c5bf0bc09e538ff2264287e279b06d475cee5fe9d118bd
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.93.0/preflight_linux_arm.tar.gz
sha256: a97a64fe8b1f62fbba3f4214cb49b88dab768f01283e16035f5e3af596a57fac
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.93.1/preflight_linux_arm.tar.gz
sha256: 01b188fd9db0550c06b4ac147bc10d397bc394e16f680f4b3f4a7ab3ba1652ea
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.93.0/preflight_darwin_amd64.tar.gz
sha256: d3f3bcb725bb0debdd1624e89bda48304fdac0ed5634f5555d51cd75429e49b4
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.93.1/preflight_darwin_amd64.tar.gz
sha256: 3e0006001cf7f7fc0e4cdfc8499c2d128ade7529157f8e7c996703c5a4731751
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.93.0/preflight_darwin_arm64.tar.gz
sha256: f3a4baed1a680a0c8cd6bbb42815de90211cae34eb724ed30441f886237936e4
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.93.1/preflight_darwin_arm64.tar.gz
sha256: d077ab962b2bd483ae6d0c118d2db97fbaace93abfb4e981b2b8fb59346d23d4
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.93.0/preflight_windows_amd64.zip
sha256: a7c46636e9af94275067913413f6b87dd87a1f9dc6e678b4a54ef76e0ed40a11
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.93.1/preflight_windows_amd64.zip
sha256: 7d16b9408b0fcca4714f243fd625b470ffa02c3107bc90123c12055701c88e07
files:
- from: preflight.exe
to: .
Expand Down
Loading