chore: prepare v2.9.3 release - #7413
Closed
zhxiaogg wants to merge 1 commit into
Closed
Conversation
Add the v2.9.3 changelog section and bump the tempo image tag to 2.9.3 in example configs and compiled jsonnet. v2.9.3 collects the security dependency updates (golang.org/x/net, golang.org/x/crypto, golang.org/x/sys, github.com/apache/thrift), the busybox removal (CVE-2025-60876), the Prometheus/OTel dependency bump, a metrics-generator panic fix, and the OpenCensus receiver removal backported to release-v2.9.
zhxiaogg
requested review from
carles-grafana,
electron0zero,
ie-pham,
javiermolinar,
joe-elliott,
knylander-grafana,
mapno,
mattdurham,
mdisibio,
ruslan-mikhailov,
stoewer,
yvrhdn and
zalegrala
as code owners
June 5, 2026 17:19
oleg-kozlyuk-grafana
approved these changes
Jun 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release-prep PR for v2.9.3 (security patch release off
release-v2.9), per RELEASES.MD.What's in v2.9.3
Security and dependency fixes backported to
release-v2.9sincev2.9.2:🔒 Security
golang.org/x/net→ v0.55.0 (#7128, #7259, #7371)golang.org/x/crypto→ v0.52.0 (#7258, #7343)golang.org/x/sys→ v0.44.0 (#7260)github.com/apache/thrift→ v0.23.0 (#7119)🛑 Breaking
🧰 Bug fixes
write_relabel_configsis configured (#7338)🔧 Changes
Changes in this PR
# v2.9.3section. Prometheus, OpenCensus, the metrics-generator panic fix, and the busybox removal already had.chloggen/entries; this PR adds the missing security entries for the Go 1.26.3, x/net, x/crypto, x/sys, and thrift bumps, then collates everything viamake chlog-update VERSION=v2.9.3.make bump-tempo-image-tag TEMPO_IMAGE_TAG=2.9.3+make jsonnet, updating example configs, docs, and compiled jsonnet. Done before tagging per the release process.Rebased onto the latest
release-v2.9(now including the Go 1.26.3 upgrade #7421).Once merged, the
v2.9.3tag will be cut on the merge commit to trigger therelease/dockerworkflows.