Skip to content

Commit beb0514

Browse files
authored
Merge pull request #52 from replicatedhq/krew
krew plugin manifests 0.9.4
2 parents ff81cac + a71f2e4 commit beb0514

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.3"
6+
version: "v0.9.4"
77
platforms:
88
- selector:
99
matchLabels:
1010
os: linux
1111
arch: amd64
12-
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.3/preflight_0.9.3_linux_amd64-0.9.3.tar.gz
13-
sha256: "14e328cc99921a58ec45db5169b10ec7024b89d9e45dbb60bcf30bff0aa01dce"
12+
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.4/preflight_0.9.4_linux_amd64-0.9.4.tar.gz
13+
sha256: "80f9aa8545c4ce209ca6addbf2279418e947572c118391494093aec02775277d"
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.3/preflight_0.9.3_darwin_amd64-0.9.3.tar.gz
23-
sha256: "17d5feec81dd0cc1f4ba1872572d4a9ba4fa80e5a24c760e67a98b2f7d7750ec"
22+
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.4/preflight_0.9.4_darwin_amd64-0.9.4.tar.gz
23+
sha256: "ed119dc870822eddaae45b91780416df125f5527c9791deb5129af85d1e6bcab"
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.3/preflight_0.9.3_windows_amd64-0.9.3.zip
33-
sha256: "8d77d3f02c05c06f3979cc1f6c3ce7978eade2c96027a7854f19190a4604da9c"
32+
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.4/preflight_0.9.4_windows_amd64-0.9.4.zip
33+
sha256: "57a49d0ba03a379bf06935607a396b0533800d0df3b59f237819dae644575ffb"
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.3"
6+
version: "v0.9.4"
77
platforms:
88
- selector:
99
matchLabels:
1010
os: linux
1111
arch: amd64
12-
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.3/support-bundle_0.9.3_linux_amd64-0.9.3.tar.gz
13-
sha256: "557d22dc64723623f61a94e1faa854dbaa3bf3ccecc6f02d3d219a6c8ba878fa"
12+
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.4/support-bundle_0.9.4_linux_amd64-0.9.4.tar.gz
13+
sha256: "e20a288a69065c6ce56a0c3b4a1998ac6108840ec5f24d73899ca068f314b3a7"
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.3/support-bundle_0.9.3_darwin_amd64-0.9.3.tar.gz
23-
sha256: "7b8d9299549bac4511eec0b21bfcfa509843a1c14f57b6f78f02acde50505773"
22+
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.4/support-bundle_0.9.4_darwin_amd64-0.9.4.tar.gz
23+
sha256: "175e85f29831762443cab473623418c4aece1cf559b79fa3f3b489ce95ffa61e"
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.3/support-bundle_0.9.3_windows_amd64-0.9.3.zip
33-
sha256: "7007c9f3946192432e647cc200c47cb43e67df6700b57ea165e57d16b4b45d5e"
32+
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.4/support-bundle_0.9.4_windows_amd64-0.9.4.zip
33+
sha256: "2dc80db6dced07b9f7855930565a6236bd58fd0c6e196707f74d3707f3042d1a"
3434
files:
3535
- from: "/support-bundle.exe"
3636
to: "."

0 commit comments

Comments
 (0)