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.107.5 of preflight #4175

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.107.4
version: v0.107.5
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.107.4/preflight_linux_amd64.tar.gz
sha256: 8c398a1f46c650e068f602a43da5f39916a2766ba2ac387d0ccbf58f57dc61a8
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.107.5/preflight_linux_amd64.tar.gz
sha256: cd483785f65cbbf0325fd3306a2ce3520bc62f8fbc959aba17bd06ace8e5b166
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.107.4/preflight_linux_arm64.tar.gz
sha256: c59e50584f08da5ed87201ffd2c22bb5191fed3c8bd80480ee6f926e98074b4d
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.107.5/preflight_linux_arm64.tar.gz
sha256: bf3efd348d6ae51946a64f879e26cb50ca6b660a7799941dfa5285a30ed9afae
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.107.4/preflight_linux_arm.tar.gz
sha256: 4ebe3a07aa26afc844384b0188266b7d7ea40179ec87ba1cd6edebf542b1e8c7
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.107.5/preflight_linux_arm.tar.gz
sha256: c209e07bac7d53ac1515d18cd0c2569eff2bd7dc8a3ffb3cb21bb76b3f3cf487
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.107.4/preflight_darwin_amd64.tar.gz
sha256: e1e9ed456e321bf1d456a73f0e1416a74e11424c6ddf6daec1bcc15ae668fb3d
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.107.5/preflight_darwin_amd64.tar.gz
sha256: 6df2065242980beaa8b930b8e8327402f29d99f027ae167c12cda097b9086712
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.107.4/preflight_darwin_arm64.tar.gz
sha256: e9c182fccff9c5ab8ffc98401da6e3d2ae3bbf2a84b89d1ffd5aeaf520ddfd33
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.107.5/preflight_darwin_arm64.tar.gz
sha256: b564b393549d588cc7cf2056699bc9ac1ea051c23bf6af36ba55d87bed11653a
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.107.4/preflight_windows_amd64.zip
sha256: a6f7ea422868a10d94da902379ab458f9190a1110b2178a7bd15629fa93418aa
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.107.5/preflight_windows_amd64.zip
sha256: 2eea8d2f8680f9d4752c3b95e4abfdfa31524a1389b11868f1bfebf9d7a60379
files:
- from: preflight.exe
to: .
Expand Down
Loading