Skip to content

Commit

Permalink
Merge pull request #77 from replicatedhq/divolgin/krew
Browse files Browse the repository at this point in the history
bump krew manifests to 0.9.11
  • Loading branch information
divolgin committed Nov 5, 2019
2 parents b19ac90 + 1d031d6 commit c0415dd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions deploy/krew/preflight.yaml
Expand Up @@ -3,14 +3,14 @@ kind: Plugin
metadata:
name: preflight
spec:
version: "v0.9.9"
version: "v0.9.11"
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.9/preflight_0.9.9_linux_amd64-0.9.9.tar.gz
sha256: "368c667b46e3b448956249d7acf0ed69336a4bcbbbd6fae41a4cb5d9383c7be9"
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.11/preflight_0.9.11_linux_amd64-0.9.11.tar.gz
sha256: "54c7a692f1c2e90f0f3ee65082ec6e0eebe976414cb20a9343c06a15538e3c8b"
files:
- from: "./preflight"
to: "."
Expand All @@ -19,8 +19,8 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.9/preflight_0.9.9_darwin_amd64-0.9.9.tar.gz
sha256: "57148fbafdc657291430e00acc20c5a916d4501f557e70bfd1c68b4bcc83d677"
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.11/preflight_0.9.11_darwin_amd64-0.9.11.tar.gz
sha256: "03eeb2f40a4afa326ea139000a6befda854da80cdacc7d92e92af15552e664cb"
files:
- from: "./preflight"
to: "."
Expand All @@ -29,8 +29,8 @@ spec:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.9/preflight_0.9.9_windows_amd64-0.9.9.zip
sha256: "fcf42b827240ea61fcc5b1efe5ae9b0187a73c7a3de11a6e44a95ddcbdd028e1"
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.11/preflight_0.9.11_windows_amd64-0.9.11.zip
sha256: "e5395b0b68d319233a69b02953e8b09331866ca574fc99cfddebf264b9000a77"
files:
- from: "/preflight.exe"
to: "."
Expand Down
14 changes: 7 additions & 7 deletions deploy/krew/support-bundle.yaml
Expand Up @@ -3,14 +3,14 @@ kind: Plugin
metadata:
name: support-bundle
spec:
version: "v0.9.9"
version: "v0.9.11"
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.9/support-bundle_0.9.9_linux_amd64-0.9.9.tar.gz
sha256: "fb79d596c7d2ed459fbc128062337ddf0a8d3b47a19ad08d0df76b2fb05b88a9"
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.11/support-bundle_0.9.11_linux_amd64-0.9.11.tar.gz
sha256: "601710ec70a9e9fb68f5395c591f80e72060a9c82eaeee969232a99a44663309"
files:
- from: "/support-bundle"
to: "."
Expand All @@ -19,8 +19,8 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.9/support-bundle_0.9.9_darwin_amd64-0.9.9.tar.gz
sha256: "b60da8409e677a58b17b230676bafa8cd8e2af25a57de2be2d27bc40ce35570a"
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.11/support-bundle_0.9.11_darwin_amd64-0.9.11.tar.gz
sha256: "fe02a8f88013a55c012e7560856e7d4c36a4d13dbf17170208f870cff57ff030"
files:
- from: "/support-bundle"
to: "."
Expand All @@ -29,8 +29,8 @@ spec:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.9/support-bundle_0.9.9_windows_amd64-0.9.9.zip
sha256: "6df177f8241e65063b0b5cc285881a7db554f8df88def07b5d52cb28052024b1"
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.11/support-bundle_0.9.11_windows_amd64-0.9.11.zip
sha256: "fded59fe9e46b61efbd6808f9f4124de542f2e32525e2fd992cf233578aaeaef"
files:
- from: "/support-bundle.exe"
to: "."
Expand Down

0 comments on commit c0415dd

Please sign in to comment.