github argoproj/argo-cd v2.7.9

latest releases: v2.13.0-rc1, v2.13.0, stable...
14 months ago

Quick Start

Non-HA:

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

HA:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.9/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

  • f1bfa8c: fix(ui): Fix Destination Cluster URL/Name Drop down not updating destination field (#13813) (#14216) (#14627) (@gcp-cherry-pick-bot[bot])
  • 53eeed0: fix(ui): correctly align status column in application resource list (#14618) (@aslafy-z)
  • ba44ddb: fix: webhook handler fails to refresh when alternate application namespaces are configured (#13976) (#14653) (@gcp-cherry-pick-bot[bot])

Documentation

  • 0d24330: docs: Skip export keyword in notification docs (#14633) (#14643) (@gcp-cherry-pick-bot[bot])

Other work

  • 8249edd: docs(deep-links): Fix link to pkg.go.dev to not return 404 (#14595) (#14640) (@gcp-cherry-pick-bot[bot])

Full Changelog: v2.7.8...v2.7.9

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.