Skip to content

v2.0.10

Choose a tag to compare

@MigueloMadeira MigueloMadeira released this 23 Jun 11:16
· 21 commits to main since this release
02e2737
  • Go version bump and dependency updates for security patching.
  • No functional changes.

⚠️ Important (v2.0.5 and above)

  • 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)