v0.0.6
π Release Notes β v0.0.6
π§ CI & Build
- Migrated to
golangci-lintv2 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.6tag
Focus: CI reliability, performance improvements, container hardening, and minor security refinements.