RATATOSKRATATOSK
ログイン

Argo

v3.2.11CI/CD & App Delivery
2026年5月1日

Argo CD v3.2.11 is a patch release fixing three UI/server bugs — a double-delete error, a 401 stream crash, and a pod logs viewer crash on stale container indices.

  • enhancementApply this patch if your team uses the pod logs viewer or streaming UI features

    Two of the three fixes target UI stability — the pod logs crash on stale container indices and the 401 stream error. Both are silent killers in day-to-day operations: engineers open the logs viewer during an incident and hit a blank screen or crash. Drop this patch into your next maintenance window. No config changes needed.

  • enhancementDouble-delete server error is fixed — relevant if you use automated cleanup workflows

    If your pipelines or operators trigger multiple delete attempts on the same Argo CD resource (common in GitOps reconciliation loops or scripted teardowns), the server previously returned an error on the second attempt. This is now handled gracefully. No action required beyond upgrading.

主な変更 (5)

  • Fixed server error when a second delete operation is attempted on the same resource
  • Fixed UI crash when a 401 unauthorized error occurs in a streaming connection
  • Fixed pod logs viewer crash caused by stale container index references
  • Bumped SonarQube scan action dependency from 5.3.1 to 8.0.0
  • All container images remain cosign-signed with SLSA Level 3 provenance