v0.13.242
Changes
feature: allow insecure connections when using tls (#2066)
Allow insecure connections on an alternate port when using TLS. This
will remove the requirement to encrypt all traffic when enabling TLS.
Docker image
Docker image is available in Zalando's Open Source registry:
docker run -it registry.opensource.zalan.do/teapot/skipper:v0.13.242 skipper --help
# arm64
docker run -it registry.opensource.zalan.do/teapot/skipper-arm64:v0.13.242 skipper --help
# arm v7 32bit
docker run -it registry.opensource.zalan.do/teapot/skipper-armv7:v0.13.242 skipper --help