Skip to content

v0.11.130

Choose a tag to compare

@zalando-robot zalando-robot released this 13 Jul 14:39
dd70bd6

Changes

Refactoring Kubernetes dataclient (#1482)
Making it possible for RouteGroups to be validated by another package e.g soon to come
ValidatingAdmissionWebhook for RouteGroup CRD
Eventually we could also preprocess and validate Ingress in the new definitions package
ref: #584
Implemented the leftover stubs in definitions except
IngressItem:Validate. Also switched to pointer receivers because they
work consistently everywhere.
The moved tests still fail
Implementing the Marshaller Unmarshaller interface causes recursion
loops. Since we can don't need them not implementing them.

Docker image

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

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