Skip to content

v0.11.174

Choose a tag to compare

@zalando-robot zalando-robot released this 26 Oct 13:33
022c9fb

Changes

short-circuit routes without endpoints to not run into backend timeouts (#1551)
remove dead code path and move function
split test that changed 1 ingress into 2, one of them sucessful change one of them failing change

Docker image

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

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