Skip to content

Commit

Permalink
new version v1.0.20 of envsubst (#4323)
Browse files Browse the repository at this point in the history
  • Loading branch information
krew-release-bot authored Jan 6, 2025
1 parent b36ff93 commit bbb81cf
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions plugins/envsubst.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Plugin
metadata:
name: envsubst
spec:
version: v1.0.19
version: v1.0.20
homepage: https://github.com/hashmap-kz/kubectl-envsubst
shortDescription: A strict substitution of env-vars in Kubernetes manifests.
description: |
Expand All @@ -18,34 +18,34 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/hashmap-kz/kubectl-envsubst/releases/download/v1.0.19/kubectl-envsubst_v1.0.19_darwin_amd64.tar.gz
sha256: d10a4148dab831d03aba127ee2a3b3b93d66f8a2e2d67bf21d0bb88baded4cd2
uri: https://github.com/hashmap-kz/kubectl-envsubst/releases/download/v1.0.20/kubectl-envsubst_v1.0.20_darwin_amd64.tar.gz
sha256: 1acc770ee934cbfa4856cdff8f605559f6ba9534defa0e421944d03479e99f24
bin: kubectl-envsubst
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/hashmap-kz/kubectl-envsubst/releases/download/v1.0.19/kubectl-envsubst_v1.0.19_darwin_arm64.tar.gz
sha256: 0e10c5f45aa8487506222d81c7a50349dc3d8eb9d9ca7e2531203f88c6eeba37
uri: https://github.com/hashmap-kz/kubectl-envsubst/releases/download/v1.0.20/kubectl-envsubst_v1.0.20_darwin_arm64.tar.gz
sha256: cc9a3ee9abf922e8516e41ca90b951723cfe61329ea0c3cb08d4c5023ba67cea
bin: kubectl-envsubst
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/hashmap-kz/kubectl-envsubst/releases/download/v1.0.19/kubectl-envsubst_v1.0.19_linux_amd64.tar.gz
sha256: 23b735133ba54efbba5ffaf84cbb8ea572e1fffdc15b87bfcbf607c656c73ead
uri: https://github.com/hashmap-kz/kubectl-envsubst/releases/download/v1.0.20/kubectl-envsubst_v1.0.20_linux_amd64.tar.gz
sha256: 7f0791e98dc260f94f60ec0d333a3b528a269a1a74a26448f795acd52f94a02e
bin: kubectl-envsubst
- selector:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/hashmap-kz/kubectl-envsubst/releases/download/v1.0.19/kubectl-envsubst_v1.0.19_linux_arm64.tar.gz
sha256: 687b0dd7567e0df4112aad108ee011a4b4e092dae76a64b2e35adf38b375c6e8
uri: https://github.com/hashmap-kz/kubectl-envsubst/releases/download/v1.0.20/kubectl-envsubst_v1.0.20_linux_arm64.tar.gz
sha256: 8480413cbfc824e08b96dd08bcb653f882b4f25547f2e0a0ca3c4d52cdaf772f
bin: kubectl-envsubst
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/hashmap-kz/kubectl-envsubst/releases/download/v1.0.19/kubectl-envsubst_v1.0.19_windows_amd64.tar.gz
sha256: abe89f8904d988ac4d5d9eda47dcbbe8b12fe0d39a1b9150d3f062d3ed5c08ec
uri: https://github.com/hashmap-kz/kubectl-envsubst/releases/download/v1.0.20/kubectl-envsubst_v1.0.20_windows_amd64.tar.gz
sha256: 52178cb1eb0c3ac287edb0a43f3264ae0565ed6d816c3cfd172fcee0168f9925
bin: kubectl-envsubst.exe

0 comments on commit bbb81cf

Please sign in to comment.