github argoproj/argo-cd v2.9.0-rc2

latest releases: v2.11.12, v2.12.7, v2.13.0...
pre-release13 months ago

Quick Start

Non-HA:

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

HA:

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

What's Changed

  • fix(action): populate all fields of Job from CronJob (#15259) (cherry-pick #15727) by @gcp-cherry-pick-bot in #15730
  • fix(application-controller): Fix panic error when trying to scale application controller shards (cherry-pick #15725) by @gcp-cherry-pick-bot in #15732
  • fix: only enable dynamic cluster sharding feature explicitly (cherry-pick #15734) by @gcp-cherry-pick-bot in #15772
  • fix: address nil pointer when controller runs with sts and replicas > 1 (cherry-pick #15770) by @gcp-cherry-pick-bot in #15778
  • Bump version to 2.9.0-rc2 on release-2.9 branch by @github-actions in #15791

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

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.