-
Notifications
You must be signed in to change notification settings - Fork 522
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
Chore: Upgrade Cortex #841
Conversation
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
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.
Thanks for the update @aknuds1
Could you link the changelog between the old and new commit please? We would have to comb through it and look for any changes that might affect us.
@annanay25 OK, will do. |
@annanay25 added change comparison link between the two Cortex commits. Hope it's what you need. |
The CHANGELOG is probably easier to parse. |
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 don't see a lot of changes impacting Tempo, looks good to me 👍
Glad this upgrade went smoother than my upgrade a couple of weeks ago 😅
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.
Relevant changes:
- Change in memberlist default values, might need changes to our jsonnet: Expose default configuration values for memberlist. cortexproject/cortex#4276
- Compression of memberlist messages, ON by default, and no action needed: Expose configuration of memberlist packet compression. cortexproject/cortex#4346
Also, do we need to backport this change - cortexproject/cortex#4375
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.
lgtm.
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.
Can you please add a CHANGELOG entry. This is looking good to go.
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Thanks @annanay25, done. |
What this PR does:
Upgrade to latest Cortex.
Changes from Cortex v1.9.0 until a4bf10354786.
Which issue(s) this PR fixes:
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]