Skip to content

Commit e88e3a4

Browse files
authored
Merge pull request #66 from replicatedhq/divolgin/krew
bump krew manifests to 0.9.8
2 parents 25e884c + e23f799 commit e88e3a4

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.6"
6+
version: "v0.9.8"
77
platforms:
88
- selector:
99
matchLabels:
1010
os: linux
1111
arch: amd64
12-
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.6/preflight_0.9.6_linux_amd64-0.9.6.tar.gz
13-
sha256: "4f59e3d8caf6a1593a1722575bfa01227121e03e21ea9832d27bccb5e43a94af"
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"
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.6/preflight_0.9.6_darwin_amd64-0.9.6.tar.gz
23-
sha256: "d5802b5da6d61c2f3262e1cb6a0af49e4771bb8ea9fc87ee77de7b9a4f4fde6e"
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"
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.6/preflight_0.9.6_windows_amd64-0.9.6.zip
33-
sha256: "3642cecad73759537620e6212813c45bf9d4f8fa47270f04229ea6521f477033"
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"
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.6"
6+
version: "v0.9.8"
77
platforms:
88
- selector:
99
matchLabels:
1010
os: linux
1111
arch: amd64
12-
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.6/support-bundle_0.9.6_linux_amd64-0.9.6.tar.gz
13-
sha256: "b89b741b5c444e9b65683dc290890670ee787fbb28ce286e5d54d03284de92e4"
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"
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.6/support-bundle_0.9.6_darwin_amd64-0.9.6.tar.gz
23-
sha256: "e9e22bdae4395c7f5ab7f3a6685c9b59bd6908a58ef90aad19132711cf7fecf0"
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"
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.6/support-bundle_0.9.6_windows_amd64-0.9.6.zip
33-
sha256: "6fd27b83feb7e80a73c94c2834b4f4de1974bae0c9d8c32a94aa1a51afc50c29"
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"
3434
files:
3535
- from: "/support-bundle.exe"
3636
to: "."

0 commit comments

Comments
 (0)