Skip to content

v0.24.48

Latest

Choose a tag to compare

@zalando-robot zalando-robot released this 10 Mar 19:03
0a45d84

Changes

fix: panic on concurrent access of statebag (#3915)

httptrace seems to be called concurrently so we can not use unprotected
statebag to pass around the time.Time. Add a new member to the context

Multiarch Docker image

Multiarch Docker image is available in GitHub's docker registry:

docker run -it ghcr.io/zalando/skipper:v0.24.48 skipper --help

Docker image

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

docker run -it registry.opensource.zalan.do/teapot/skipper:v0.24.48 skipper --help