v0.16.77
Changes
crd: update RouteGroup CRD (#2362)
This change updates RouteGroup CRD from https://github.com/szuecs/routegroup-client
It adds a link to the origin to make it clear that CRD is the copy.
E.g. #1856 fixed hostname pattern directly and the problem in origin was
rediscovered again and fixed by szuecs/routegroup-client#10
Docker image
Docker image is available in Zalando's Open Source registry:
docker run -it registry.opensource.zalan.do/teapot/skipper:v0.16.77 skipper --help
# arm64
docker run -it registry.opensource.zalan.do/teapot/skipper-arm64:v0.16.77 skipper --help
# arm v7 32bit
docker run -it registry.opensource.zalan.do/teapot/skipper-armv7:v0.16.77 skipper --help