v0.15.40
Changes
Use flags.FlagSet to increase testability (#2248)
Such change makes skipper and routesrv configuration more incapsulated,
os.Args slice is not used directly in tests any more.
Updates #2175
Docker image
Docker image is available in Zalando's Open Source registry:
docker run -it registry.opensource.zalan.do/teapot/skipper:v0.15.40 skipper --help
# arm64
docker run -it registry.opensource.zalan.do/teapot/skipper-arm64:v0.15.40 skipper --help
# arm v7 32bit
docker run -it registry.opensource.zalan.do/teapot/skipper-armv7:v0.15.40 skipper --help