Skip to content

v0.13.249

Choose a tag to compare

@zalando-robot zalando-robot released this 09 Sep 14:47
54ff9d0

Changes

godoc: reformat all sources with gofmt 1.19 (#2074)
gofmt misinterprets code blocks of eskip examples starting with * as a bullet list.
This change adds route id to all such eskip examples such that subsequent reformatting
with gofmt 1.18 and 1.19 does not produce any changes.

Docker image

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

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