v0.11.184
Changes
drop excessive span logs (#1595)
this is removing the streamBody.byte:
logs which make up the biggest chunk of logs per proxy span.
Errors are still logged with the streamBody.byte:
log.
Docker image
Docker image is available in Zalando's Open Source registry:
docker run -it registry.opensource.zalan.do/pathfinder/skipper:v0.11.184 skipper --help
# arm64
docker run -it registry.opensource.zalan.do/pathfinder/skipper-arm64:v0.11.184 skipper --help
# arm v7 32bit
docker run -it registry.opensource.zalan.do/pathfinder/skipper-armv7:v0.11.184 skipper --help