Skip to content

v0.17.41

Choose a tag to compare

@zalando-robot zalando-robot released this 08 Sep 07:38
239a5b3

Changes

Introduce endpointregistry component (#2535)

This component is needed to create an easy way for loadbalancer,
fadein, etc. to find out required information about endpoints to
increase readability of those parts and enable us to provide
new features there, for example, passive health checks for endpoints.

Warning

On high turnover of loadbalancer members endpoint registry may accumulate stale endpoints which could look like a memory leak.
This will be fixed in subsequent release.

Multiarch Docker image

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

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

Docker image

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

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