Skip to content

v0.16.166

Choose a tag to compare

@zalando-robot zalando-robot released this 02 Aug 14:40
6ea4968

Changes

Fixed the searchRing function for consistentHash (#2460)
This fix is needed to comply the requirements of input
for binary search https://pkg.go.dev/sort#Search
Search uses binary search to find and return the smallest index i
in [0, n) at which f(i) is true, assuming that on the range
[0, n), f(i) == true implies f(i+1) == true.
That is, Search requires that f is false for some (possibly empty)
prefix of the input range [0, n) and then true for
the (possibly empty) remainder

Docker image

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

docker run -it registry.opensource.zalan.do/teapot/skipper:v0.16.166 skipper --help
# arm64
docker run -it registry.opensource.zalan.do/teapot/skipper-arm64:v0.16.166 skipper --help
# arm v7 32bit
docker run -it registry.opensource.zalan.do/teapot/skipper-armv7:v0.16.166 skipper --help