Skip to content

v0.13.180

Choose a tag to compare

@zalando-robot zalando-robot released this 18 Feb 11:17
1a1d1eb

Changes

  • add brotli support for compress() and decompress filters, thanks to @fpozzobon.
    Server side priority can be set via
-compress-encodings value`
    set encodings supported for compression, the order defines priority 
    when Accept-Header has equal quality values, see RFC 7231 section 5.3.1
  • Use testcontainers to run redis-server (#1960)
    Mitigates build failures caused by package manager redirects during redis-server installation.
    Note that change adds many dependencies but they are only used for tests and do not end up in the build.

Docker image

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

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