Skip to content

v0.13.116

Choose a tag to compare

@zalando-robot zalando-robot released this 01 Oct 18:27
24f08cf

Changes

Moved and renamed all Predicate names and Filter names for consistency and ease of use (#1828)
Moved all predicate name constants to the predicate package, added
constants for the predicates that used string values.
By having all predicates in the same place, with consistent naming, it
makes it easier to use Predicates if you use Skipper as a Library and
build routes using code.
Moved all filter name constants to the filters package, added
constants for the filters that used string values.
By having all filters in the same place, with consistent naming, it
makes it easier to use Filters if you use Skipper as a Library and
build routes using code.
marking old public constants as deprecated
Fixed the following staticcheck errors:
filters/auth/grantcallback.go:11:1: comment on exported const GrantCallbackName should be of the form "GrantCallbackName ..." (ST1022)
filters/auth/grantclaimsquery.go:12:1: comment on exported const GrantClaimsQueryName should be of the form "GrantClaimsQueryName ..." (ST1022)
filters/diag/absorb.go:14:1: comment on exported const AbsorbName should be of the form "AbsorbName ..." (ST1022)
filters/diag/absorb.go:17:1: comment on exported const AbsorbSilentName should be of the form "AbsorbSilentName ..." (ST1022)
filters/rfc/rfc.go:8:1: comment on exported const Name should be of the form "Name ..." (ST1022)
filters/tee/teeloopback.go:9:1: comment on exported const FilterName should be of the form "FilterName ..." (ST1022)
predicates/cookie/cookie.go:14:1: comment on exported const Name should be of the form "Name ..." (ST1022)
predicates/methods/methods.go:29:1: comment on exported const Name should be of the form "Name ..." (ST1022)

Docker image

Docker image is available in Zalando's Open Source registry:

docker run -it registry.opensource.zalan.do/teapot/skipper:v0.13.116 skipper --help
# arm64
docker run -it registry.opensource.zalan.do/teapot/skipper-arm64:v0.13.116 skipper --help
# arm v7 32bit
docker run -it registry.opensource.zalan.do/teapot/skipper-armv7:v0.13.116 skipper --help