Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release new version v0.2.0 of cyclonus #3418

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions plugins/cyclonus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ kind: Plugin
metadata:
name: cyclonus
spec:
version: "v0.1.9"
version: "v0.2.0"
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/mattfenwick/kubectl-cyclonus/releases/download/v0.1.9/kubectl-cyclonus_linux_amd64.tar.gz
sha256: a6be6601cdfe180147a6f34a3718af1114a933354769468bef17a10c80cdc66f
uri: https://github.com/mattfenwick/kubectl-cyclonus/releases/download/v0.2.0/kubectl-cyclonus_linux_amd64.tar.gz
sha256: 8138a261202f3e57688c6e7c7890d8f62eef0148db5640612fab56dea9067d01
files:
- from: "./kubectl-cyclonus"
to: "cyclonus"
Expand All @@ -21,8 +21,8 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/mattfenwick/kubectl-cyclonus/releases/download/v0.1.9/kubectl-cyclonus_darwin_amd64.tar.gz
sha256: 0db0b614f2131ef7394f59fa21d432b31f314c0749d1caf354411aec9b8c3e25
uri: https://github.com/mattfenwick/kubectl-cyclonus/releases/download/v0.2.0/kubectl-cyclonus_darwin_amd64.tar.gz
sha256: 1a54626d0f9bee4142a6d6e15064f75d49d7616eda271aa8ecc4d5ebaf9f5990
files:
- from: "./kubectl-cyclonus"
to: "cyclonus"
Expand All @@ -33,8 +33,8 @@ spec:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/mattfenwick/kubectl-cyclonus/releases/download/v0.1.9/kubectl-cyclonus_darwin_arm64.tar.gz
sha256: ae24bb4edd954c1acd5436bfcd0e420beb7eac732e1403b10a64cd3ff48cc0b9
uri: https://github.com/mattfenwick/kubectl-cyclonus/releases/download/v0.2.0/kubectl-cyclonus_darwin_arm64.tar.gz
sha256: 354618e2f9949860d817ace48df9a5eb89ac073afe9ecf7f34de690667682495
files:
- from: "./kubectl-cyclonus"
to: "cyclonus"
Expand All @@ -45,8 +45,8 @@ spec:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/mattfenwick/kubectl-cyclonus/releases/download/v0.1.9/kubectl-cyclonus_windows_amd64.zip
sha256: 419ce9afe34ddc2ec50db76badf5d9d648ed4fdb2dfdbcafb572c2632b6621b4
uri: https://github.com/mattfenwick/kubectl-cyclonus/releases/download/v0.2.0/kubectl-cyclonus_windows_amd64.zip
sha256: 4c0570ef549dc2e4b18533470913ad6bf906fcfae19a5686de0850168eb6c756
files:
- from: "/kubectl-cyclonus.exe"
to: "cyclonus.exe"
Expand Down