Skip to content

Commit 0c7c8c3

Browse files
authored
Merge pull request #61 from replicatedhq/krew
update krew manifests
2 parents 143f24b + 9a1bb9f commit 0c7c8c3

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.5"
6+
version: "v0.9.6"
77
platforms:
88
- selector:
99
matchLabels:
1010
os: linux
1111
arch: amd64
12-
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.5/preflight_0.9.5_linux_amd64-0.9.5.tar.gz
13-
sha256: "f6e5fa04d7380961037b287599da9fcb68b0ffca11c44a5aa3ae383709e5a6ff"
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"
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.5/preflight_0.9.5_darwin_amd64-0.9.5.tar.gz
23-
sha256: "d96e89b2f0b9140f6d7700a3dab94cc13f11d6b39434028177f408c85a5e7105"
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"
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.5/preflight_0.9.5_windows_amd64-0.9.5.zip
33-
sha256: "83663da417119f3894958028151e2d3981db468ed8b003d2b624e8c17650ed62"
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"
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.5"
6+
version: "v0.9.6"
77
platforms:
88
- selector:
99
matchLabels:
1010
os: linux
1111
arch: amd64
12-
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.5/support-bundle_0.9.5_linux_amd64-0.9.5.tar.gz
13-
sha256: "86b121a789b4609a4728ae123c518959c128677e33e269f0f7a3209f542b4b2c"
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"
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.5/support-bundle_0.9.5_darwin_amd64-0.9.5.tar.gz
23-
sha256: "b1a7b67dffe2573a4b53514d650594735ffe9cb72870e32ce74b5e9282192c66"
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"
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.5/support-bundle_0.9.5_windows_amd64-0.9.5.zip
33-
sha256: "0674ef2e250d076712b82f6fb79d0ef3384399c974b56ce6db18f54e3c4fb5a0"
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"
3434
files:
3535
- from: "/support-bundle.exe"
3636
to: "."

0 commit comments

Comments
 (0)