Update CI tools image tag to correct format (release-v2.9) - #7031
Merged
oleg-kozlyuk-grafana merged 3 commits intoApr 22, 2026
Merged
Conversation
The tag was manually set to main-8340a1d49 (wrong format) during a CVE fix, breaking Renovate's regex-based auto-update. Update to the latest image (main-2c55cd0-20260421-172344) which has Go 1.26.2 and restores the format Renovate expects. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
oleg-kozlyuk-grafana
requested review from
carles-grafana,
electron0zero,
ie-pham,
javiermolinar,
joe-elliott,
mapno,
mattdurham,
mdisibio,
ruslan-mikhailov,
stoewer,
yvrhdn and
zalegrala
as code owners
April 22, 2026 08:35
The updated CI tools image's jsonnet binary outputs trailing newlines, causing the mixin check to fail on files committed without them. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
electron0zero
approved these changes
Apr 22, 2026
… blockbuilder test The livestore testLogger forwarded Log() to t.Log() without synchronization, causing a data race when background goroutines logged after the test completed. Added RWMutex + done flag so t.Cleanup stops the logger before tRunner finishes. The blockbuilder test registered context cancel before newStore's t.TempDir(), so in LIFO cleanup order TempDir was removed while the polling goroutine was still running. Moved cancel + Shutdown registration after newStore. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
oleg-kozlyuk-grafana
merged commit Apr 22, 2026
2fc8797
into
grafana:release-v2.9
39 of 40 checks passed
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.
Summary
TOOLS_IMAGE_TAGinbuild/tools.mkfrommain-8340a1d49tomain-2c55cd0-20260421-172344main-<7hex>-<YYYYMMDD>-<HHMMSS>) and includes Go 1.26.2Context
See #7022 and #7030 for the full investigation. This is the release-v2.9 counterpart.
Test plan
🤖 Generated with Claude Code