RATATOSKRATATOSK
ログイン

Argo

v3.2.12CI/CD & App Delivery
2026年5月13日

v3.2.12 is a minor patch fixing a lint nesting issue, URL validation export, and a log line overflow bug in the UI. Low risk, safe to apply.

  • enhancementApply patch if UI log wrapping is causing visual issues

    If your team uses Argo CD's log viewer with line-wrapping enabled, lines were overflowing their container — a fairly annoying UX bug. This patch resolves it cleanly. No config changes needed; just upgrade.

  • enhancementRoutine patch — schedule upgrade at your next maintenance window

    No breaking changes, no CVEs. The spdystream dependency bump is a minor upstream fix. This is a straightforward patch release; there's no urgency, but keeping current on 3.2.x is good hygiene before any future minor version jump.

主な変更 (5)

  • Fixed log lines overflowing their container when the wrap-lines toggle is enabled (Issue #27586)
  • Exported the URL validation function for external use (#27816)
  • Fixed unnecessary nesting in lint logic (#27815)
  • Bumped github.com/moby/spdystream from 0.5.0 to 0.5.1
  • All container images remain cosign-signed with SLSA Level 3 provenance