v0.16.53
Changes
net: update go-redis client (#2159)
#2009 intruduced go-redis
client fork that contains implementation of ring.SetAddrs API.
Implementation of this API with improvements was later added to
the upstream so this change removes the fork.
See
Docker image
Docker image is available in Zalando's Open Source registry:
docker run -it registry.opensource.zalan.do/teapot/skipper:v0.16.53 skipper --help
# arm64
docker run -it registry.opensource.zalan.do/teapot/skipper-arm64:v0.16.53 skipper --help
# arm v7 32bit
docker run -it registry.opensource.zalan.do/teapot/skipper-armv7:v0.16.53 skipper --help