v0.12.13
Changes
add propagators for lightstep tracer (#1652)
this enables skipper to pick up traces in B3 format when enabled.
With a grafana which can propagate in B3 format the traces can be continued (when both
skipper and grafana's jaeger collector report to the same satellites).
Also: updates lightstep tracer from 0.16.0 to 0.22.0
Docker image
Docker image is available in Zalando's Open Source registry:
docker run -it registry.opensource.zalan.do/teapot/skipper:v0.12.13 skipper --help
# arm64
docker run -it registry.opensource.zalan.do/teapot/skipper-arm64:v0.12.13 skipper --help
# arm v7 32bit
docker run -it registry.opensource.zalan.do/teapot/skipper-armv7:v0.12.13 skipper --help