github argoproj/argo-cd v2.14.18

6 hours ago

Quick Start

Non-HA:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.18/manifests/install.yaml

HA:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.18/manifests/ha/install.yaml

Release Signatures and Provenance

All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changelog

Bug fixes

  • caa4dc1: fix(util): Fix default key exchange algorthims used for SSH connection to be FIPS compliant (#24499) (@anandf)
  • 4f6686f: fix: correct post-delete finalizer removal when cluster not found (cherry-pick #24415 for 2.14) (#24591) (@argo-cd-cherry-pick-bot[bot])
  • 4359b3c: fix: use informer in webhook handler to reduce memory usage (#24622) (#24628) (@alexmt)

Documentation

Other work

  • 981e7f7: fix(2.14): change the appset namespace to server namespace when generating appset (#24481) (@nitishfy)

Full Changelog: v2.14.17...v2.14.18

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.