Skip to content

v0.11.151

Choose a tag to compare

@zalando-robot zalando-robot released this 11 Sep 15:54
a5a8894

Changes

Logging requests to webhook during debug logging (#1519)
To help debug ValidatingWebhookConfiguration, logging requests to the
webhook. Note that this will only be requests from the API server since
the webhook is not accessible otherwise.
Co-authored-by: Mikkel Oscar Lyderik Larsen mikkel.larsen@zalando.de

Docker image

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

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