Skip to content

Commit

Permalink
new version v1.0.12 of envsubst (#4309)
Browse files Browse the repository at this point in the history
  • Loading branch information
krew-release-bot authored Jan 2, 2025
1 parent f7dc6bb commit 34ae9fb
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.11
version: v1.0.12
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.11/kubectl-envsubst_v1.0.11_darwin_amd64.tar.gz
sha256: a50b584d696b378e84ad9cda399efb8e2e8f63d7b93447ae77ed526349218f69
uri: https://github.com/hashmap-kz/kubectl-envsubst/releases/download/v1.0.12/kubectl-envsubst_v1.0.12_darwin_amd64.tar.gz
sha256: ce3a5d8ab0c2cd14c6db0f4cf4fc9f82064d83bed2a4da16d5cb8faa39121ce7
bin: kubectl-envsubst
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/hashmap-kz/kubectl-envsubst/releases/download/v1.0.11/kubectl-envsubst_v1.0.11_darwin_arm64.tar.gz
sha256: 72f41179729928d7a4aa8be1c67afaeb542610fda57e34f368bbd83445ed79fc
uri: https://github.com/hashmap-kz/kubectl-envsubst/releases/download/v1.0.12/kubectl-envsubst_v1.0.12_darwin_arm64.tar.gz
sha256: dd7bbc89ff9eb6ed3261c23711e49c2f8a126a6e6e6645837424612c6d299b17
bin: kubectl-envsubst
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/hashmap-kz/kubectl-envsubst/releases/download/v1.0.11/kubectl-envsubst_v1.0.11_linux_amd64.tar.gz
sha256: fa032f89e508618c9e0ac2cc449b84f3bfa024392f39f30982d2d52f55ca4025
uri: https://github.com/hashmap-kz/kubectl-envsubst/releases/download/v1.0.12/kubectl-envsubst_v1.0.12_linux_amd64.tar.gz
sha256: de08950f1507bcda41558f3a57bcf4da28d9285d2f33a9bb333cd92ff4dfda5e
bin: kubectl-envsubst
- selector:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/hashmap-kz/kubectl-envsubst/releases/download/v1.0.11/kubectl-envsubst_v1.0.11_linux_arm64.tar.gz
sha256: 646da56c83a40e102c3d64e32625eef89037033a45a0d271c2edf11e100224a5
uri: https://github.com/hashmap-kz/kubectl-envsubst/releases/download/v1.0.12/kubectl-envsubst_v1.0.12_linux_arm64.tar.gz
sha256: 78d10823b8064b7cb800eeef01133da43324d8d3eab46b30c4178558dc3cf05a
bin: kubectl-envsubst
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/hashmap-kz/kubectl-envsubst/releases/download/v1.0.11/kubectl-envsubst_v1.0.11_windows_amd64.tar.gz
sha256: eb697f2ee187e403fe42e4ed62db542b9d0117865aa855fc28582408ed50762a
uri: https://github.com/hashmap-kz/kubectl-envsubst/releases/download/v1.0.12/kubectl-envsubst_v1.0.12_windows_amd64.tar.gz
sha256: 9e011702d6d606e4a1c77fef60f44b660369e001f5d71cda4480429a407dc6f1
bin: kubectl-envsubst.exe

0 comments on commit 34ae9fb

Please sign in to comment.