Skip to content

v0.13.212

Choose a tag to compare

@zalando-robot zalando-robot released this 15 Jun 10:45
ebe4ee2

Changes

feature: add xff headers that are required by authelia see also authelia/authelia#3492 (#2013)
refactor: replace strings.Split/SplitN with strings.Cut (#2012) thanks to bedakb
gosec: configure http.Server timeouts to fix G112 (#2018)

Docker image

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

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