Bug 2034484: feat: library-go bump#185
Bug 2034484: feat: library-go bump#185openshift-merge-robot merged 4 commits intoopenshift:masterfrom
Conversation
|
/retest |
|
Please move any changes done outside the vendoring to a separate commit. |
bf654f7 to
9d3bf6a
Compare
|
/retest-required |
|
/retest-required |
1 similar comment
|
/retest-required |
|
/test e2e-aws-operator |
5 similar comments
|
/test e2e-aws-operator |
|
/test e2e-aws-operator |
|
/test e2e-aws-operator |
|
/test e2e-aws-operator |
|
/test e2e-aws-operator |
5415c57 to
6d8927a
Compare
9465f82 to
d1a7d50
Compare
|
/retest-required |
1 similar comment
|
/retest-required |
stlaz
left a comment
There was a problem hiding this comment.
please separate the changes to separate commits and explain them
| - apiGroups: | ||
| - config.openshift.io | ||
| resources: | ||
| - infrastructures | ||
| verbs: | ||
| - get | ||
| - list | ||
| - watch |
There was a problem hiding this comment.
separate commit, explain in commit message please
| pflag.CommandLine.SetNormalizeFunc(utilflag.WordSepNormalizeFunc) | ||
| pflag.CommandLine.AddGoFlagSet(goflag.CommandLine) | ||
|
|
||
| logs.AddFlags(pflag.CommandLine) |
There was a problem hiding this comment.
separate commit, fix like this: openshift/cluster-authentication-operator@a2f0d1f
|
|
||
| func (c serviceCAOperator) updateStatus(operatorConfig *operatorv1.ServiceCA) { | ||
| v1helpers.UpdateStatus(c.operatorClient, func(status *operatorv1.OperatorStatus) error { | ||
| v1helpers.UpdateStatus(context.TODO(), c.operatorClient, func(status *operatorv1.OperatorStatus) error { |
|
@qJkee: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: qJkee, stlaz The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retitle Bug 2034484: feat: library-go bump |
|
@qJkee: This pull request references Bugzilla bug 2034484, which is valid. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Bugzilla (jhou@redhat.com), skipping review request. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@qJkee: Some pull requests linked via external trackers have merged: The following pull requests linked via external trackers have not merged: These pull request must merge or be unlinked from the Bugzilla bug in order for it to move to the next state. Once unlinked, request a bug refresh with Bugzilla bug 2034484 has not been moved to the MODIFIED state. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
[ART PR BUILD NOTIFIER] This PR has been included in build ose-service-ca-operator-container-v4.10.0-202305011254.p0.g1611373.assembly.stream for distgit ose-service-ca-operator. |
Bumping the library-go dependency to latest, this should take advantage of leader election changes for SNO clusters proposed in this library-go PR and performance improvements in this PR.
It also includes the following BZ bug fix
Bug 2034484: fix:library-go nil pointer issue