v0.11.168
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
Documents hosts route group field as mandatory (#1543)
Docker image
Docker image is available in Zalando's Open Source registry:
docker run -it registry.opensource.zalan.do/pathfinder/skipper:v0.11.168 skipper --help
# arm64
docker run -it registry.opensource.zalan.do/pathfinder/skipper-arm64:v0.11.168 skipper --help
# arm v7 32bit
docker run -it registry.opensource.zalan.do/pathfinder/skipper-armv7:v0.11.168 skipper --help