-
Notifications
You must be signed in to change notification settings - Fork 532
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
Cut changelog for v2.14 #9424
Cut changelog for v2.14 #9424
Conversation
Signed-off-by: Vladimir Varankin <vladimir.varankin@grafana.com>
* [FEATURE] gRPC: Support S2 compression. #9322 | ||
* `-alertmanager.alertmanager-client.grpc-compression=s2` | ||
* `-ingester.client.grpc-compression=s2` | ||
* `-querier.frontend-client.grpc-compression=s2` | ||
* `-querier.scheduler-client.grpc-compression=s2` | ||
* `-query-frontend.grpc-client-config.grpc-compression=s2` | ||
* `-query-scheduler.grpc-client-config.grpc-compression=s2` | ||
* `-ruler.client.grpc-compression=s2` | ||
* `-ruler.query-frontend.grpc-client-config.grpc-compression=s2` |
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.
Signed-off-by: Vladimir Varankin <vladimir.varankin@grafana.com>
7ee7344
to
7c86f3e
Compare
* `cortex_alertmanager_state_replication_failed_total` | ||
* `cortex_alertmanager_alerts` | ||
* `cortex_alertmanager_silences` | ||
* [FEATURE] Querier: add experimental streaming PromQL engine, enabled with `-querier.query-engine=mimir`. #9367 #9368 #9398 #9399 #9403 #9417 #9418 #9419 #9420 |
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.
All PRs that are included in v2.14.0-rc.0 should be mentioned in that CHANGELOG, even if the feature is experimental or incomplete. If a feature is incomplete, just mention it.
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.
Do you mean to copy all PRs to keep them in both 2.14-rc.0 and unreleased? Right now, I've split the list of PRs into those that part of 2.14-rc.0
and those are new. That's how it was for this feature for 2.13 also
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.
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.
Thank you.
What this PR does
This PR cuts the changelog for mimir v2.14, moving everything that isn't part of the r309 (
or what we don't consider feature-ready) to the new unreleased section.Which issue(s) this PR fixes or relates to
Relates to #9382
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]
.about-versioning.md
updated with experimental features.