chore(chloggen): backport changelog tooling to release-v3.0 - #7372
Merged
zhxiaogg merged 6 commits intoJun 3, 2026
Merged
Conversation
(cherry picked from commit 90e1d17)
…uthor (grafana#7351) (cherry picked from commit 2e3dabb)
(cherry picked from commit f3e791f)
(cherry picked from commit 57897eb)
…ocs skip (grafana#7368) (cherry picked from commit d182bec)
zhxiaogg
force-pushed
the
backport-chloggen-to-release-v3.0
branch
from
June 3, 2026 18:19
139da56 to
ada784b
Compare
Backport adaptation: the changelog workflow introduced in grafana#7339 only runs for PRs targeting main and uses origin/main as the diff base. Point both at release-v3.0 so the check runs on backport PRs to this branch.
zhxiaogg
marked this pull request as ready for review
June 3, 2026 18:42
zhxiaogg
requested review from
carles-grafana,
electron0zero,
ie-pham,
javiermolinar,
mapno,
mattdurham,
mdisibio,
oleg-kozlyuk-grafana,
ruslan-mikhailov,
stoewer,
yvrhdn and
zalegrala
as code owners
June 3, 2026 18:42
zhxiaogg
enabled auto-merge (squash)
June 3, 2026 18:53
ie-pham
approved these changes
Jun 3, 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.
Backports the changelog-tooling (chloggen) work to
release-v3.0.Cherry-picked PRs (in order)
Backport adaptations
.chloggen/_migrated_*.yamlfiles introduced by chore: adopt chloggen for changelog management #7339. Those captured main's post-v3.0.0 unreleased entries; none of those PRs are inrelease-v3.0's history, so they don't belong here.release-v3.0's## main / unreleasedsection was empty, so it's simply replaced with the<!-- next version -->marker (no entries to migrate)..github/workflows/changelog.yml): retargeted frommaintorelease-v3.0(PR trigger branch +git merge-basebase) so the check runs on backport PRs to this branch. Added as a separate adaptation commit.Verification
make chlog-validatepasses;go test ./...intools/chloggenis green.