Argo CD v3.4.6: Bug Fixes and Improvements
Argo CD v3.4.6 includes several bug fixes to enhance stability and functionality, such as resolving issues with AppSets, diffing, Helm chart handling, and progressive sync. It also addresses session renewal using OIDC refresh tokens. This patch is relevant for users of Argo CD, particularly those encountering the specific issues addressed.
- →fix(appset): fall back to create when patch returns NotFound (#17312) (cherry-pick #28645 for 3.4) (#28718) (@rickbrouwer)
- →4907a99fd2948bc0db78b0a9347cd3077dbba9f7: fix(helm): pass registry passwords through stdin (#17821) (#28835) (@nitishfy)
- →fix: mount argocd-cmd-params-cm in repo-server so pprof can be enabled (cherry-pick #28863 for 3.4) (#28864) (@argo-cd-cherry-pick-bot[bot])
- →fix: only do annotation backfill if live unset (cherry-pick #28770 for 3.4) (#28776) (@argo-cd-cherry-pick-bot[bot])
- →fix: progressive sync fixes (3.4 cherry-picks) (#29000) (@blakepettersson)
Fixes (8) ›
- aa9970b380b8c2e9e7cb9bc93be08b52fc9164a1 fix(appset): fall back to create when patch returns NotFound (#17312) (cherry-pick #28645 for 3.4) (#28718) (@rickbrouwer)
9a91802c48b074fec01e1b07949c4e55caf146f8: fix(diff): don't drop manager-owned descendant fields when filtering webhook mutations (cherry-pick #28819 for 3.4) (#28894) (@argo-cd-cherry-pick-bot[bot])
- 4907a99fd2948bc0db78b0a9347cd3077dbba9f7: fix(helm): pass registry passwords through stdin (#17821) (#28835) (@nitishfy)
- b6d7c82be121ce650749bf07c8ece119313781dc fix: mount argocd-cmd-params-cm in repo-server so pprof can be enabled (cherry-pick #28863 for 3.4) (#28864) (@argo-cd-cherry-pick-bot[bot])
- cf7c4a73ffd6a9c41e245295cec30a1da21e17db fix: only do annotation backfill if live unset (cherry-pick #28770 for 3.4) (#28776) (@argo-cd-cherry-pick-bot[bot])
- a3d8e280627905ff58d47e1dc84ea2965bfad7b8 fix: progressive sync fixes (3.4 cherry-picks) (#29000) (@blakepettersson)
2aa646b934fb5b48f9c03d8dee134a8870f08b10: fix: use Entra ID uti claim as token id when jti is absent (#28625) (cherry-pick #28656 for 3.4) (#28676) (@argo-cd-cherry-pick-bot[bot])
275d11ec49199ea83d6532d18a6ed6d2790150c7: fix: use OIDC refresh tokens to renew expired sessions (#27041, #12189) (cherry-pick #27777 for 3.4) (#28688) (@argo-cd-cherry-pick-bot[bot])
https://github.com/argoproj/argo-cd/releases/tag/v3.4.6
Related releases
- Argo CD v3.3.13 Releases Fixes and Dependency Updates Argo CD Releases ·
- Argo CD v3.4.4: Bug Fixes and CI Updates Argo CD Releases ·
- Argo CD v3.3.12: Bug Fixes and Maintenance Updates Argo CD Releases ·
- Argo CD v3.4.5: Bug Fixes and Dependency Updates Argo CD Releases ·