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.18.1 of moco #3476

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
22 changes: 11 additions & 11 deletions plugins/moco.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ kind: Plugin
metadata:
name: moco
spec:
version: v0.17.0
version: v0.18.1
homepage: https://github.com/cybozu-go/moco
platforms:
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/cybozu-go/moco/releases/download/v0.17.0/kubectl-moco_v0.17.0_darwin_amd64.tar.gz
sha256: b04338c029db3ac8fb25915ffd19ba1ac35f97a8a7a739cdf26f7478737aeb95
uri: https://github.com/cybozu-go/moco/releases/download/v0.18.1/kubectl-moco_v0.18.1_darwin_amd64.tar.gz
sha256: 87f74023964637fa886fc91f86aa7c074db58702a70c85ccb7b23139f957dac7
bin: kubectl-moco
files:
- from: kubectl-moco
Expand All @@ -22,8 +22,8 @@ spec:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/cybozu-go/moco/releases/download/v0.17.0/kubectl-moco_v0.17.0_darwin_arm64.tar.gz
sha256: 1e703d9bb16270a32040a1528fc9b8816df888df849cb2b6f18887dead2b6b09
uri: https://github.com/cybozu-go/moco/releases/download/v0.18.1/kubectl-moco_v0.18.1_darwin_arm64.tar.gz
sha256: 44baeabcc19a59bc942c35227ed1caa2d2a584340e86c4b9bbdea1d2f06dea38
bin: kubectl-moco
files:
- from: kubectl-moco
Expand All @@ -34,8 +34,8 @@ spec:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/cybozu-go/moco/releases/download/v0.17.0/kubectl-moco_v0.17.0_linux_amd64.tar.gz
sha256: a73bb595bf7ace5e6ecefacc086938d8dba0aad59095c10572f3c76c7ed6ffb0
uri: https://github.com/cybozu-go/moco/releases/download/v0.18.1/kubectl-moco_v0.18.1_linux_amd64.tar.gz
sha256: cb8fdae7c56d336ae8ca1280c9de9b81dc2adca46f3eb728df4adec401cfedf0
bin: kubectl-moco
files:
- from: kubectl-moco
Expand All @@ -46,8 +46,8 @@ spec:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/cybozu-go/moco/releases/download/v0.17.0/kubectl-moco_v0.17.0_linux_arm64.tar.gz
sha256: 8c7978848de1a2d416c829bba6983e9c8677dc4dab5796e9c92cf5e140217c8a
uri: https://github.com/cybozu-go/moco/releases/download/v0.18.1/kubectl-moco_v0.18.1_linux_arm64.tar.gz
sha256: 25e9657597c1653ed38bf620c9970e0f6b2d9a1b2837b419a6d1dda53a5d6d54
bin: kubectl-moco
files:
- from: kubectl-moco
Expand All @@ -58,8 +58,8 @@ spec:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/cybozu-go/moco/releases/download/v0.17.0/kubectl-moco_v0.17.0_windows_amd64.tar.gz
sha256: 6abfd009ce6a9670eb2c8a0fffba1063846af4d2f47a2f05957694a119fadb4c
uri: https://github.com/cybozu-go/moco/releases/download/v0.18.1/kubectl-moco_v0.18.1_windows_amd64.tar.gz
sha256: eeb74745300553808a56709cec89c5fe4ef81a7db5f615cdf1f34dae737fc20d
bin: kubectl-moco.exe
files:
- from: kubectl-moco.exe
Expand Down