github argoproj/argo-cd v2.13.0-rc3

pre-release4 hours ago

Quick Start

Non-HA:

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

HA:

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

  • 9fc6ec1: fix(extension): add header to support apps-in-any-namespace (#20123) (#20126) (@gcp-cherry-pick-bot[bot])
  • 3bc2e1a: fix(health): only consider non-empty health checks (#20232) (#20235) (@gcp-cherry-pick-bot[bot])
  • a9d9d07: fix: CVE-2024-45296 Backtracking regular expressions cause ReDoS by upgrading path-to-regexp from 1.8.0 to 1.9.0 (#20087) (#20089) (@gcp-cherry-pick-bot[bot])
  • 99b30a8: fix: Fix argocd appset generate failure due to missing clusterrole (#20162) (#20164) (@gcp-cherry-pick-bot[bot])
  • 4149f48: fix: Fix false positive in plugin application discovery (#20196) (#20214) (@gcp-cherry-pick-bot[bot])
  • 7244b8b: fix: Policy/policy.open-cluster-management.io health check is broken (#20108) (#20109) (#20258) (@gcp-cherry-pick-bot[bot])
  • c6d9d50: fix: Rework git tag semver resolution (#20083) (#20096) (#20213) (@gcp-cherry-pick-bot[bot])
  • 5eb1f9b: fix: update health check to support modelmesh (#20142) (#20218) (@gcp-cherry-pick-bot[bot])

Documentation

Dependency updates

  • f7f553f: chore(deps): bump Helm from 3.15.2 to 3.15.4 (#20135) (#20137) (@gcp-cherry-pick-bot[bot])

Other work

  • 8e81bb6: Fixes minor typo which lead to using the bearer token as api URL and was obviously not working. (#20169) (#20170) (@gcp-cherry-pick-bot[bot])
  • 61f63f3: chore: Added unit tests and fix e2e tests for application sync decoupling feature (#19966) (#20219) (@gcp-cherry-pick-bot[bot])

Full Changelog: v2.13.0-rc2...v2.13.0-rc3

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.