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