github argoproj/argo-cd v3.4.0-rc7

pre-release8 hours ago

Quick Start

Non-HA:

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

HA:

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

Bug fixes

  • 6665f94: fix(appcontroller): application controller in core mode fails to sync when server.secretkey is missing (#26793) (#27476) (@anandf)
  • 0a3f634: fix(server): Avoid error when attempting a second delete operation (cherry-pick #27495 for 3.4) (#27499) (@argo-cd-cherry-pick-bot[bot])
  • cc3b88e: fix(ui): prevent pod logs viewer crash on stale container index (cherry-pick #27553 for 3.4) (#27564) (@argo-cd-cherry-pick-bot[bot])
  • f7b24ba: fix: ApplicationSet DuckType Generator panics on non-string values in Clus… (cherry-pick #27265 for 3.4) (#27526) (@argo-cd-cherry-pick-bot[bot])
  • f4e667f: fix: missing import (cherry-pick #27491 for 3.4) (#27504) (@argo-cd-cherry-pick-bot[bot])
  • 822a0e4: fix: put/get ocimetadata to/from redis cache (#27521) (cherry-pick #27589 for 3.4) (#27594) (@argo-cd-cherry-pick-bot[bot])

Documentation

  • 0fe5b7e: docs: fix progressive sync since version to reflect beta promotion in v3.3.0 (cherry-pick #27608 for 3.4) (#27613) (@argo-cd-cherry-pick-bot[bot])

Dependency updates

  • 11567f3: chore(deps): bump SonarSource/sonarqube-scan-action from 7.0.0 to 8.0.0 (cherry-pick 27602 to 3.4) (#27606) (@dudinea)

Other work

Full Changelog: v3.4.0-rc6...v3.4.0-rc7

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.