Docker images: grafana/rollout-operator:v0.28.0
and grafana/rollout-operator-boringcrypto:v0.28.0
Changelog
- [ENHANCEMENT] Updated dependencies, including: #227 #231
golang.org/x/sync
fromv0.14.0
tov0.15.0
sigs.k8s.io/controller-runtime
fromv0.20.4
tov0.21.0
- [ENHANCEMENT] Migrate to OpenTelemetry tracing library, removing the dependency on OpenTracing. You can now configure tracing using the standard
OTEL_
environment variables. Previous configurations usingJAEGER_
environment variables will still work, but are deprecated. #234