CMP-4370,CMP-4402,CMP-4405: Bump Go to 1.25.11 and update dependencies - #1324
CMP-4370,CMP-4402,CMP-4405: Bump Go to 1.25.11 and update dependencies#1324abushkin-redhat wants to merge 1 commit into
Conversation
|
@abushkin-redhat: This pull request references CMP-4370 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the vulnerability to target the "5.0.0" version, but no target version was set. This pull request references CMP-4402 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the vulnerability to target the "5.0.0" version, but no target version was set. This pull request references CMP-4405 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the vulnerability to target the "5.0.0" version, but no target version was set. 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. |
yuumasato
left a comment
There was a problem hiding this comment.
@abushkin-redhat Looking good, I just noticed that build/Dockerfile and images/operator/Dockerfile still pin to 1.25.8. They should be updated to pin 1.25.11.
|
Actually, the Konflux builds fail because of that. |
77567d3 to
cf30052
Compare
|
/test e2e-aws-parallel |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abushkin-redhat, yuumasato 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 |
|
🤖 To deploy this PR, run the following command: |
|
Weird... |
cf30052 to
c2989c9
Compare
|
New changes are detected. LGTM label has been removed. |
|
🤖 To deploy this PR, run the following command: |
|
/test e2e-aws-parallel |
|
@abushkin-redhat: The following test failed, say
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. |
What
Bump Go toolchain from 1.25.8 to 1.25.11 and refresh vendored dependencies
to their latest Go 1.25-compatible patch releases; re-vendored.
Why
Pick up Go standard-library security fixes flagged against the
compliance-operator-bundleimage (Red Hat ProdSec trackers):netcrypto/x509mimeChanges
go(toolchain)golang.org/x/cryptogolang.org/x/netgolang.org/x/sysgolang.org/x/textgolang.org/x/termgolang.org/x/modgolang.org/x/toolsgolang.org/x/syncgolang.org/x/expk8s.io/*k8s.io/kube-openapik8s.io/utilssigs.k8s.io/structured-merge-diff/v6google.golang.org/genprotogoogle.golang.org/protobufgo.opentelemetry.io/otelgithub.com/google/cel-gogithub.com/go-logr/logrgo-openapi/jsonpointergo-openapi/jsonreferencego-openapi/swagAll updated dependencies require only
go 1.25.0— verified via eachmodule's
go.mod. Packages whose latest versions requirego >= 1.26.0(e.g.,
sigs.k8s.io/controller-runtime@v0.24.1,github.com/openshift/library-go@latest) were left at their current versions.Verification
go mod tidyproduces no diffgo mod vendorproduces no diffgo build ./...compiles cleanly