Skip to content

Conversation

@MalteJoe
Copy link
Contributor

Changes

Updates the grafana replacement rule to a newer version (12.3.2 instead of 12.1.1) pushed to the deprecated repository.

This is a follow up to #39512 and #40293, updating to a more recent version, in case users of the deprecated repository have already upgraded to a newer version. I also added the -ubuntu variant so that may be replaced too. I checked the digests for both image versions to match, so even digest-pinned versions can be safely replaced.

To avoid creating more PRs, we could leave this PR open until a 12.4.0 release on the main repository exists, as that should be the first version not being released on the deprecated repository and update this PR to the latest 12.3.x version.

Context

Please select one of the following:

  • This closes an existing Issue, Closes: #
  • This doesn't close an Issue, but I accept the risk that this PR may be closed if maintainers disagree with its opening or implementation

AI assistance disclosure

Did you use AI tools to create any part of this pull request?

Please select one option and, if yes, briefly describe how AI was used (e.g., code, tests, docs) and which tool(s) you used.

  • No — I did not use AI for this contribution.
  • Yes — minimal assistance (e.g., IDE autocomplete, small code completions, grammar fixes).
  • Yes — substantive assistance (AI-generated non‑trivial portions of code, tests, or documentation).
  • Yes — other (please describe):

Documentation (please check one with an [x])

  • I have updated the documentation, or
  • No documentation update is required

How I've tested my work (please select one)

I have verified these changes via:

  • Code inspection only, or
  • Newly added/modified unit tests, or
  • No unit tests, but ran on a real repository, or
  • Both unit tests + ran on a real repository

The public repository:

@github-actions github-actions bot requested a review from viceice January 30, 2026 12:52
"matchDatasources": ["docker"],
"matchPackageNames": ["/^(?:docker\\.io/)?grafana/grafana-oss$/"],
"matchCurrentVersion": "12.1.1",
"matchCurrentVersion": "12.3.2",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"matchCurrentVersion": "12.3.2",
"matchCurrentVersion": ">=12.1.1-0",

maybe just use this? rneovate will fallback to semver if this isn't parseable with docker versioning.

it should also match 12.1.1-ubuntu and should retain current value

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants