v0.21.256
Changes
all: re-enable staticcheck rule ST1012 (#3381)
Rename error variables and re-enable staticheck
ST1012 - Poorly chosen name for error variable rule.
All renamed variables are non-exported except errInvalidArgs in predicates/source
which was made unexported.
Multiarch Docker image
Multiarch Docker image is available in Github's docker registry:
docker run -it ghcr.io/zalando/skipper:v0.21.256 skipper --help
Docker image
Docker image is available in Zalando's Open Source registry:
docker run -it registry.opensource.zalan.do/teapot/skipper:v0.21.256 skipper --help