Skip to content

v2.0.11

Latest

Choose a tag to compare

@arshiya-99 arshiya-99 released this 13 Jul 14:02
· 3 commits to main since this release
31a3e90

###############

  • Go version bump and dependency updates for security patching.
  • Fix connection leak in fetchURL: removed SetDoNotParseResponse(true) so resty's default body handling closes the
    response body correctly, preventing a socket leak.
  • No other 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)
###############