v0.17.1
Changes
webhook: validate skipper annotations in ingress (#2493)
Introduce skipper ingress annotations eskip validation to AdmissionValidationWebhook and our webhook binary
Docker image
Docker image is available in Zalando's Open Source registry:
docker run -it registry.opensource.zalan.do/teapot/skipper:v0.17.1 skipper --help
# arm64
docker run -it registry.opensource.zalan.do/teapot/skipper-arm64:v0.17.1 skipper --help
# arm v7 32bit
docker run -it registry.opensource.zalan.do/teapot/skipper-armv7:v0.17.1 skipper --help