v0.13.154
Changes
proxy: remove http.remote_addr tracing tag (#1921)
Removes http.remote_addr tag that contains request remote IP and port value.
There is still http.remote_ip tag that contains remote IP address without port.
Docker image
Docker image is available in Zalando's Open Source registry:
docker run -it registry.opensource.zalan.do/teapot/skipper:v0.13.154 skipper --help
# arm64
docker run -it registry.opensource.zalan.do/teapot/skipper-arm64:v0.13.154 skipper --help
# arm v7 32bit
docker run -it registry.opensource.zalan.do/teapot/skipper-armv7:v0.13.154 skipper --help