Skip to content

v0.13.118

Choose a tag to compare

@zalando-robot zalando-robot released this 04 Oct 14:56
63b2768

Changes

Move filters jwtValidation and forwardTokenField to the filters package (#1871)
These filters were added later and missed while rebasing

Docker image

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

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