Skip to content

v0.13.183

Choose a tag to compare

@zalando-robot zalando-robot released this 23 Feb 17:37
7d9a5ef

Changes

fix goroutine leak in webhook filter that you can observe if dataclients trigger regular updates and this filter will be recreated. A common fix is the way tokeninfo caches the authclient by target (#1967)

Docker image

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

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