Closed oscar-izval closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 73.08%. Comparing base (
36805bb
) to head (c50c66b
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thank you!
Thanks for the quick response @andreasgerstmayr! Btw, this page should probably reflect the changes too :) https://grafana.com/docs/tempo/next/setup/operator/#kubernetes
Thanks for the quick response @andreasgerstmayr! Btw, this page should probably reflect the changes too :) https://grafana.com/docs/tempo/next/setup/operator/#kubernetes
Yes. I wonder if we should add a table to the README of this repo, and link to this table from the Grafana docs instead of always needing to update the Grafana docs.
Maybe a table like this: Tempo Operator | Kubernetes | Tempo |
---|---|---|
v0.13.0 | v1.25 to v1.29 | v2.5.0 |
Similar to the table in the opentelemetry-operator at https://github.com/open-telemetry/opentelemetry-operator?tab=readme-ov-file#opentelemetry-operator-vs-kubernetes-vs-cert-manager-vs-prometheus-operator wdyt @pavolloffay?
Enabling operator tests to run on Kubernetes 1.30. Referencing the work of https://github.com/grafana/tempo-operator/pull/807.
Closes #1030