v0.13.168
Changes
Fixes eskip backslash escaping (#1938)
The #1341 removed backslash escaping which leads to incorrect
serialization of strings with a backslash.
Docker image
Docker image is available in Zalando's Open Source registry:
docker run -it registry.opensource.zalan.do/teapot/skipper:v0.13.168 skipper --help
# arm64
docker run -it registry.opensource.zalan.do/teapot/skipper-arm64:v0.13.168 skipper --help
# arm v7 32bit
docker run -it registry.opensource.zalan.do/teapot/skipper-armv7:v0.13.168 skipper --help