Skip to content

v0.13.179

Choose a tag to compare

@zalando-robot zalando-robot released this 09 Feb 19:08
100ef1b

Changes

scheduler: ensure single lifo instance per route (#1945)
Multiple lifo filter instances on the route share the same job queue but claim multiple slots per request.
This is not obvious when users configure lifo filter in the ingress manifest and another instance is added
by the -default-filters-prepend flag.
The change keeps only the last lifo filter instance on the route to enable default configuration override.

Docker image

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

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