github argoproj/argo-cd v2.7.12

latest releases: v2.13.0-rc2, v2.13.0-rc1, v2.13.0...
13 months ago

Quick Start

Non-HA:

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

HA:

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

Security (1)

Changelog

Bug fixes

Documentation

  • 990ab0e: docs: Update Generators-Git.md (#14921) (#14935) (@gcp-cherry-pick-bot[bot])
  • 693ea66: docs: add docs for various annotations and labels (#14020) (#15113) (@gcp-cherry-pick-bot[bot])
  • af202bc: docs: document permitOnlyProjectScopedClusters field (#15076) (#15081) (@gcp-cherry-pick-bot[bot])
  • 6e6d6e0: docs: fix typo (#15083) (#15089) (@gcp-cherry-pick-bot[bot])
  • 2ff6e51: docs: kubectl to synchronize argocd apps (#14881) (#15086) (@gcp-cherry-pick-bot[bot])
  • 580966c: docs: ✏️ fix typo on configmap name for private certs (#9596) (#15132) (@gcp-cherry-pick-bot[bot])

Other work

Full Changelog: v2.7.11...v2.7.12

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.