Skip to content

v0.13.70

Choose a tag to compare

@zalando-robot zalando-robot released this 14 Jun 22:34
8ea10e2

Changes

Fix typo in logging (#1793)
Fixed the typo in logging between route update and initial route fetch, to allow matching both with "error while receiving" in log search.

Docker image

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

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