Skip to content

v0.21.256

Compare
Choose a tag to compare
@zalando-robot zalando-robot released this 20 Jan 21:28
9bbfe3a

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.

Follow up on #897 and #1642

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