v2.0.10
- Go version bump and dependency updates for security patching.
- No functional changes.
- No shell support (sh/bash not available) as base image changed to Distroless for security reason.
- Deployments using ["/bin/sh"] will fail.
Use Kubernetes variable syntax:
❌ $TOKEN
✅ $(TOKEN)