Skip to content

v0.16.90

Choose a tag to compare

@zalando-robot zalando-robot released this 07 Jun 10:26
38a118e

Changes

predicates/traffic: add TrafficSegment route test (#2375)
TrafficSegment predicate has a weight of -1 and thus does not affect final route weight.
This test verifies that requests with a specific header do not match routes
with TrafficSegment despite the same number of predicates.
For #2268

Docker image

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

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