Skip to content

Commit 26baaac

Browse files
authored
Merge pull request #70 from replicatedhq/divolgin/krew
bump krew manifests to 0.9.9
2 parents 075c0f6 + 6f86887 commit 26baaac

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

deploy/krew/preflight.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ kind: Plugin
33
metadata:
44
name: preflight
55
spec:
6-
version: "v0.9.8"
6+
version: "v0.9.9"
77
platforms:
88
- selector:
99
matchLabels:
1010
os: linux
1111
arch: amd64
12-
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.8/preflight_0.9.8_linux_amd64-0.9.8.tar.gz
13-
sha256: "00c63b06462372d3d4de400ae3da41a4a891cfd0aca40d2a6fbc0987bad7cb32"
12+
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.9/preflight_0.9.9_linux_amd64-0.9.9.tar.gz
13+
sha256: "368c667b46e3b448956249d7acf0ed69336a4bcbbbd6fae41a4cb5d9383c7be9"
1414
files:
1515
- from: "./preflight"
1616
to: "."
@@ -19,8 +19,8 @@ spec:
1919
matchLabels:
2020
os: darwin
2121
arch: amd64
22-
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.8/preflight_0.9.8_darwin_amd64-0.9.8.tar.gz
23-
sha256: "ca278eb652e67e218e4aa7d93cff2974784eae5b0ad06996e33b4a00288d85fd"
22+
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.9/preflight_0.9.9_darwin_amd64-0.9.9.tar.gz
23+
sha256: "57148fbafdc657291430e00acc20c5a916d4501f557e70bfd1c68b4bcc83d677"
2424
files:
2525
- from: "./preflight"
2626
to: "."
@@ -29,8 +29,8 @@ spec:
2929
matchLabels:
3030
os: windows
3131
arch: amd64
32-
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.8/preflight_0.9.8_windows_amd64-0.9.8.zip
33-
sha256: "1f1d00cedc6fc21d8f1f40aa4ed5695c7be5ec2ac5616d8023983a43eb4085fa"
32+
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.9/preflight_0.9.9_windows_amd64-0.9.9.zip
33+
sha256: "fcf42b827240ea61fcc5b1efe5ae9b0187a73c7a3de11a6e44a95ddcbdd028e1"
3434
files:
3535
- from: "/preflight.exe"
3636
to: "."

deploy/krew/support-bundle.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ kind: Plugin
33
metadata:
44
name: support-bundle
55
spec:
6-
version: "v0.9.8"
6+
version: "v0.9.9"
77
platforms:
88
- selector:
99
matchLabels:
1010
os: linux
1111
arch: amd64
12-
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.8/support-bundle_0.9.8_linux_amd64-0.9.8.tar.gz
13-
sha256: "6bb56d70e7b4673ac2645b8aa7b06ef5b081771253a4a0f3b4505043334a416d"
12+
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.9/support-bundle_0.9.9_linux_amd64-0.9.9.tar.gz
13+
sha256: "fb79d596c7d2ed459fbc128062337ddf0a8d3b47a19ad08d0df76b2fb05b88a9"
1414
files:
1515
- from: "/support-bundle"
1616
to: "."
@@ -19,8 +19,8 @@ spec:
1919
matchLabels:
2020
os: darwin
2121
arch: amd64
22-
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.8/support-bundle_0.9.8_darwin_amd64-0.9.8.tar.gz
23-
sha256: "e2708ccc2fb2f280c8fd59820b08bc9fff3b908ca4a4a765a0c599d18a1ad5bd"
22+
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.9/support-bundle_0.9.9_darwin_amd64-0.9.9.tar.gz
23+
sha256: "b60da8409e677a58b17b230676bafa8cd8e2af25a57de2be2d27bc40ce35570a"
2424
files:
2525
- from: "/support-bundle"
2626
to: "."
@@ -29,8 +29,8 @@ spec:
2929
matchLabels:
3030
os: windows
3131
arch: amd64
32-
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.8/support-bundle_0.9.8_windows_amd64-0.9.8.zip
33-
sha256: "ffabc3f881d78f780e59f26c9077c8dcda166fc0535d7c14c5855e6568a04bd3"
32+
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.9/support-bundle_0.9.9_windows_amd64-0.9.9.zip
33+
sha256: "6df177f8241e65063b0b5cc285881a7db554f8df88def07b5d52cb28052024b1"
3434
files:
3535
- from: "/support-bundle.exe"
3636
to: "."

0 commit comments

Comments
 (0)