Skip to content

v0.14.33

Choose a tag to compare

@zalando-robot zalando-robot released this 03 Jan 16:25
b365c99

Changes

add config test pattern (#2167)
add ToOptions test stubs
add proxyflags test and some more config test
add http handler wrappers config to options
add test error cases in routechangerconfig
add more low hanging fruit test coverage in config package
add test non empty string in routechangerconfig

Docker image

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

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