v0.21.7
Changes
minor: countPathRoutes function (#2961)
The name could be a little bit misleading because actually this function
calculates the number of Path{,Subtree} predicates in the single route.
Nobody calculates the number of routes here, there is only one route
which this function takes as input.
Therefore n variable corresponds to the number of predicates, not the
routes how it seems to be when taking a look at the code.
Multiarch Docker image
Multiarch Docker image is available in Github's docker registry:
docker run -it ghcr.io/zalando/skipper:v0.21.7 skipper --help
Docker image
Docker image is available in Zalando's Open Source registry:
docker run -it registry.opensource.zalan.do/teapot/skipper:v0.21.7 skipper --help