v3.27.1
passteque/gluetunv3.27.1Mar 21, 2022by qdm12
AI Summary
A maintenance release identical to v3.28.1, fixing the health check mechanism by switching from ping to TCP dialing.
Key Highlights
- Health check uses TCP dialing to `github.com:443`
- Renamed environment variable `HEALTH_ADDRESS_TO_PING` to `HEALTH_TARGET_ADDRESS`
Breaking Changes
- Environment variable `HEALTH_ADDRESS_TO_PING` renamed to `HEALTH_TARGET_ADDRESS`
Full Release Notes
## Fixes - Healthcheck uses a TCP dial to `github.com:443` since the ping mechanism appears to be non functional - `HEALTH_TARGET_ADDRESS` to replace `HEALTH_ADDRESS_TO_PING`