Argo
v3.1.16CI/CD & App DeliveryArgo CD v3.1.16 is a minor patch fixing a server-side double-delete error and bumping the SonarQube scan action dependency.
enhancementApply patch if double-delete errors are hitting your workflows
If your GitOps pipelines or operators occasionally retry delete operations (e.g., during cascade deletes or reconciliation loops), the previous behavior could surface spurious errors that confused alerting or caused retries to fail loudly. This fix cleans that up. Upgrade is low-risk given the narrow scope of changes.
securityVerify cosign signatures after upgrading
Every release is a good reminder to validate image provenance in your admission pipeline. Argo CD images meet SLSA Level 3 — if you're not yet enforcing signature verification at deploy time, now is a practical moment to wire that into your policy engine (e.g., Kyverno or OPA Gatekeeper).
主な変更 (3)
- Bug fix: server no longer throws an error when a second delete operation is attempted on the same resource
- SonarQube scan action bumped from 5.2.0 to 8.0.0 in CI pipeline
- All container images remain cosign-signed with SLSA Level 3 provenance