argocd Argo CD Releases · · 3.4.5

Argo CD v3.4.5: Bug Fixes and Dependency Updates

infraengineer
patch

Argo CD v3.4.5 addresses several bugs, including issues with repository server source depth, SSA reconciliation, auto-sync behavior, and UI display of deleted resources. It also includes fixes for non-ignored field clobbering and Dex configuration environment variable substitution. This patch release ensures a more stable user experience for those managing Kubernetes deployments.

  • fix(reposerver): honor depth of referenced source instead of primary source (cherry-pick #28339 for 3.4) (#28341) (@alexandresavicki)
  • fix: don't clobber non-ignored fields on "replace" (cherry-pick #27136 for 3.4) (#28507) (@argo-cd-cherry-pick-bot[bot])
  • fix: fixes a regression of dex config env vars substituion - Cherry pick of #28369 in 3.4 (#28411) (@ppapapetrou76)
Fixes (6)
  • e77e4b645cc1ad28b1af74931d8810c514fa75e7 fix(reposerver): honor depth of referenced source instead of primary source (cherry-pick #28339 for 3.4) (#28341) (@alexandresavicki)
  • 63e67d5e7f502f85b69cd52d6d56e1123b087992: fix(ssa): do not run auth reconcile with SSA (cherry pick of #27624 and #27601 to 3.4) (#28265) (@Mangaal)

  • 240390732e7b593a53a237c4f149426e7268f295: fix: auto-sync skipped when newer commit arrives during sync with manifest-generate-paths (#27875) (cherry-pick #28227 for 3.4) (#28331) (@argo-cd-cherry-pick-bot[bot])

  • 2d18587a4c36d4676dd0514bc4a3c5e0cc8b2ed4: fix: deleted resource are incorrectly shown in UI (cherry-pick #28322 for 3.4) (#28337) (@argo-cd-cherry-pick-bot[bot])

  • a82e158db8a56037d8e8b5085d188abd9fba12f0 fix: don't clobber non-ignored fields on "replace" (cherry-pick #27136 for 3.4) (#28507) (@argo-cd-cherry-pick-bot[bot])
  • d4c8f1c3c724d4d71c1f4ddb6b255ab36d3bef4a fix: fixes a regression of dex config env vars substituion - Cherry pick of #28369 in 3.4 (#28411) (@ppapapetrou76)
Read the original announcement →

https://github.com/argoproj/argo-cd/releases/tag/v3.4.5

Related releases