Skip to content

v2.9.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Dec 23:39
· 221 commits to master since this release
6eba5be

Quick Start

Non-HA:

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

HA:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.3/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(ui): Overlapping content in the app details view on smaller screens (cherry-pick #16268) by @gcp-cherry-pick-bot in #16407
  • fix: cherry-pick fixed cli admin dashboard cmd by @alexmt in #16457
  • fix: Address diff cache miss issues (cherry-pick #16458) by @gcp-cherry-pick-bot in #16485
  • fix(repo-server): excess git requests, resolveReferencedSources and runManifestGenAsync not using cache (Issue #14725) (cherry-pick #16410) by @gcp-cherry-pick-bot in #16494
  • Bump version to 2.9.3 on release-2.9 branch by @github-actions in #16510

Full Changelog: v2.9.2...v2.9.3