Skip to content

v0.0.6

Choose a tag to compare

@aryanmehrotra aryanmehrotra released this 25 Feb 21:00
· 4 commits to main since this release
3d03efe

πŸš€ Release Notes β€” v0.0.6

πŸ”§ CI & Build

  • Migrated to golangci-lint v2 with caching
  • Improved GitHub Actions workflow (faster builds, cleaner job separation)
  • Docker push now configurable and skips gracefully if credentials are missing

πŸ” Security

  • Improved path handling logic
  • Added tests for path validation
  • Updated gosec configuration to handle false positives

🐳 Docker

  • Switched to distroless base image
  • Built fully static binary (CGO_ENABLED=0, stripped flags)

πŸ“˜ Docs

  • Updated README to reference v0.0.6 tag

Focus: CI reliability, performance improvements, container hardening, and minor security refinements.