Skip to content

v0.11.171

Choose a tag to compare

@zalando-robot zalando-robot released this 23 Oct 17:10
cab2929

Notice

This release has an issue for Upgrade headers (for example websocket) on connection tear down, skipper will log a panic and the not closing side might get an exception.

Changes

handle the case smoother when all endpoints are fading in (#1550)

  • rename worker slices
  • simplify weighted random selection

Docker image

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

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