v0.13.252
Changes
fix: fifo error metric counted "other" errors in case there is no error (#2073)
fix: counter should reflect semaphore state, right now metrics show only 0 or 1 sometimes 2 as "active"
fix: all review things that we found during a call
fix: reconfiguration and test
fix: capture atomic counter to local scope such that we do not have race condition while reconfigure
test: add proxy test
test: update test according to how reconfigrations of fifo works
test: add test with constant routing table scheduler changes while running a stream of requests
Docker image
Docker image is available in Zalando's Open Source registry:
docker run -it registry.opensource.zalan.do/teapot/skipper:v0.13.252 skipper --help
# arm64
docker run -it registry.opensource.zalan.do/teapot/skipper-arm64:v0.13.252 skipper --help
# arm v7 32bit
docker run -it registry.opensource.zalan.do/teapot/skipper-armv7:v0.13.252 skipper --help