Skip to content

v0.3.3

Choose a tag to compare

@tmatens tmatens released this 12 Apr 18:49
· 268 commits to main since this release
v0.3.3
29d14a0

[0.3.3] - 2026-04-12

Added

  • Docker Hub image (composelint/compose-lint) — multi-stage build on python:3.13-alpine, multi-arch (linux/amd64, linux/arm64), runs as non-root, signed with cosign (Sigstore keyless).
  • Docker usage section in README.
  • README rules table now lists all 19 rules (CL-0011–CL-0019 were missing).
  • Automated TestPyPI smoke test in publish workflow — installs from TestPyPI, verifies --version, runs fixture tests. Real PyPI publish is gated on it.
  • Automated post-push verification in Docker publish workflow — pulls by digest, verifies cosign signature, checks version output.