Skip to content

v0.12.14

Choose a tag to compare

@zalando-robot zalando-robot released this 15 Dec 10:37
b6f20ec

Changes

suppress health check noise (#1650)
This change suppresses logging of the Skipper health check path in normal conditions, reducing log noise.
The logging is enabled if the health check fails or debugging levels are enabled

Docker image

Docker image is available in Zalando's Open Source registry:

docker run -it registry.opensource.zalan.do/teapot/skipper:v0.12.14 skipper --help
# arm64
docker run -it registry.opensource.zalan.do/teapot/skipper-arm64:v0.12.14 skipper --help
# arm v7 32bit
docker run -it registry.opensource.zalan.do/teapot/skipper-armv7:v0.12.14 skipper --help