mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
feat(kustomize): upgrade to 5.7.0 (#23619)
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
This commit is contained in:
parent
99fea7c12e
commit
a6a78ef8d6
8 changed files with 12 additions and 1 deletions
|
|
@ -42,3 +42,8 @@ On your identity provider, ensure that the OIDC client used for Argo CD has the
|
|||
|
||||
Argo CD v3.1 upgrades the bundled Helm version to 3.18.3. There are no breaking changes in Helm 3.18 according to the
|
||||
[release notes](https://github.com/helm/helm/releases/tag/v3.18.0).
|
||||
|
||||
## Kustomize Upgraded to 5.7.0
|
||||
|
||||
Argo CD v3.1 upgrades the bundled Kustomize version to 5.7.0. There are no breaking changes in Kustomize 5.7 according
|
||||
to the [release notes](https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize%2Fv5.7.0).
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
277a7401f969ce3945e8f0ff8b0cce6f4353854db1ff89ba070001e3246e7f22 kustomize_5.7.0_darwin_amd64.tar.gz
|
||||
|
|
@ -0,0 +1 @@
|
|||
c0dac68dc7870e1f673ae4d8fb554df971e0b9b9f0affc4be4c0852f62d0796e kustomize_5.7.0_darwin_arm64.tar.gz
|
||||
|
|
@ -0,0 +1 @@
|
|||
0d98f06d6d2c2c0ff8923cc136a517af74aaa187f1b9f3e17ff370d0625ede84 kustomize_5.7.0_linux_amd64.tar.gz
|
||||
|
|
@ -0,0 +1 @@
|
|||
744bb1bc1854b6634dea9eaf6db2f401a734ed25d6837baa6f91157d79c27d5e kustomize_5.7.0_linux_arm64.tar.gz
|
||||
|
|
@ -0,0 +1 @@
|
|||
752e750d5f349156ea228ae01cf57be22e6cc29f0f05748a1bca7fa870393561 kustomize_5.7.0_linux_ppc64le.tar.gz
|
||||
|
|
@ -0,0 +1 @@
|
|||
64898beb154a111c1a98f8cff066fdfa866c4c73505e9a9b5fa6ec39f0292558 kustomize_5.7.0_linux_s390x.tar.gz
|
||||
|
|
@ -12,6 +12,6 @@
|
|||
# add-kustomize-checksums.sh to help download checksums.
|
||||
###############################################################################
|
||||
helm3_version=3.18.3
|
||||
kustomize5_version=5.6.0
|
||||
kustomize5_version=5.7.0
|
||||
protoc_version=29.3
|
||||
oras_version=1.2.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue