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 v1.21.1 of cnpg #3468

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
27 changes: 14 additions & 13 deletions plugins/cnpg.yaml
Original file line number Diff line number Diff line change
@@ -1,48 +1,49 @@
# This file was generated by GoReleaser. DO NOT EDIT.
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: cnpg
spec:
version: v1.21.0
version: v1.21.1
platforms:
- bin: kubectl-cnpg.exe
uri: https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.21.0/kubectl-cnpg_1.21.0_windows_x86_64.tar.gz
sha256: d8bbaf5c1d0fbdff779ec7dd8db9110064d7cc6f1719e42c45b93339868351b5
uri: https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.21.1/kubectl-cnpg_1.21.1_windows_x86_64.tar.gz
sha256: c206daf06b4d9398d1ea4111f93276d2c8b022c7423ae815a0d6d92a157f4428
selector:
matchLabels:
os: windows
arch: amd64
- bin: kubectl-cnpg.exe
uri: https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.21.0/kubectl-cnpg_1.21.0_windows_arm64.tar.gz
sha256: 4cdaabb5d0bfeffcbd783fa71fd361a10da53323164bdcd37f490c2695c01d1f
uri: https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.21.1/kubectl-cnpg_1.21.1_windows_arm64.tar.gz
sha256: 6f56695bc082e3e58383cb58900f7abca1436034d4cb6df2e563816f0ec0f5ea
selector:
matchLabels:
os: windows
arch: arm64
- bin: kubectl-cnpg
uri: https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.21.0/kubectl-cnpg_1.21.0_linux_x86_64.tar.gz
sha256: d43aba982efa37ee01cbbd2b3eb0cdc4890cf736a506265ae1f7dbc421ecb71b
uri: https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.21.1/kubectl-cnpg_1.21.1_linux_x86_64.tar.gz
sha256: aa8d14a6e6154cbd683b0bca69dfb1c4848884db6ef3c62aac7d036ed11f5be8
selector:
matchLabels:
os: linux
arch: amd64
- bin: kubectl-cnpg
uri: https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.21.0/kubectl-cnpg_1.21.0_linux_arm64.tar.gz
sha256: d7384bdff690b002e64859874a740ba2fb8a8e36f10be4c7b010208b49e3b5a6
uri: https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.21.1/kubectl-cnpg_1.21.1_linux_arm64.tar.gz
sha256: 82fdcb50634b13a8cae715dd1be6554e5a3329e7dfc19c1a187162de7f041db1
selector:
matchLabels:
os: linux
arch: arm64
- bin: kubectl-cnpg
uri: https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.21.0/kubectl-cnpg_1.21.0_darwin_x86_64.tar.gz
sha256: e2a663f40552854f23ed3e228490d57c7f3f13d0289edcae511132546894239a
uri: https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.21.1/kubectl-cnpg_1.21.1_darwin_x86_64.tar.gz
sha256: 3bc3e53a0f5f509805f0ed8f0b9008c865611afa66160c8a981a3bf991faac17
selector:
matchLabels:
os: darwin
arch: amd64
- bin: kubectl-cnpg
uri: https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.21.0/kubectl-cnpg_1.21.0_darwin_arm64.tar.gz
sha256: dc77fd3351201d3f1bd2381ffe94a40ce451adb6eba39f06f964915287963d6b
uri: https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.21.1/kubectl-cnpg_1.21.1_darwin_arm64.tar.gz
sha256: 387f430d087532b77e62795d9d63db1a68762c8f9f2e3a813a3915378aea6c02
selector:
matchLabels:
os: darwin
Expand Down