Skip to content

v2.9.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Oct 16:24
· 603 commits to master since this release
72f7b14

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