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.20.2 of cnpg #3299

Merged
merged 1 commit into from
Aug 8, 2023
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
26 changes: 13 additions & 13 deletions plugins/cnpg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,46 +3,46 @@ kind: Plugin
metadata:
name: cnpg
spec:
version: v1.20.1
version: v1.20.2
platforms:
- bin: kubectl-cnpg.exe
uri: https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.20.1/kubectl-cnpg_1.20.1_windows_x86_64.tar.gz
sha256: a51558ce295eadc5986b67a8e4fb423fb398d9142cb524d1a0d4e80e716909f9
uri: https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.20.2/kubectl-cnpg_1.20.2_windows_x86_64.tar.gz
sha256: 295af015909379ab511a8a6fc8e82b3f0b4e8d643d290d08141f4da262fd5dc0
selector:
matchLabels:
os: windows
arch: amd64
- bin: kubectl-cnpg.exe
uri: https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.20.1/kubectl-cnpg_1.20.1_windows_arm64.tar.gz
sha256: da338b0980c173041d87a38b038349a61fbbbeb7013d4698ca31ece6df47e031
uri: https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.20.2/kubectl-cnpg_1.20.2_windows_arm64.tar.gz
sha256: f4826521bdbd8b94c6147f7ab43fa23d4bdcac8911f0852e446cb9fdd263a39e
selector:
matchLabels:
os: windows
arch: arm64
- bin: kubectl-cnpg
uri: https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.20.1/kubectl-cnpg_1.20.1_linux_x86_64.tar.gz
sha256: bf73a43e587f65920f3efb8842f281e36c4ec958be0f37fe2aa4bb7009fc772a
uri: https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.20.2/kubectl-cnpg_1.20.2_linux_x86_64.tar.gz
sha256: a434860b46be3c027a7fcc2264babedfead2927c5da91067cdbacba25c44ac73
selector:
matchLabels:
os: linux
arch: amd64
- bin: kubectl-cnpg
uri: https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.20.1/kubectl-cnpg_1.20.1_linux_arm64.tar.gz
sha256: b0407b25e693e358bc6d32e4771561a7ac0d86d4694b5eead1a915a63d304332
uri: https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.20.2/kubectl-cnpg_1.20.2_linux_arm64.tar.gz
sha256: 161b114416adc0f23e0d35b8b44024ca7e3b99ef2cae2893db7de5a1d176d1cc
selector:
matchLabels:
os: linux
arch: arm64
- bin: kubectl-cnpg
uri: https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.20.1/kubectl-cnpg_1.20.1_darwin_x86_64.tar.gz
sha256: 9b8d2d538e153f7a728d74ea6e187b6b02ead175f0d21ad30bcda4ec7aa83b51
uri: https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.20.2/kubectl-cnpg_1.20.2_darwin_x86_64.tar.gz
sha256: f1a46bdc97aa019e7dfb00e4a77912f2f78fd98dd3487dbe5099cab64dc816b9
selector:
matchLabels:
os: darwin
arch: amd64
- bin: kubectl-cnpg
uri: https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.20.1/kubectl-cnpg_1.20.1_darwin_arm64.tar.gz
sha256: 3ca1e2da7e826c848344e79c5c5ace2c6f14ebafa62649d5dbe185bbff4f80d0
uri: https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.20.2/kubectl-cnpg_1.20.2_darwin_arm64.tar.gz
sha256: 1dfbfda48e2bd5be569103e7c8041abf308e98939a74e9904b66cfc45ca23fe5
selector:
matchLabels:
os: darwin
Expand Down