-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 our dependency on K8s libs to 1.15.3 #5570
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mattmoor The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@@ -63,7 +63,8 @@ func NewMetricProvider(metricClient MetricClient) *MetricProvider { | |||
} | |||
|
|||
// GetMetricByName implements the interface. | |||
func (p *MetricProvider) GetMetricByName(name types.NamespacedName, info provider.CustomMetricInfo) (*cmetrics.MetricValue, error) { | |||
func (p *MetricProvider) GetMetricByName(name types.NamespacedName, info provider.CustomMetricInfo, | |||
metricSelector labels.Selector) (*cmetrics.MetricValue, error) { |
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.
LMK what the best way to incorporate this would be?
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 looked through the upstream changes and it seems absolutely fine for us to just not implement it at all right now.
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.
Found go linting violations, please merge: mattmoor#100
5e0b033
to
3857f1e
Compare
32fda97
to
1595bcb
Compare
1595bcb
to
388137b
Compare
388137b
to
ffc48f9
Compare
/test pull-knative-serving-integration-tests |
ffc48f9
to
4bfa6ed
Compare
/lgtm |
This needs the change from @JRBANCEL to land first |
The following jobs failed due to test flakiness:
Failed non-flaky tests preventing automatic retry of pull-knative-serving-integration-tests:
|
With a minimum K8s version of 1.14 (starting in 0.10), 1.15.3 puts us in the center of the +/-1 version window of support. /hold This depends on a number of upstream PRs to land, including in the K8s incubator.
4bfa6ed
to
cceee36
Compare
/lgtm |
The following is the coverage report on pkg/.
|
/hold cancel |
With a minimum K8s version of 1.14 (starting in 0.10), 1.15.3 puts us in the center of the +/-1 version window of support.
/hold
This depends on a number of upstream PRs to land, including in the K8s incubator.