Skip to content

v0.19.2

Choose a tag to compare

@zalando-robot zalando-robot released this 12 Jan 14:02
d238294

Changes

routing: avoid allocating new entry in EndpointRegistry.GetMetrics (#2847)

EndpointRegistry.GetMetrics always allocates new entry even when
data for the key already exists.

sync.Map does not provide lazy initialization for the new value,
see golang/go#44159

This change uses suggested best-effort to avoid allocating
a new value on each load.

Follow up on #2795

Multiarch Docker image

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

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

Docker image

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

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