Skip to content

Update the changelog to reflect recent PRs #1605

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

Merged
merged 1 commit into from
Aug 28, 2019

Conversation

gouthamve
Copy link
Contributor

Making my life as a release shepherd easy.

Signed-off-by: Goutham Veeramachaneni gouthamve@gmail.com

CHANGELOG.md Outdated
* [CHANGE] Flags changed due to changes upstream in Prometheus Alertmanager #929:
* `alertmanager.mesh.listen-address` is now `cluster.listen-address`
* `alertmanager.mesh.peer.host` and `alertmanager.mesh.peer.service` can be replaced by `cluster.peer`
* `alertmanager.mesh.hardware-address`, `alertmanager.mesh.nickname`, `alertmanager.mesh.password`, and `alertmanager.mesh.peer.refresh-interval` all disappear.
* [CHANGE] Retention period should now be a multiple of periodic table duration #1564
* [CHANGE] The name label for the chunks memcache in all `cortex_cache_` is now `chunksmemcache` (before it was `memcache`) #1569
* [FEATURE] Honor https for custom S3 URLs #1603
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Though this can be considered a Breaking change too :)

Obligatory xkcd https://xkcd.com/1172/

Copy link
Contributor

Choose a reason for hiding this comment

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

We can do breaking changes in 0.x releases.

Copy link
Contributor

Choose a reason for hiding this comment

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

s/https/HTTPS/

CHANGELOG.md Outdated
* [CHANGE] Flags changed due to changes upstream in Prometheus Alertmanager #929:
* `alertmanager.mesh.listen-address` is now `cluster.listen-address`
* `alertmanager.mesh.peer.host` and `alertmanager.mesh.peer.service` can be replaced by `cluster.peer`
* `alertmanager.mesh.hardware-address`, `alertmanager.mesh.nickname`, `alertmanager.mesh.password`, and `alertmanager.mesh.peer.refresh-interval` all disappear.
* [CHANGE] Retention period should now be a multiple of periodic table duration #1564
* [CHANGE] The name label for the chunks memcache in all `cortex_cache_` is now `chunksmemcache` (before it was `memcache`) #1569
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
* [CHANGE] The name label for the chunks memcache in all `cortex_cache_` is now `chunksmemcache` (before it was `memcache`) #1569
* [CHANGE] The value for the name label for the chunks memcache in all `cortex_cache_` metrics is now `chunksmemcache` (before it was `memcache`) #1569

Copy link
Contributor

@tomwilkie tomwilkie left a comment

Choose a reason for hiding this comment

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

LGTM with a couple of nits.

Copy link
Contributor

@bboreham bboreham left a comment

Choose a reason for hiding this comment

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

Minor niggle: on line 7 "retention period should" is really "retention period must".

@csmarchbanks
Copy link
Contributor

Perhaps add something about ingester.spread-flushes being consistent between ingesters? #1578

@gouthamve gouthamve force-pushed the update-changelog branch 3 times, most recently from b3c37e8 to a04c2ac Compare August 27, 2019 13:53
CHANGELOG.md Outdated
* [CHANGE] Retention period should now be a multiple of periodic table duration #1564
* [CHANGE] Retention period must now be a multiple of periodic table duration #1564
* [CHANGE] The value for the name name label for the chunks memcache in all `cortex_cache_` metrics is now `chunksmemcache` (before it was `memcache`) #1569
* [FEATURE] Makes the ingester flush each timeseries at a specific point in the max-chunk-age cycle. This means multiple replicas of a chunk are very likely to contain the same contents which cuts chunk storage space by up to 66%.
Copy link
Contributor

Choose a reason for hiding this comment

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

The flag should be specifically called out here so that users know the new behavior has to be toggled on.

CHANGELOG.md Outdated
* [CHANGE] Flags changed due to changes upstream in Prometheus Alertmanager #929:
* `alertmanager.mesh.listen-address` is now `cluster.listen-address`
* `alertmanager.mesh.peer.host` and `alertmanager.mesh.peer.service` can be replaced by `cluster.peer`
* `alertmanager.mesh.hardware-address`, `alertmanager.mesh.nickname`, `alertmanager.mesh.password`, and `alertmanager.mesh.peer.refresh-interval` all disappear.
* [CHANGE] Retention period should now be a multiple of periodic table duration #1564
* [CHANGE] Retention period must now be a multiple of periodic table duration #1564
* [CHANGE] The value for the name name label for the chunks memcache in all `cortex_cache_` metrics is now `chunksmemcache` (before it was `memcache`) #1569
Copy link
Contributor

Choose a reason for hiding this comment

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

s/name name/name

Making my life as a release shepherd easy.

Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
@gouthamve gouthamve merged commit 373cefb into cortexproject:master Aug 28, 2019
@gouthamve gouthamve deleted the update-changelog branch August 28, 2019 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants