Skip to content

v0.20.15

Compare
Choose a tag to compare
@zalando-robot zalando-robot released this 20 Feb 17:45
d4e9b79

Changes

net/redistest: update go-redis client to work with redis:6 (#2949)

Update #2941 of go-redis to https://github.com/redis/go-redis/releases/tag/v9.5.0
broke support of redis:6

Unfortunately we did not catch it because we updated test redis to
redis:7 recently, see #2895

This change updates go-redis to https://github.com/redis/go-redis/releases/tag/v9.5.1
and adds a test to verify it supports both redis:6 and redis:7

Multiarch Docker image

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

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

Docker image

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

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