Skip to content

v0.18.21

Choose a tag to compare

@zalando-robot zalando-robot released this 05 Oct 12:26
eb4de17

Changes

Added LBEndpoint field in routing.LBContext struct (#2648)

The routing.Route field of routing.LBContext struct will be
eventually removed because loadbalancer in general does not
require the full information about route, only about endpoints
to balance load between.

Multiarch Docker image

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

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

Docker image

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

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