-
Notifications
You must be signed in to change notification settings - Fork 529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update 2.10 changelog and release notes #6900
Update 2.10 changelog and release notes #6900
Conversation
Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, remember to backport to release-2.10 and release-2.11
* Update 2.10 changelog and release notes Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com> * Update CHANGELOG.md --------- Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com> (cherry picked from commit 9bb55ff)
* Update 2.10 changelog and release notes Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com> * Update CHANGELOG.md --------- Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com> (cherry picked from commit 9bb55ff)
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new branch
git switch --create backport-6900-to-release-2.11 origin/release-2.11
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x 9bb55ffacd9f6566ff572aca4a426ea1d20608f2
# Push it to GitHub
git push --set-upstream origin backport-6900-to-release-2.11
git switch main
# Remove the local backport branch
git branch -D backport-6900-to-release-2.11 Then, create a pull request where the |
No description provided.