Skip to content

build(deps): bump github.com/grafana/tempo-operator from 0.21.0 to 0.22.0 - #1207

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/grafana/tempo-operator-0.22.0
Open

build(deps): bump github.com/grafana/tempo-operator from 0.21.0 to 0.22.0#1207
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/grafana/tempo-operator-0.22.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 21, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/grafana/tempo-operator from 0.21.0 to 0.22.0.

Release notes

Sourced from github.com/grafana/tempo-operator's releases.

Release v0.22.0

🚩 Deprecations 🚩

  • tempostack, tempomonolithic: Warn that the Jaeger UI is deprecated when it is enabled. (#1587) The validating webhook now returns a warning when spec.template.queryFrontend.jaegerQuery.enabled of a TempoStack or spec.jaegerui.enabled of a TempoMonolithic is set to true:

    Warning: spec.template.queryFrontend.jaegerQuery.enabled is deprecated and will be removed in a future release
    

    This is only a warning, existing instances keep working and nothing else changes.

🚀 New components 🚀

  • metrics-generator: Add support for deploying metrics-generator via TempoStack resource. (#1120) To enable the metrics-generator, add a metricsGenerator section to the TempoStack spec:

    spec:
      template:
        metricsGenerator:
          enabled: true
          remoteWriteURLs:
            - http://prometheus:9090/api/v1/write
          processors: ['service-graphs', 'span-metrics', 'local-blocks']

    enabled must be set to true to deploy the metrics-generator component. remoteWriteURLs is required and must contain at least one Prometheus remote write endpoint. processors is optional. span-metrics, service-graphs, and local-blocks are enabled by default.

    Additional metrics-generator configuration can be set via extraConfig.tempo. Refer to the Tempo metrics-generator documentation for all available options.

💡 Enhancements 💡

  • tempostack, tempomonolithic: Add READY column to the output of kubectl get (#1600)
  • tempostack: Make it possible to disable the gateway's Ingress when tenant mode is OpenShift (#1416)
  • operator: Update Kubernetes dependencies to 1.36, Golang to 1.26 and update gateway images (#1552)
  • tempostack, tempomonolithic: Bump Tempo to 2.10.8 and gateway to main-2026-08-13-db2b289 (#1611)
  • operator: Speed up initial pod rollout (#1581) Previously, certificate hash annotations were written to the TempoStack/TempoMonolithic CR and propagated to pod templates in a subsequent reconcile. This required three reconcile loops before pods were rolled out with the correct annotations. Now, hashes are passed directly through to the pod, completing the rollout in a single reconcile.

... (truncated)

Changelog

Sourced from github.com/grafana/tempo-operator's changelog.

0.22.0

🚩 Deprecations 🚩

  • tempostack, tempomonolithic: Warn that the Jaeger UI is deprecated when it is enabled. (#1587) The validating webhook now returns a warning when spec.template.queryFrontend.jaegerQuery.enabled of a TempoStack or spec.jaegerui.enabled of a TempoMonolithic is set to true:

    Warning: spec.template.queryFrontend.jaegerQuery.enabled is deprecated and will be removed in a future release
    

    This is only a warning, existing instances keep working and nothing else changes.

🚀 New components 🚀

  • metrics-generator: Add support for deploying metrics-generator via TempoStack resource. (#1120) To enable the metrics-generator, add a metricsGenerator section to the TempoStack spec:

    spec:
      template:
        metricsGenerator:
          enabled: true
          remoteWriteURLs:
            - http://prometheus:9090/api/v1/write
          processors: ['service-graphs', 'span-metrics', 'local-blocks']

    enabled must be set to true to deploy the metrics-generator component. remoteWriteURLs is required and must contain at least one Prometheus remote write endpoint. processors is optional. span-metrics, service-graphs, and local-blocks are enabled by default.

    Additional metrics-generator configuration can be set via extraConfig.tempo. Refer to the Tempo metrics-generator documentation for all available options.

💡 Enhancements 💡

  • tempostack, tempomonolithic: Add READY column to the output of kubectl get (#1600)
  • tempostack: Make it possible to disable the gateway's Ingress when tenant mode is OpenShift (#1416)
  • operator: Update Kubernetes dependencies to 1.36, Golang to 1.26 and update gateway images (#1552)
  • tempostack, tempomonolithic: Bump Tempo to 2.10.8 and gateway to main-2026-08-13-db2b289 (#1611)
  • operator: Speed up initial pod rollout (#1581) Previously, certificate hash annotations were written to the TempoStack/TempoMonolithic CR and propagated to pod templates in a subsequent reconcile. This required three reconcile loops before pods were rolled out with the correct annotations. Now, hashes are passed directly through to the pod, completing the rollout in a single reconcile.

... (truncated)

Commits
  • 25854bd Prepare Release 0.22.0 (#1616)
  • 1c153af [chore] add retry to ossm-monolithic-otel (same as ossm-tempostack-otel) (#1614)
  • 6748b26 [chore] use canoncial form of cpu limits in tempostack-resources e2e test (#1...
  • ce8ef5b chore(deps): bump the github-actions group with 3 updates (#1612)
  • 18a53c1 refactor: pass cert hash annotations through Params instead of CR (#1581)
  • c2715dd add option to disable gateway's ingress in OpenShift (#1606)
  • a13b8cd Bump Tempo to 2.10.8 and gateway to main-2026-08-13-db2b289 (#1611)
  • 16473e3 chore(deps): update golang:1.26 docker digest to 2632668 (#1608)
  • 3de6a5d fix(security/unknown/): update module golang.org/x/mod to v0.40.0 [security] ...
  • 2a9e537 Support zone-aware replication of a TempoStack (#1578)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/grafana/tempo-operator](https://github.com/grafana/tempo-operator) from 0.21.0 to 0.22.0.
- [Release notes](https://github.com/grafana/tempo-operator/releases)
- [Changelog](https://github.com/grafana/tempo-operator/blob/main/CHANGELOG.md)
- [Commits](grafana/tempo-operator@v0.21.0...v0.22.0)

---
updated-dependencies:
- dependency-name: github.com/grafana/tempo-operator
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 21, 2026
@openshift-ci

openshift-ci Bot commented Aug 21, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign peteryurkovich for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci

openshift-ci Bot commented Aug 21, 2026

Copy link
Copy Markdown

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a rhobs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code needs-ok-to-test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants