-
Notifications
You must be signed in to change notification settings - Fork 544
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
Draft 2.15 release notes #10165
Draft 2.15 release notes #10165
Conversation
f26bfd5
to
3248992
Compare
- `cortex_alertmanager_alerts` | ||
- `cortex_alertmanager_silences` | ||
|
||
PromQL compatibility has been upgraded from Prometheus 2.0 to 3.0. The following has changed as a result: |
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.
Is there a Prometheus doc we can link to here that explains these in more detail?
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.
Maybe this. The native histograms change isn't mentioned on that page, though, afaict.
- Querier: Fix stddev+stdvar aggregations to always ignore native histograms, and to treat Infinity consistently. | ||
- Query-frontend: Fix issue where sharded queries could return annotations with incorrect or confusing position information. | ||
- Query-frontend: Fix issue where downstream consumers may not generate correct cache keys for experimental error caching. | ||
- Query-frontend: Fix `QueryFrontendCodec` module initialization to set lookback delta from `-querier.lookback-delta`. |
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.
Is this relevant to users? Seems very technical.
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.
I've removed it -- it looked like the 2.14 notes erred on the side of keeping more bugfixes with very short descriptions, so I followed suit, but I'm not super opinionated about that, and since it falls back to the default value if unset, most users probably don't notice.
8ed4cfb
to
5a08faa
Compare
5a08faa
to
63b681c
Compare
What this PR does
Per #10151, this is a draft of the 2.15 release notes
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]
.about-versioning.md
updated with experimental features.