v0.11.173
Changes
Fixes watch_test race conditions (#1555)
Reproduced/verified with:
while true; do go test -race -test.short -count=10 -timeout=10s github.com/zalando/skipper/eskipfile; done
Docker image
Docker image is available in Zalando's Open Source registry:
docker run -it registry.opensource.zalan.do/pathfinder/skipper:v0.11.173 skipper --help
# arm64
docker run -it registry.opensource.zalan.do/pathfinder/skipper-arm64:v0.11.173 skipper --help
# arm v7 32bit
docker run -it registry.opensource.zalan.do/pathfinder/skipper-armv7:v0.11.173 skipper --help