Skip to content

v0.11.162

Choose a tag to compare

@zalando-robot zalando-robot released this 12 Oct 17:40
5a29572

Changes

Normalizes URLs for upstream (#1547)
Fixes a bug where /nasty/../nice matches on /nice but its passed upstream to /nasty/../nice

Docker image

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

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