v0.13.209
Changes
fix dependeny alerts (#2010)
- https://github.com/zalando/skipper/security/dependabot/5 Unhandled exception in gopkg.in/yaml.v3
- https://github.com/zalando/skipper/security/dependabot/4 Default inheritable capabilities for linux container should be empty
Docker image
Docker image is available in Zalando's Open Source registry:
docker run -it registry.opensource.zalan.do/teapot/skipper:v0.13.209 skipper --help
# arm64
docker run -it registry.opensource.zalan.do/teapot/skipper-arm64:v0.13.209 skipper --help
# arm v7 32bit
docker run -it registry.opensource.zalan.do/teapot/skipper-armv7:v0.13.209 skipper --help