-
Notifications
You must be signed in to change notification settings - Fork 65
chore (deps) : Update controller runtime to v0.21.1-0.20250617162058-15c5d6129278
#1463
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
chore (deps) : Update controller runtime to v0.21.1-0.20250617162058-15c5d6129278
#1463
Conversation
Skipping CI for Draft Pull Request. |
v0.21.1-0.20250617162058-15c5d6129278
v0.21.1-0.20250617162058-15c5d6129278
/ok-to-test |
c74f92e
to
110715c
Compare
@@ -14,7 +14,7 @@ | |||
# | |||
|
|||
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi9/go-toolset | |||
FROM registry.access.redhat.com/ubi9/go-toolset:1.23.9-1749636489 as builder | |||
FROM registry.access.redhat.com/ubi9/go-toolset:1.24.4-1753853351 as builder |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: pin your Docker image by updating registry.access.redhat.com/ubi9/go-toolset:1.24.4-1753853351 to registry.access.redhat.com/ubi9/go-toolset:1.24.4-1753853351@sha256:3ce6311380d5180599a3016031a9112542d43715244816d1d0eabc937952667b
Click Remediation section below for further remediation help
@@ -15,7 +15,7 @@ | |||
|
|||
# Build the manager binary | |||
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi9/go-toolset | |||
FROM registry.access.redhat.com/ubi9/go-toolset:1.23.9-1749636489 as builder | |||
FROM registry.access.redhat.com/ubi9/go-toolset:1.24.4-1753853351 as builder |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: pin your Docker image by updating registry.access.redhat.com/ubi9/go-toolset:1.24.4-1753853351 to registry.access.redhat.com/ubi9/go-toolset:1.24.4-1753853351@sha256:3ce6311380d5180599a3016031a9112542d43715244816d1d0eabc937952667b
Click Remediation section below for further remediation help
v0.21.1-0.20250617162058-15c5d6129278
v0.21.1-0.20250617162058-15c5d6129278
/ok-to-test |
110715c
to
8979486
Compare
/ok-to-test |
/ok-to-test |
1 similar comment
/ok-to-test |
/retest |
2 similar comments
/retest |
/retest |
/retest |
2c7ec9b
to
0d6160c
Compare
/ok-to-test |
/retest |
/retest |
The new error is:
Although, I don't know if this is something under our control |
0d6160c
to
3f20e01
Compare
/ok-to-test |
go.mod
Outdated
go 1.23.0 | ||
go 1.24.0 | ||
|
||
toolchain go1.24.1 |
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.
Could we change it to:
toolchain go1.24.1 | |
toolchain go1.24.4 |
…15c5d6129278 - Update controller-runtime to v0.21.1-0.20250617162058-15c5d6129278 - Update controller-gen to v0.18.0 Signed-off-by: Rohan Kumar <[email protected]>
…de to v0.21.1-0.20250617162058-15c5d6129278 Signed-off-by: Rohan Kumar <[email protected]>
Signed-off-by: Rohan Kumar <[email protected]>
3f20e01
to
610f9ae
Compare
/ok-to-test |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dkwon17, rohanKanojia 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 |
What does this PR do?
Signed-off-by: Rohan Kumar [email protected]
What issues does this PR fix or reference?
#1413
Is it tested? How?
PR Checklist
/test v8-devworkspace-operator-e2e, v8-che-happy-path
to trigger)v8-devworkspace-operator-e2e
: DevWorkspace e2e testv8-che-happy-path
: Happy path for verification integration with Che