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

Freeze v2.9.0 release notes on main #10481

Merged
merged 1 commit into from
Sep 6, 2023
Merged

Conversation

kavirajk
Copy link
Collaborator

@kavirajk kavirajk commented Sep 6, 2023

What this PR does / why we need it:
next.md -> 2.9.0 and create new next.md

Which issue(s) this PR fixes:
relate: #10468

Special notes for your reviewer:

Checklist

Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
@kavirajk kavirajk requested a review from a team as a code owner September 6, 2023 15:49
@github-actions github-actions bot added the type/docs Issues related to technical documentation; the Docs Squad uses this label across many repositories label Sep 6, 2023
@kavirajk kavirajk enabled auto-merge (squash) September 6, 2023 15:52
Copy link
Contributor

@MichelHollands MichelHollands left a comment

Choose a reason for hiding this comment

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

LGTM

---

# V2.9
Grafana Labs is excited to announce the release of Loki 2.9.0 Here's a summary of new enhancements and important fixes:
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
Grafana Labs is excited to announce the release of Loki 2.9.0 Here's a summary of new enhancements and important fixes:
Grafana Labs is excited to announce the release of Loki 2.9.0. Here's a summary of new enhancements and important fixes:

There should be a dot there but it doesn't look that nice.

Copy link
Contributor

Choose a reason for hiding this comment

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

Feel free to ignore this

@kavirajk kavirajk merged commit 7d93c30 into main Sep 6, 2023
7 checks passed
@kavirajk kavirajk deleted the kavirajk/final-release-notes branch September 6, 2023 16:03
@grafanabot
Copy link
Collaborator

The backport to release-2.9.x 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-10481-to-release-2.9.x origin/release-2.9.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x 7d93c30806a3fb8be89a269688e71b5edfeac07d
# When the conflicts are resolved, stage and commit the changes
git add . && git cherry-pick --continue

If you have the GitHub CLI installed:

# Create the PR body template
PR_BODY=$(gh pr view 10481 --json body --template 'Backport 7d93c30806a3fb8be89a269688e71b5edfeac07d from #10481{{ "\n\n---\n\n" }}{{ index . "body" }}')
# Push the branch to GitHub and a PR
echo "${PR_BODY}" | gh pr create --title "[release-2.9.x] Freeze v2.9.0 release notes on `main`" --body-file - --label "size/M" --label "type/docs" --label "product-approved" --label "backport" --base release-2.9.x --milestone release-2.9.x --web

Or, if you don't have the GitHub CLI installed (we recommend you install it!):

# If you don't have the GitHub CLI installed: Push the branch to GitHub and manually create a PR:
git push --set-upstream origin backport-10481-to-release-2.9.x
# Remove the local backport branch
git switch main
git branch -D backport-10481-to-release-2.9.x

Unless you've used the GitHub CLI above, now create a pull request where the base branch is release-2.9.x and the compare/head branch is backport-10481-to-release-2.9.x.

kavirajk added a commit that referenced this pull request Sep 6, 2023
**What this PR does / why we need it**:
`next.md` -> `2.9.0` and create new `next.md`

**Which issue(s) this PR fixes**:
relate: #10468

**Special notes for your reviewer**:

**Checklist**
- [x] Reviewed the
[`CONTRIBUTING.md`](https://github.com/grafana/loki/blob/main/CONTRIBUTING.md)
guide (**required**)

Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
(cherry picked from commit 7d93c30)
@kavirajk kavirajk mentioned this pull request Sep 6, 2023
1 task
kavirajk added a commit that referenced this pull request Sep 6, 2023
**What this PR does / why we need it**:
#10481 backport final release notes.

**Which issue(s) this PR fixes**:
Fixes #<issue number>

**Special notes for your reviewer**:

**Checklist**
- [x] Reviewed the
[`CONTRIBUTING.md`](https://github.com/grafana/loki/blob/main/CONTRIBUTING.md)
guide (**required**)
rhnasc pushed a commit to inloco/loki that referenced this pull request Apr 12, 2024
**What this PR does / why we need it**:
`next.md` -> `2.9.0` and create new `next.md`

**Which issue(s) this PR fixes**:
relate: grafana#10468 

**Special notes for your reviewer**:

**Checklist**
- [x] Reviewed the
[`CONTRIBUTING.md`](https://github.com/grafana/loki/blob/main/CONTRIBUTING.md)
guide (**required**)

Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport release-2.9.x backport-failed product-approved size/M type/docs Issues related to technical documentation; the Docs Squad uses this label across many repositories
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants