Argo
v3.3.12CI/CD & App DeliveryArgo CD v3.3.12 is a maintenance release fixing sync state tracking, cluster observer locking, configuration parsing, and git repository depth handling—no breaking changes.
enhancementFix PromotionStrategy stuck state if using Argo Rollouts
If you run Argo CD with Argo Rollouts and use PromotionStrategy, applications may have remained stuck in Progressing after configuration reloads even when nothing changed. Update to v3.3.12 to resolve this. Check your application health status post-upgrade to confirm recovery.
securityDex authentication now handles special characters in passwords
Dex password parsing previously failed if passwords contained dollar signs, potentially locking users out. If you use Dex for OIDC and recently added or updated passwords with special characters, upgrade to v3.3.12 immediately to restore access. Test Dex login after updating.
主な変更 (5)
- PromotionStrategy health status no longer stuck in Progressing after no-op re-hydration
- Cluster informer now protected by lock to prevent concurrent access issues
- Dex password parsing fixed to handle dollar signs correctly
- Git repository depth setting now honored in change detection and fetch operations
- Live status excluded from normalization to improve accuracy