Skip to content

v3.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Apr 16:03
· 4 commits to master since this release
eea7cc4

Quick Start

Non-HA:

kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/crenshaw-dev/argo-cd/v3.5.0/manifests/install.yaml

HA:

kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/crenshaw-dev/argo-cd/v3.5.0/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.

Release Notes Blog Post

For a detailed breakdown of the key changes and improvements in this release, check out the official blog post

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changelog

Breaking Changes

Features

Bug fixes

Documentation

  • 6b1654b: docs(OCI): Add private repository examples for private OCI repo (#24737) (@GuillaumeASSIER)
  • 7515505: docs(actions): document parameterized resource actions (#24007) (@crenshaw-dev)
  • b546ea7: docs(applicationset): complete sentence about Application deletion (#20944) (@tdabasinskas)
  • ac69f52: docs(applicationset): explain how to add repo credentials (#20453) (@ruant)
  • 5ac055d: docs(cli): Add example usage for 'argocd repo rm' command (#23833) (@somln)
  • d83ef2c: d...