You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHubβs verified signature.
π Breaking changes π
operator: Update Tempo to 2.5.0 (#958)
Upstream Tempo 2.5.0 image switched user from root to tempo (10001:10001) and ownership of /var/tempo.
Therefore ingester's /var/tempo/wal created by previous deployment using Tempo 2.4.1 needs to be updated and
changed ownership. The operator upgrades the /var/tempo ownership by deploying a job with securityContext.runAsUser(0)
and it runs chown -R /var/tempo 10001:10001.
π‘ Enhancements π‘
operator: Enable OTLP HTTP on Gateway by default. (#948)
operator: Use golang 1.22 to build the operator (#959)
operator: Make configurable availability of the service names in Tempo monolithic (#942)
operator: Add oauth-proxy support for tempo monolithic (#922)
operator: Protect Jaeger UI when multi tenancy is disabled. (#909)