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.113.0 of preflight #4251

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.112.1
version: v0.113.0
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.112.1/preflight_linux_amd64.tar.gz
sha256: d9795a9d4fcff1ff68d6cfb83a6803d32eeb55797f78e0ccce35b9a16cd8335e
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.113.0/preflight_linux_amd64.tar.gz
sha256: 3a055f05501a0039ad5f8afd5350c5699f4b2d3fba196b0b99ec5724c45fb1ce
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.112.1/preflight_linux_arm64.tar.gz
sha256: bc3dacb5cd17287d9ed988620dfe3ab332b070abfe400c486f6d9a1ae621a537
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.113.0/preflight_linux_arm64.tar.gz
sha256: 5a6b094a3fd556d6b57761e8dfeb113c4756cc0e821738ffe4f43c24641febad
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.112.1/preflight_linux_arm.tar.gz
sha256: 763a2e4d1f8e377f30ef4de130f2da86bd2b468a8dcf91ed1f222da4b395d93b
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.113.0/preflight_linux_arm.tar.gz
sha256: 9f099f9f0d0d9f794f2c5c3fc2afe32c9b00060e02f580a90c2a830e7ce4de23
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.112.1/preflight_darwin_amd64.tar.gz
sha256: 45495269eeafbe8d631c418575cbf4d6d77994cd2f857448ae66687dbf570617
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.113.0/preflight_darwin_amd64.tar.gz
sha256: db8a1c551297242acc4eba3da371340682a878cd97effab33f9cb14b8d4c2c2b
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.112.1/preflight_darwin_arm64.tar.gz
sha256: dbc6e101a0ef92754522478cdb4b731ffbf1231ecf2fdfb699edcb4821693f42
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.113.0/preflight_darwin_arm64.tar.gz
sha256: 59a723f31f56fa8a126b6bb3a253604a645f488dac1815f1784b4d61cb334dce
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.112.1/preflight_windows_amd64.zip
sha256: 94ff77795901a9c7b3e4d89a8d1fb83283c2b811ffdac5c43a7a75158c0af797
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.113.0/preflight_windows_amd64.zip
sha256: 6f2f4d22fdcd5d3f9bb38ce833471f07732c03a2ed38cf934c4b574c6996519f
files:
- from: preflight.exe
to: .
Expand Down