v0.17.35
Changes
proxy: fix flaky TestAuditLogging (#2575)
The TestAuditLogging could flake because it checks audit log after
receiving response message from the connection which may happen
before write to audit log by io.MultiWriter has finished.
It could be reproduced via:
go test ./proxy -run=TestAuditLogging -count=10000 -failfast
This change writes to auditLog before writing to the connection which
also would show failed message in the audit log in case write to
connection fails.
Fixes #2572
Multiarch Docker image
Multiarch Docker image is available in Github's docker registry:
docker run -it ghcr.io/zalando/skipper:v0.17.35 skipper --help
Docker image
Docker image is available in Zalando's Open Source registry:
docker run -it registry.opensource.zalan.do/teapot/skipper:v0.17.35 skipper --help