Skip to content

v0.11.169

Choose a tag to compare

@zalando-robot zalando-robot released this 23 Oct 11:29
00eca2d

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

Adds Content-Length header for error response (#1562)
Content-Length header disables Transfer-Encoding: chunked and allows
client to fail earlier in case ServeHTTP hangs for some reason.

Docker image

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

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