github argoproj/argo-cd v2.7.0-rc2

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

Quick Start

Non-HA:

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

HA:

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

  • 52de54a: fix(cli): add redis-compress flag to argocd admin dashboard command (#13055) (#13056) (#13114) (@gcp-cherry-pick-bot[bot])
  • d232635: fix(perf): filtering process in application-list api (#12985) (#12999) (#13057) (@gcp-cherry-pick-bot[bot])
  • 21e2400: fix: --file usage is broken for 'argocd proj create' command (#13130) (@alexmt)
  • 0edc7c5: fix: Add more context to the sync failed message when resource kind doesn't exist (#12980) (#13090) (@gcp-cherry-pick-bot[bot])
  • 5f1fc31: fix: applicationset reduce redundant reconciles (#12457) (#12480) (#13029) (@gcp-cherry-pick-bot[bot])

Documentation

Full Changelog: v2.7.0-rc1...v2.7.0-rc2

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.