v0.12.0
Changes
- change docker paths
pathfinder -> teapot
in all documentation and packaging files and increase VERSION to v0.12.x (#1641) - feature: oauth UI login filters and a tutorial
- fix: missleading error case, because of a race condition fixed in #1634
Docker image
Docker image is available in Zalando's Open Source registry:
docker run -it registry.opensource.zalan.do/teapot/skipper:v0.12.0 skipper --help
# arm64
docker run -it registry.opensource.zalan.do/teapot/skipper-arm64:v0.12.0 skipper --help
# arm v7 32bit
docker run -it registry.opensource.zalan.do/teapot/skipper-armv7:v0.12.0 skipper --help