Skip to content
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.9 changelog and release notes #6899

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

dimitarvdimitrov
Copy link
Contributor

No description provided.

Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
Copy link
Contributor

@krajorama krajorama left a comment

Choose a reason for hiding this comment

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

LGTM, remember to pick to release-2.10 and release-2.11 as well

@dimitarvdimitrov dimitarvdimitrov merged commit a5badbb into main Dec 12, 2023
30 checks passed
@dimitarvdimitrov dimitarvdimitrov deleted the dimitar/2.9/update-release-notes-changelog branch December 12, 2023 12:49
@grafanabot
Copy link
Contributor

The backport to release-2.9 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new branch
git switch --create backport-6899-to-release-2.9 origin/release-2.9
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x a5badbb818bf379b2d9faf63acd9e81f2e2b3d64
# Push it to GitHub
git push --set-upstream origin backport-6899-to-release-2.9
git switch main
# Remove the local backport branch
git branch -D backport-6899-to-release-2.9

Then, create a pull request where the base branch is release-2.9 and the compare/head branch is backport-6899-to-release-2.9.

grafanabot pushed a commit that referenced this pull request Dec 12, 2023
Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
(cherry picked from commit a5badbb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants