v0.1.16-hotfix1
timoreimann
released this
04 Aug 22:29
·
3 commits
to v0.1.16-fix-lb-healthcheck-protocol
since this release
This is a hotfix release based on v0.1.16. It fixes a regression related to health check path handling.
Prior to that release, the service protocol would also be used as the default health check protocol. v0.1.16 changed the behavior to default to TCP which breaks scenarios where a health check path is defined only. Without an accompanying health check protocol set to HTTP explicitly, the LB API would reject such requests accordingly.
The hotfix provides a patch that defaults the health check protocol to HTTP if a health check path is specified.
Check out the CHANGELOG for more details.