-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Update Prometheus to cd73b3d33e064bbd846fc7a26dc8c313d46af382 #2596
Conversation
I would have expected |
Marco pointed me out to the override in go.mod, makes sense now, removing it and trying |
There's an overrided in |
18c50eb
to
fa70438
Compare
Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
370cb9c
to
d01df33
Compare
d01df33
to
caf78bd
Compare
Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
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 💪
Some suggestions, otherwise lgtm.
Also @codesome we usually put in CHANGELOG such update as it usually adds a lot. Do you think there was something significant we pulled with this.
Also we need to pull more often (:
@@ -132,10 +143,10 @@ func (r RuleGroup) MarshalYAML() (interface{}, error) { | |||
} | |||
|
|||
rs := struct { | |||
RuleGroup rulefmt.RuleGroup `yaml:",inline"` | |||
PartialResponseStrategy *string `yaml:"partial_response_strategy,omitempty"` | |||
RuleGroup PromRuleGroup `yaml:",inline"` |
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.
BTW this will kill us @s-urbaniak XD
Why not up to latest? I guess then @krasi-georgiev want to take over? |
That has more breaking changes which will take time to fix here, and idea was to get some improvements from Prometheus soon. And yes, Krasi will take over after this one. |
Also, I have some ugly hacks in place right now to fix some breaking changes. Once I fix the e2e tests, I plan to review stuff again and do a cleanup. |
I will take a look at the changelogs and add the significate changes :) |
This makes totally sense @codesome , let's do step by step. Thanks for helping ❤️ |
832e018
to
32392d7
Compare
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.
Awsome, LGTM! We have some CI failures, otherwise good. Thanks 💪
Looks like essentially we have something wrong with flags still. e2e test:
|
I guess its the |
32392d7
to
4dc9706
Compare
Tests are passing and changelog entries added! |
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 🥇
Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
e70ccff
to
7f45a48
Compare
@codesome looks like some conflicts this morning. Let's fix & merge, and then I will do 0.13 release (: 💪 Thanks! |
Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
653d355
to
b0f7eec
Compare
LGTM, Let's merge on green (: |
Thanks! @codesome @pracucci @pstibrany it unblocks Cortex I guess. |
As we are blocked on some breaking changes to be addressed before we can upgrade Prometheus to the latest master, this PR attempts to upgrade Prometheus upto this commit prometheus/prometheus@cd73b3d which hopefully does not have any breaking changes and helps the TSDB block based ingesters in Cortex :)
Changes
Verification