Argo CD 3.4.4 is a patch release focused on stability fixes for health checks, RBAC, diffs, and template rendering. Update if you run multi-namespace setups or use Dex authentication.
breakingRBAC regression fix for multi-namespace setups
A prior release introduced a regression in RBAC enforcement for project-scoped resources in multi-namespace architectures. This patch restores correct behavior. If you use project-level RBAC restrictions across multiple namespaces, verify that access controls work as expected after upgrading, particularly around project-scoped resource visibility.
enhancementHealth check reliability improvement
The PromotionStrategy health check was incorrectly reporting Progressing after no-op re-hydration, blocking deployments. This is now fixed. If you use PromotionStrategy with ArgoCD, upgrade to avoid stalled health states that require manual intervention to clear.
enhancementServer-side diff regression resolved
A recent change broke server-side diffs on new objects, causing errors. This patch restores diff functionality. If you rely on server-side diffs in your deployment pipeline (especially for new resources), apply this update to restore normal diff behavior.
Key changes (5)
- Fixed PromotionStrategy health check regression that left resources stuck in Progressing state
- Resolved RBAC regression affecting project-scoped resources in multi-namespace deployments
- Fixed diff error on new objects in server-side diffs
- Patched Dex password parsing to handle dollar signs correctly
- Resolved cross-generator Values template resolution in ApplicationSet RenderGeneratorParams