UPSTREAM: <6643>: OCPBUGS-101774: Bump golang dependencies - #201
UPSTREAM: <6643>: OCPBUGS-101774: Bump golang dependencies#201grzpiotrowski wants to merge 2 commits into
Conversation
|
@grzpiotrowski: This pull request references Jira Issue OCPBUGS-101774, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/jira refresh |
|
@grzpiotrowski: This pull request references Jira Issue OCPBUGS-101774, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
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 openshift-eng/jira-lifecycle-plugin repository. |
Bump google.golang.org/grpc package to avoid a vulnerability. Bump golang.org/x/net to match with upstream ``` go get google.golang.org/grpc@v1.83.1 go get golang.org/x/net@v0.58.0 go mod tidy go mod vendor ```
5b0bbbc to
8a0af0e
Compare
|
@grzpiotrowski: This pull request references Jira Issue OCPBUGS-101774, which is valid. 3 validation(s) were run on this bug
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 openshift-eng/jira-lifecycle-plugin repository. |
|
/retitle UPSTREAM: <6643>: OCPBUGS-101774: Bump golang dependencies |
|
@grzpiotrowski: 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-sigs/prow repository. I understand the commands that are listed here. |
|
/assign |
Bump google.golang.org/grpc package to v1.83.1 to avoid a vulnerability.
Bump golang.org/x/net to v0.58.0 to match with upstream.
Additionally update the version label to
v1.3.9for the next release.