OCPBUGS-99498: UPSTREAM: <carry>: Dependencies bump and Go bump to 1.26.5 - #197
Conversation
|
@grzpiotrowski: This pull request references Jira Issue OCPBUGS-99498, 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. |
|
/jira refresh |
|
@grzpiotrowski: This pull request references Jira Issue OCPBUGS-99498, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
Requesting review from QA contact: 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. |
Bumps go version to 1.26.5 to get the latest CVE fixes. * source/source.go: Use %d instead of %q for int64 TTL value in log.Warnf call. The %q verb expects a string but ttlValue is int64, causing a build failure with Go 1.26's stricter format checking. * renovate.json: Update renovate.json to limit gotoolset bumps to new minor version: 1.26. * update CI image to rhel-9-release-golang-1.26-openshift-4.23
4ccbeec to
074713f
Compare
|
@grzpiotrowski: This pull request references Jira Issue OCPBUGS-99498, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: 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. |
|
/assign @davidesalerno |
|
@grzpiotrowski: I see that all commits have |
… golang.org/x/net@v0.56.0 ``` go get golang.org/x/net@v0.56.0 go get golang.org/x/crypto@v0.53.0 go mod tidy go mod vendor ```
074713f to
7b20af7
Compare
@alebedev87 Thanks. Done for the vendor bump commit. |
|
@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. |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: davidesalerno 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 |
|
@grzpiotrowski: Jira Issue OCPBUGS-99498: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-99498 has 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 openshift-eng/jira-lifecycle-plugin repository. |
Bump Go to 1.26.5
source/source.go: Use %d instead of %q for int64 TTL value in log.Warnf call. The %q verb expects a string but ttlValue is int64, causing a build failure with Go 1.26's stricter format checking.
renovate.json: Update renovate.json to limit gotoolset bumps to new minor version: 1.26.
.ci-operator.yaml: update CI image to
rhel-9-release-golang-1.26-openshift-4.23Bump golang.org/x/crypto@v0.53.0 and golang.org/x/net@v0.56.0
Additionally as a prerequisite to the next release bump version label to
1.3.8inContainerfile.externaldns.