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

2.13 release notes #8445

Merged
merged 9 commits into from
Jul 5, 2024
Merged

2.13 release notes #8445

merged 9 commits into from
Jul 5, 2024

Conversation

dimitarvdimitrov
Copy link
Contributor

What this PR does

This is a draft PR with release notes. I've based this hugely on the changelog. The wording in the release notes is also largely influenced by the changelog as well.

There are a lot of enhancements and bug fixes in 2.13, so it was difficult to include everything. I tried to focus on user-visible changes, changes that are likely to impact more Mimir installations, or changes related to new features.

I'm open to feedback for mentioning other features or removing some of the ones mentioned.

related to #8390

Checklist

  • Tests updated.
  • Documentation added.
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX].
  • about-versioning.md updated with experimental features.

This is a draft PR with release notes. I've based this hugely on the changelog. The wording in the release notes is also largely influenced by the changelog as well.

There are a lot of enhancements and bug fixes in 2.13, so it was difficult to include everything. I tried to focus on user-visible changes, changes that are likely to impact more Mimir installations, or changes related to new features.

I'm open to feedback for mentioning other features or removing some of the ones mentioned.

related to XXX

Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
@dimitarvdimitrov dimitarvdimitrov mentioned this pull request Jun 20, 2024
66 tasks
@knylander-grafana knylander-grafana added the type/docs Improvements or additions to documentation label Jun 20, 2024

## Features and enhancements

- **Store-gateway can be configured to explicitly disable or enable tenants**. This is useful in cases when compaction slows down for a tenant to temporarily exclude a tenant while compaction catches up without impact other tenants.
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this the most exciting new feature? I'd expect us to put the top highlights first.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

haha, good point. This was largely ordered as the changelog

Copy link
Contributor Author

Choose a reason for hiding this comment

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

check out 2db2de7

Copy link
Contributor

Choose a reason for hiding this comment

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

Looks reasonable to me, @zhehao-grafana might have opinions though.

docs/sources/mimir/release-notes/v2.13.md Outdated Show resolved Hide resolved
docs/sources/mimir/release-notes/v2.13.md Outdated Show resolved Hide resolved
docs/sources/mimir/release-notes/v2.13.md Outdated Show resolved Hide resolved
docs/sources/mimir/release-notes/v2.13.md Outdated Show resolved Hide resolved
docs/sources/mimir/release-notes/v2.13.md Outdated Show resolved Hide resolved
docs/sources/mimir/release-notes/v2.13.md Outdated Show resolved Hide resolved
dimitarvdimitrov and others added 7 commits June 21, 2024 11:07
Co-authored-by: Charles Korn <charleskorn@users.noreply.github.com>
Co-authored-by: Charles Korn <charleskorn@users.noreply.github.com>
Co-authored-by: Charles Korn <charleskorn@users.noreply.github.com>
Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
docs/sources/mimir/release-notes/v2.13.md Outdated Show resolved Hide resolved
docs/sources/mimir/release-notes/v2.13.md Outdated Show resolved Hide resolved
docs/sources/mimir/release-notes/v2.13.md Outdated Show resolved Hide resolved
docs/sources/mimir/release-notes/v2.13.md Outdated Show resolved Hide resolved
docs/sources/mimir/release-notes/v2.13.md Outdated Show resolved Hide resolved
docs/sources/mimir/release-notes/v2.13.md Outdated Show resolved Hide resolved
Co-authored-by: taylor c <41653732+tacole02@users.noreply.github.com>
@dimitarvdimitrov dimitarvdimitrov marked this pull request as ready for review July 5, 2024 15:53
@dimitarvdimitrov dimitarvdimitrov requested a review from a team as a code owner July 5, 2024 15:53
@dimitarvdimitrov dimitarvdimitrov merged commit a598240 into main Jul 5, 2024
29 checks passed
@dimitarvdimitrov dimitarvdimitrov deleted the dimitar/2.13/release-notes branch July 5, 2024 15:54
grafanabot pushed a commit that referenced this pull request Jul 5, 2024
* 2.13 release notes

This is a draft PR with release notes. I've based this hugely on the changelog. The wording in the release notes is also largely influenced by the changelog as well.

There are a lot of enhancements and bug fixes in 2.13, so it was difficult to include everything. I tried to focus on user-visible changes, changes that are likely to impact more Mimir installations, or changes related to new features.

I'm open to feedback for mentioning other features or removing some of the ones mentioned.

related to XXX

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

* Update docs/sources/mimir/release-notes/v2.13.md

* Update docs/sources/mimir/release-notes/v2.13.md

Co-authored-by: Charles Korn <charleskorn@users.noreply.github.com>

* Update docs/sources/mimir/release-notes/v2.13.md

Co-authored-by: Charles Korn <charleskorn@users.noreply.github.com>

* Update docs/sources/mimir/release-notes/v2.13.md

Co-authored-by: Charles Korn <charleskorn@users.noreply.github.com>

* Update docs/sources/mimir/release-notes/v2.13.md

* Update wording on owned series

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

* Order feature highlights and remove space

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

* Apply styling suggestions

Co-authored-by: taylor c <41653732+tacole02@users.noreply.github.com>

---------

Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
Co-authored-by: Charles Korn <charleskorn@users.noreply.github.com>
Co-authored-by: taylor c <41653732+tacole02@users.noreply.github.com>
(cherry picked from commit a598240)
dimitarvdimitrov added a commit that referenced this pull request Jul 5, 2024
* 2.13 release notes

This is a draft PR with release notes. I've based this hugely on the changelog. The wording in the release notes is also largely influenced by the changelog as well.

There are a lot of enhancements and bug fixes in 2.13, so it was difficult to include everything. I tried to focus on user-visible changes, changes that are likely to impact more Mimir installations, or changes related to new features.

I'm open to feedback for mentioning other features or removing some of the ones mentioned.

related to XXX

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

* Update docs/sources/mimir/release-notes/v2.13.md

* Update docs/sources/mimir/release-notes/v2.13.md

Co-authored-by: Charles Korn <charleskorn@users.noreply.github.com>

* Update docs/sources/mimir/release-notes/v2.13.md

Co-authored-by: Charles Korn <charleskorn@users.noreply.github.com>

* Update docs/sources/mimir/release-notes/v2.13.md

Co-authored-by: Charles Korn <charleskorn@users.noreply.github.com>

* Update docs/sources/mimir/release-notes/v2.13.md

* Update wording on owned series

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

* Order feature highlights and remove space

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

* Apply styling suggestions

Co-authored-by: taylor c <41653732+tacole02@users.noreply.github.com>

---------

Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
Co-authored-by: Charles Korn <charleskorn@users.noreply.github.com>
Co-authored-by: taylor c <41653732+tacole02@users.noreply.github.com>
(cherry picked from commit a598240)

Co-authored-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport release-2.13 type/docs Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants