Skip to content

NO-ISSUE: Update module sigs.k8s.io/controller-runtime to v0.23.3#808

Open
red-hat-konflux[bot] wants to merge 1 commit intomasterfrom
konflux/mintmaker/master/sigs.k8s.io-controller-runtime-0.x
Open

NO-ISSUE: Update module sigs.k8s.io/controller-runtime to v0.23.3#808
red-hat-konflux[bot] wants to merge 1 commit intomasterfrom
konflux/mintmaker/master/sigs.k8s.io-controller-runtime-0.x

Conversation

@red-hat-konflux
Copy link

@red-hat-konflux red-hat-konflux bot commented Jan 19, 2026

This PR contains the following updates:

Package Change Age Confidence
sigs.k8s.io/controller-runtime v0.22.4 -> v0.23.3 age confidence

Release Notes

kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)

v0.23.3

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.23.2...v0.23.3

v0.23.2

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.23.1...v0.23.2

v0.23.1

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.23.0...v0.23.1

v0.23.0

Compare Source

🔆 Highlights

⚠️ Breaking changes

  • Dependencies: Update to k8s.io/* v1.35 by @​alvaroaleman @​dongjiang1989 @​kannon92 (#​3316, #​3349, #​3386, #​3391, #​3401)
  • Client: Add subresource Apply support by @​alvaroaleman in #​3321
  • Events: Migration to the new events API by @​clebs in #​3262
    • Using the new GetEventRecorderFor requires updating your rbac for events to use the events.k8s.io apiGroup rather than the `` (core) apiGroup
  • Fakeclient: Set ResourceVersion for SSA Create by @​alvaroaleman in #​3311
  • Webhooks: Generic Validator and Defaulter by @​alvaroaleman in #​3360
    • Existing code of the form builder.WebhookManagedBy(mgr).For(&corev1.Deployment{}) has to be changed to builder.WebhookManagedBy(mgr, &appsv1.Deployment{})
    • Existing webhook implementations have to be changed to take the concrete object rather than runtime.Object, for example from ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error) to ValidateCreate(ctx context.Context, obj *appsv1.Deployment) (admission.Warnings, error)

✨ Features

🐛 Bugfixes

🌱 Other

📖 Documentation

Dependencies

Added
  • github.com/Masterminds/semver/v3: v3.4.0
  • github.com/gkampitakis/ciinfo: v0.3.2
  • github.com/gkampitakis/go-diff: v1.3.2
  • github.com/gkampitakis/go-snaps: v0.5.15
  • github.com/goccy/go-yaml: v1.18.0
  • github.com/joshdk/go-junit: v1.0.0
  • github.com/maruel/natural: v1.1.1
  • github.com/mfridman/tparse: v0.18.0
  • github.com/tidwall/gjson: v1.18.0
  • github.com/tidwall/match: v1.1.1
  • github.com/tidwall/pretty: v1.2.1
  • github.com/tidwall/sjson: v1.2.5
  • go.uber.org/automaxprocs: v1.6.0
  • golang.org/x/tools/go/expect: v0.1.0-deprecated
  • golang.org/x/tools/go/packages/packagestest: v0.1.1-deprecated
Changed
  • github.com/go-logr/logr: v1.4.2 → v1.4.3
  • github.com/google/pprof: d1b30fe → 27863c8
  • github.com/onsi/ginkgo/v2: v2.22.0 → v2.27.2
  • github.com/onsi/gomega: v1.36.1 → v1.38.2
  • github.com/prometheus/client_golang: v1.22.0 → v1.23.2
  • github.com/prometheus/client_model: v0.6.1 → v0.6.2
  • github.com/prometheus/common: v0.62.0 → v0.66.1
  • github.com/prometheus/procfs: v0.15.1 → v0.16.1
  • github.com/rogpeppe/go-internal: v1.13.1 → v1.14.1
  • github.com/spf13/cobra: v1.9.1 → v1.10.0
  • github.com/spf13/pflag: v1.0.6 → v1.0.9
  • github.com/stretchr/testify: v1.10.0 → v1.11.1
  • go.etcd.io/bbolt: v1.4.2 → v1.4.3
  • go.etcd.io/etcd/api/v3: v3.6.4 → v3.6.5
  • go.etcd.io/etcd/client/pkg/v3: v3.6.4 → v3.6.5
  • go.etcd.io/etcd/client/v3: v3.6.4 → v3.6.5
  • go.etcd.io/etcd/pkg/v3: v3.6.4 → v3.6.5
  • go.etcd.io/etcd/server/v3: v3.6.4 → v3.6.5
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.58.0 → v0.61.0
  • go.opentelemetry.io/otel/metric: v1.35.0 → v1.36.0
  • go.opentelemetry.io/otel/sdk/metric: v1.34.0 → v1.36.0
  • go.opentelemetry.io/otel/sdk: v1.34.0 → v1.36.0
  • go.opentelemetry.io/otel/trace: v1.35.0 → v1.36.0
  • go.opentelemetry.io/otel: v1.35.0 → v1.36.0
  • go.yaml.in/yaml/v2: v2.4.2 → v2.4.3
  • golang.org/x/crypto: v0.36.0 → v0.45.0
  • golang.org/x/mod: v0.21.0 → v0.29.0
  • golang.org/x/net: v0.38.0 → v0.47.0
  • golang.org/x/oauth2: v0.27.0 → v0.30.0
  • golang.org/x/sync: v0.12.0 → v0.18.0
  • golang.org/x/sys: v0.31.0 → v0.38.0
  • golang.org/x/telemetry: bda5523078029d
  • golang.org/x/term: v0.30.0 → v0.37.0
  • golang.org/x/text: v0.23.0 → v0.31.0
  • golang.org/x/tools: v0.26.0 → v0.38.0
  • golang.org/x/xerrors: 5ec99f89bdfabe
  • google.golang.org/genproto/googleapis/rpc: a0af3ef200df99
  • google.golang.org/grpc: v1.72.1 → v1.72.2
  • google.golang.org/protobuf: v1.36.5 → v1.36.8
  • gopkg.in/evanphx/json-patch.v4: v4.12.0 → v4.13.0
  • k8s.io/api: v0.34.0 → v0.35.0
  • k8s.io/apiextensions-apiserver: v0.34.0 → v0.35.0
  • k8s.io/apimachinery: v0.34.0 → v0.35.0
  • k8s.io/apiserver: v0.34.0 → v0.35.0
  • k8s.io/client-go: v0.34.0 → v0.35.0
  • k8s.io/code-generator: v0.34.0 → v0.35.0
  • k8s.io/component-base: v0.34.0 → v0.35.0
  • k8s.io/gengo/v2: 85fd79dec3ebc5
  • k8s.io/kms: v0.34.0 → v0.35.0
  • k8s.io/kube-openapi: f3f2b99589584f
  • k8s.io/utils: 4c0f3b2bc988d5
  • sigs.k8s.io/json: cfa47c32d32026
Removed
  • github.com/kisielk/errcheck: v1.5.0
  • github.com/kisielk/gotool: v1.0.0
  • gopkg.in/yaml.v2: v2.4.0

New Contributors

Full Changelog: kubernetes-sigs/controller-runtime@v0.22.0...v0.23.0

Thanks to all our contributors! 😊

v0.22.5

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.22.4...v0.22.5


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@red-hat-konflux
Copy link
Author

red-hat-konflux bot commented Jan 19, 2026

ℹ Artifact update notice

File name: api/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 5 additional dependencies were updated

Details:

Package Change
k8s.io/apimachinery v0.34.2 -> v0.35.0
k8s.io/client-go v0.34.2 -> v0.35.0
k8s.io/api v0.34.2 -> v0.35.0
k8s.io/apiextensions-apiserver v0.34.2 -> v0.35.0
sigs.k8s.io/structured-merge-diff/v6 v6.3.1 -> v6.3.2-0.20260122202528-d9cc6641c482
File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 5 additional dependencies were updated

Details:

Package Change
k8s.io/api v0.34.2 -> v0.35.0
k8s.io/apimachinery v0.34.2 -> v0.35.0
k8s.io/client-go v0.34.2 -> v0.35.0
k8s.io/apiextensions-apiserver v0.34.2 -> v0.35.0
sigs.k8s.io/structured-merge-diff/v6 v6.3.1 -> v6.3.2-0.20260122202528-d9cc6641c482

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jan 19, 2026
@openshift-ci-robot
Copy link

@red-hat-konflux[bot]: This pull request explicitly references no jira issue.

Details

In response to this:

This PR contains the following updates:

Package Change Age Confidence
sigs.k8s.io/controller-runtime v0.22.4 -> v0.23.0 age confidence

Release Notes

kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)

v0.23.0

Compare Source

🔆 Highlights

⚠️ Breaking changes

  • Dependencies: Update to k8s.io/* v1.35 by @​alvaroaleman @​dongjiang1989 @​kannon92 (#​3316, #​3349, #​3386, #​3391, #​3401)
  • Client: Add subresource Apply support by @​alvaroaleman in #​3321
  • Events: Migration to the new events API by @​clebs in #​3262
  • Using the new GetEventRecorderFor requires updating your rbac for events to use the events.k8s.io apiGroup rather than the `` (core) apiGroup
  • Fakeclient: Set ResourceVersion for SSA Create by @​alvaroaleman in #​3311
  • Webhooks: Generic Validator and Defaulter by @​alvaroaleman in #​3360
  • Existing code of the form builder.WebhookManagedBy(mgr).For(&corev1.Deployment{}) has to be changed to builder.WebhookManagedBy(mgr, &appsv1.Deployment{})
  • Existing webhook implementations have to be changed to take the concrete object rather than runtime.Object, for example from ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error) to ValidateCreate(ctx context.Context, obj *appsv1.Deployment) (admission.Warnings, error)

✨ Features

🐛 Bugfixes

🌱 Other

📖 Documentation

Dependencies

Added
  • github.com/Masterminds/semver/v3: v3.4.0
  • github.com/gkampitakis/ciinfo: v0.3.2
  • github.com/gkampitakis/go-diff: v1.3.2
  • github.com/gkampitakis/go-snaps: v0.5.15
  • github.com/goccy/go-yaml: v1.18.0
  • github.com/joshdk/go-junit: v1.0.0
  • github.com/maruel/natural: v1.1.1
  • github.com/mfridman/tparse: v0.18.0
  • github.com/tidwall/gjson: v1.18.0
  • github.com/tidwall/match: v1.1.1
  • github.com/tidwall/pretty: v1.2.1
  • github.com/tidwall/sjson: v1.2.5
  • go.uber.org/automaxprocs: v1.6.0
  • golang.org/x/tools/go/expect: v0.1.0-deprecated
  • golang.org/x/tools/go/packages/packagestest: v0.1.1-deprecated
Changed
  • github.com/go-logr/logr: v1.4.2 → v1.4.3
  • github.com/google/pprof: d1b30fe → 27863c8
  • github.com/onsi/ginkgo/v2: v2.22.0 → v2.27.2
  • github.com/onsi/gomega: v1.36.1 → v1.38.2
  • github.com/prometheus/client_golang: v1.22.0 → v1.23.2
  • github.com/prometheus/client_model: v0.6.1 → v0.6.2
  • github.com/prometheus/common: v0.62.0 → v0.66.1
  • github.com/prometheus/procfs: v0.15.1 → v0.16.1
  • github.com/rogpeppe/go-internal: v1.13.1 → v1.14.1
  • github.com/spf13/cobra: v1.9.1 → v1.10.0
  • github.com/spf13/pflag: v1.0.6 → v1.0.9
  • github.com/stretchr/testify: v1.10.0 → v1.11.1
  • go.etcd.io/bbolt: v1.4.2 → v1.4.3
  • go.etcd.io/etcd/api/v3: v3.6.4 → v3.6.5
  • go.etcd.io/etcd/client/pkg/v3: v3.6.4 → v3.6.5
  • go.etcd.io/etcd/client/v3: v3.6.4 → v3.6.5
  • go.etcd.io/etcd/pkg/v3: v3.6.4 → v3.6.5
  • go.etcd.io/etcd/server/v3: v3.6.4 → v3.6.5
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.58.0 → v0.61.0
  • go.opentelemetry.io/otel/metric: v1.35.0 → v1.36.0
  • go.opentelemetry.io/otel/sdk/metric: v1.34.0 → v1.36.0
  • go.opentelemetry.io/otel/sdk: v1.34.0 → v1.36.0
  • go.opentelemetry.io/otel/trace: v1.35.0 → v1.36.0
  • go.opentelemetry.io/otel: v1.35.0 → v1.36.0
  • go.yaml.in/yaml/v2: v2.4.2 → v2.4.3
  • golang.org/x/crypto: v0.36.0 → v0.45.0
  • golang.org/x/mod: v0.21.0 → v0.29.0
  • golang.org/x/net: v0.38.0 → v0.47.0
  • golang.org/x/oauth2: v0.27.0 → v0.30.0
  • golang.org/x/sync: v0.12.0 → v0.18.0
  • golang.org/x/sys: v0.31.0 → v0.38.0
  • golang.org/x/telemetry: bda5523078029d
  • golang.org/x/term: v0.30.0 → v0.37.0
  • golang.org/x/text: v0.23.0 → v0.31.0
  • golang.org/x/tools: v0.26.0 → v0.38.0
  • golang.org/x/xerrors: 5ec99f89bdfabe
  • google.golang.org/genproto/googleapis/rpc: a0af3ef200df99
  • google.golang.org/grpc: v1.72.1 → v1.72.2
  • google.golang.org/protobuf: v1.36.5 → v1.36.8
  • gopkg.in/evanphx/json-patch.v4: v4.12.0 → v4.13.0
  • k8s.io/api: v0.34.0 → v0.35.0
  • k8s.io/apiextensions-apiserver: v0.34.0 → v0.35.0
  • k8s.io/apimachinery: v0.34.0 → v0.35.0
  • k8s.io/apiserver: v0.34.0 → v0.35.0
  • k8s.io/client-go: v0.34.0 → v0.35.0
  • k8s.io/code-generator: v0.34.0 → v0.35.0
  • k8s.io/component-base: v0.34.0 → v0.35.0
  • k8s.io/gengo/v2: 85fd79dec3ebc5
  • k8s.io/kms: v0.34.0 → v0.35.0
  • k8s.io/kube-openapi: f3f2b99589584f
  • k8s.io/utils: 4c0f3b2bc988d5
  • sigs.k8s.io/json: cfa47c32d32026
Removed
  • github.com/kisielk/errcheck: v1.5.0
  • github.com/kisielk/gotool: v1.0.0
  • gopkg.in/yaml.v2: v2.4.0

New Contributors

Full Changelog: kubernetes-sigs/controller-runtime@v0.22.0...v0.23.0

Thanks to all our contributors! 😊

v0.22.5

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.22.4...v0.22.5


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

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.

@coderabbitai
Copy link

coderabbitai bot commented Jan 19, 2026

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

Walkthrough

Updates api/go.mod: refines the Go directive (1.251.25.0), bumps Kubernetes-related modules and controller-runtime, updates structured-merge-diff, and removes two indirect dependencies. No public API or exported symbol signatures changed.

Changes

Cohort / File(s) Summary
Go module / dependency updates
api/go.mod
Refined go directive (1.251.25.0); bumped k8s.io/apimachinery, k8s.io/client-go, k8s.io/api, k8s.io/apiextensions-apiserver to v0.35.0; upgraded sigs.k8s.io/controller-runtime to v0.23.2; updated sigs.k8s.io/structured-merge-diff/v6; removed indirect github.com/gogo/protobuf and github.com/stretchr/testify; replace directives unchanged.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Title check ⚠️ Warning The title claims to update sigs.k8s.io/controller-runtime to v0.23.3, but the actual change updates it to v0.23.2. This is a factual mismatch. Update the title to reflect the correct version: 'NO-ISSUE: Update module sigs.k8s.io/controller-runtime to v0.23.2'
✅ Passed checks (4 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Stable And Deterministic Test Names ✅ Passed Pull request only updates dependencies in api/go.mod; all existing test names are static descriptive strings without dynamic information.
Test Structure And Quality ✅ Passed This PR only modifies dependency files (api/go.mod, api/go.sum) with no changes to any test code, making test structure assessment inapplicable.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch konflux/mintmaker/master/sigs.k8s.io-controller-runtime-0.x
📝 Coding Plan
  • Generate coding plan for human review comments

Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-ci openshift-ci bot added size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Jan 19, 2026
@openshift-ci
Copy link

openshift-ci bot commented Jan 19, 2026

Hi @red-hat-konflux[bot]. Thanks for your PR.

I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

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-sigs/prow repository.

@openshift-ci
Copy link

openshift-ci bot commented Jan 19, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: red-hat-konflux[bot]
Once this PR has been reviewed and has the lgtm label, please assign danmanor for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/sigs.k8s.io-controller-runtime-0.x branch from ee268ea to ed8084c Compare January 27, 2026 00:29
@red-hat-konflux red-hat-konflux bot changed the title NO-ISSUE: Update module sigs.k8s.io/controller-runtime to v0.23.0 NO-ISSUE: Update module sigs.k8s.io/controller-runtime to v0.23.1 Jan 27, 2026
@red-hat-konflux red-hat-konflux bot changed the title NO-ISSUE: Update module sigs.k8s.io/controller-runtime to v0.23.1 NO-ISSUE: Update module sigs.k8s.io/controller-runtime to v0.23.1 - autoclosed Jan 28, 2026
@red-hat-konflux red-hat-konflux bot closed this Jan 28, 2026
@red-hat-konflux red-hat-konflux bot deleted the konflux/mintmaker/master/sigs.k8s.io-controller-runtime-0.x branch January 28, 2026 16:30
@red-hat-konflux red-hat-konflux bot changed the title NO-ISSUE: Update module sigs.k8s.io/controller-runtime to v0.23.1 - autoclosed NO-ISSUE: Update module sigs.k8s.io/controller-runtime to v0.23.1 Jan 28, 2026
@red-hat-konflux red-hat-konflux bot reopened this Jan 28, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/sigs.k8s.io-controller-runtime-0.x branch 2 times, most recently from ed8084c to 3a2581f Compare January 28, 2026 20:26
@red-hat-konflux red-hat-konflux bot changed the title NO-ISSUE: Update module sigs.k8s.io/controller-runtime to v0.23.1 NO-ISSUE: Update module sigs.k8s.io/controller-runtime to v0.23.1 - autoclosed Feb 2, 2026
@red-hat-konflux red-hat-konflux bot closed this Feb 2, 2026
@red-hat-konflux red-hat-konflux bot changed the title NO-ISSUE: Update module sigs.k8s.io/controller-runtime to v0.23.1 - autoclosed NO-ISSUE: Update module sigs.k8s.io/controller-runtime to v0.23.1 Feb 2, 2026
@red-hat-konflux red-hat-konflux bot reopened this Feb 2, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/sigs.k8s.io-controller-runtime-0.x branch 2 times, most recently from 3a2581f to fb5931f Compare February 2, 2026 12:29
@red-hat-konflux red-hat-konflux bot changed the title NO-ISSUE: Update module sigs.k8s.io/controller-runtime to v0.23.1 NO-ISSUE: Update module sigs.k8s.io/controller-runtime to v0.23.1 - autoclosed Feb 7, 2026
@red-hat-konflux red-hat-konflux bot closed this Feb 7, 2026
@red-hat-konflux red-hat-konflux bot changed the title NO-ISSUE: Update module sigs.k8s.io/controller-runtime to v0.23.1 - autoclosed NO-ISSUE: Update module sigs.k8s.io/controller-runtime to v0.23.1 Feb 8, 2026
@red-hat-konflux red-hat-konflux bot reopened this Feb 8, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/sigs.k8s.io-controller-runtime-0.x branch from f49efb0 to fb5931f Compare February 8, 2026 00:26
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/sigs.k8s.io-controller-runtime-0.x branch from fb5931f to f49efb0 Compare February 8, 2026 00:27
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/sigs.k8s.io-controller-runtime-0.x branch 2 times, most recently from 72a4f65 to 5853e96 Compare February 24, 2026 04:36
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/sigs.k8s.io-controller-runtime-0.x branch from 5853e96 to 1a535f0 Compare March 5, 2026 16:16
@red-hat-konflux red-hat-konflux bot changed the title NO-ISSUE: Update module sigs.k8s.io/controller-runtime to v0.23.1 NO-ISSUE: Update module sigs.k8s.io/controller-runtime to v0.23.2 Mar 5, 2026
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@api/go.mod`:
- Line 3: The CI workflow's Go version is out of sync with the module directive:
change the GitHub Actions workflow's go-version key value from '1.17.3' to
'1.25.0' (or a compatible 1.25.x value) so it matches the "go 1.25.0" directive
in api/go.mod and prevents CI failures; ensure the go-version string is updated
exactly where go-version is defined in the workflow file.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: a05cbf17-b64b-45c6-92ff-9097d89f9677

📥 Commits

Reviewing files that changed from the base of the PR and between 5853e96 and 1a535f0.

⛔ Files ignored due to path filters (297)
  • api/go.sum is excluded by !**/*.sum
  • api/vendor/github.com/gogo/protobuf/AUTHORS is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/CONTRIBUTORS is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/Makefile is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/clone.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/custom_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/decode.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/deprecated.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/discard.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/duration.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/duration_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/encode.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/encode_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/equal.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/extensions.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/extensions_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/lib.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/lib_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/message_set.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/pointer_reflect.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/pointer_reflect_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/pointer_unsafe.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/pointer_unsafe_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/properties.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/properties_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/skip_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/table_marshal.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/table_marshal_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/table_merge.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/table_unmarshal.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/table_unmarshal_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/text.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/text_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/text_parser.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/timestamp.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/timestamp_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/wrappers.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/wrappers_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/sortkeys/sortkeys.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/admissionregistration/v1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/admissionregistration/v1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/admissionregistration/v1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/admissionregistration/v1/types.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/admissionregistration/v1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/admissionregistration/v1alpha1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/admissionregistration/v1alpha1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/admissionregistration/v1alpha1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/admissionregistration/v1alpha1/types.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/admissionregistration/v1alpha1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/admissionregistration/v1beta1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/admissionregistration/v1beta1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/admissionregistration/v1beta1/generated.proto is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/admissionregistration/v1beta1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/admissionregistration/v1beta1/types.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/admissionregistration/v1beta1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/apiserverinternal/v1alpha1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/apiserverinternal/v1alpha1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/apiserverinternal/v1alpha1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/apiserverinternal/v1alpha1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/apps/v1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/apps/v1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/apps/v1/generated.proto is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/apps/v1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/apps/v1/types.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/apps/v1/types_swagger_doc_generated.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/apps/v1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/apps/v1beta1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/apps/v1beta1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/apps/v1beta1/generated.proto is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/apps/v1beta1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/apps/v1beta1/types.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/apps/v1beta1/types_swagger_doc_generated.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/apps/v1beta1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/apps/v1beta2/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/apps/v1beta2/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/apps/v1beta2/generated.proto is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/apps/v1beta2/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/apps/v1beta2/types.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/apps/v1beta2/types_swagger_doc_generated.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/apps/v1beta2/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/authentication/v1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/authentication/v1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/authentication/v1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/authentication/v1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/authentication/v1alpha1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/authentication/v1alpha1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/authentication/v1alpha1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/authentication/v1alpha1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/authentication/v1beta1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/authentication/v1beta1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/authentication/v1beta1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/authentication/v1beta1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/authorization/v1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/authorization/v1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/authorization/v1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/authorization/v1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/authorization/v1beta1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/authorization/v1beta1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/authorization/v1beta1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/authorization/v1beta1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/autoscaling/v1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/autoscaling/v1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/autoscaling/v1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/autoscaling/v1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/autoscaling/v2/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/autoscaling/v2/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/autoscaling/v2/generated.proto is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/autoscaling/v2/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/autoscaling/v2/types.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/autoscaling/v2/types_swagger_doc_generated.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/autoscaling/v2/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/autoscaling/v2beta1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/autoscaling/v2beta1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/autoscaling/v2beta1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/autoscaling/v2beta1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/autoscaling/v2beta2/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/autoscaling/v2beta2/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/autoscaling/v2beta2/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/autoscaling/v2beta2/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/batch/v1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/batch/v1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/batch/v1/generated.proto is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/batch/v1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/batch/v1/types.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/batch/v1/types_swagger_doc_generated.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/batch/v1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/batch/v1beta1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/batch/v1beta1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/batch/v1beta1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/batch/v1beta1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/certificates/v1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/certificates/v1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/certificates/v1/generated.proto is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/certificates/v1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/certificates/v1/types.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/certificates/v1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/certificates/v1alpha1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/certificates/v1alpha1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/certificates/v1alpha1/generated.proto is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/certificates/v1alpha1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/certificates/v1alpha1/register.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/certificates/v1alpha1/types.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/certificates/v1alpha1/types_swagger_doc_generated.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/certificates/v1alpha1/zz_generated.deepcopy.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/certificates/v1alpha1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/certificates/v1alpha1/zz_generated.prerelease-lifecycle.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/certificates/v1beta1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/certificates/v1beta1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/certificates/v1beta1/generated.proto is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/certificates/v1beta1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/certificates/v1beta1/register.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/certificates/v1beta1/types.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/certificates/v1beta1/types_swagger_doc_generated.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/certificates/v1beta1/zz_generated.deepcopy.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/certificates/v1beta1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/certificates/v1beta1/zz_generated.prerelease-lifecycle.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/coordination/v1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/coordination/v1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/coordination/v1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/coordination/v1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/coordination/v1alpha2/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/coordination/v1alpha2/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/coordination/v1alpha2/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/coordination/v1alpha2/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/coordination/v1beta1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/coordination/v1beta1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/coordination/v1beta1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/coordination/v1beta1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/core/v1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/core/v1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/core/v1/generated.proto is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/core/v1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/core/v1/toleration.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/core/v1/types.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/core/v1/types_swagger_doc_generated.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/core/v1/zz_generated.deepcopy.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/core/v1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/discovery/v1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/discovery/v1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/discovery/v1/generated.proto is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/discovery/v1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/discovery/v1/types.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/discovery/v1/types_swagger_doc_generated.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/discovery/v1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/discovery/v1beta1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/discovery/v1beta1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/discovery/v1beta1/generated.proto is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/discovery/v1beta1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/discovery/v1beta1/types.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/discovery/v1beta1/types_swagger_doc_generated.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/discovery/v1beta1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/events/v1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/events/v1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/events/v1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/events/v1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/events/v1beta1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/events/v1beta1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/events/v1beta1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/events/v1beta1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/extensions/v1beta1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/extensions/v1beta1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/extensions/v1beta1/generated.proto is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/extensions/v1beta1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/extensions/v1beta1/types.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/extensions/v1beta1/types_swagger_doc_generated.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/extensions/v1beta1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/extensions/v1beta1/zz_generated.validations.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/flowcontrol/v1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/flowcontrol/v1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/flowcontrol/v1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/flowcontrol/v1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/flowcontrol/v1beta1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/flowcontrol/v1beta1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/flowcontrol/v1beta1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/flowcontrol/v1beta1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/flowcontrol/v1beta2/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/flowcontrol/v1beta2/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/flowcontrol/v1beta2/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/flowcontrol/v1beta2/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/flowcontrol/v1beta3/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/flowcontrol/v1beta3/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/flowcontrol/v1beta3/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/flowcontrol/v1beta3/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/networking/v1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/networking/v1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/networking/v1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/networking/v1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/networking/v1beta1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/networking/v1beta1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/networking/v1beta1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/networking/v1beta1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/node/v1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/node/v1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/node/v1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/node/v1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/node/v1alpha1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/node/v1alpha1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/node/v1alpha1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/node/v1alpha1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/node/v1beta1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/node/v1beta1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/node/v1beta1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/node/v1beta1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/policy/v1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/policy/v1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/policy/v1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/policy/v1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/policy/v1beta1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/policy/v1beta1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/policy/v1beta1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/policy/v1beta1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/rbac/v1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/rbac/v1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/rbac/v1/generated.proto is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/rbac/v1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/rbac/v1/types.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/rbac/v1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/rbac/v1alpha1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/rbac/v1alpha1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/rbac/v1alpha1/generated.proto is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/rbac/v1alpha1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/rbac/v1alpha1/types.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/rbac/v1alpha1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/rbac/v1beta1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/rbac/v1beta1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/rbac/v1beta1/generated.proto is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/rbac/v1beta1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/rbac/v1beta1/types.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/rbac/v1beta1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/resource/v1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/resource/v1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/resource/v1/generated.proto is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/resource/v1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/resource/v1/types.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/resource/v1/types_swagger_doc_generated.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/resource/v1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/resource/v1alpha3/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/resource/v1alpha3/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/resource/v1alpha3/generated.proto is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/resource/v1alpha3/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/resource/v1alpha3/types.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/resource/v1alpha3/types_swagger_doc_generated.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/resource/v1alpha3/zz_generated.deepcopy.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/resource/v1alpha3/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/resource/v1beta1/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/resource/v1beta1/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/resource/v1beta1/generated.proto is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/resource/v1beta1/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/resource/v1beta1/types.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/resource/v1beta1/types_swagger_doc_generated.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/resource/v1beta1/zz_generated.model_name.go is excluded by !**/vendor/**, !**/zz_generated*
  • api/vendor/k8s.io/api/resource/v1beta2/doc.go is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/resource/v1beta2/generated.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/resource/v1beta2/generated.proto is excluded by !**/vendor/**
  • api/vendor/k8s.io/api/resource/v1beta2/generated.protomessage.pb.go is excluded by !**/*.pb.go, !**/vendor/**
  • api/vendor/k8s.io/api/resource/v1beta2/types.go is excluded by !**/vendor/**
📒 Files selected for processing (1)
  • api/go.mod

api/go.mod Outdated
module github.com/openshift/cluster-api-provider-agent/api

go 1.25
go 1.25.0
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Check for pinned Go versions across common CI/build config files
set -euo pipefail

echo "== Files that may pin Go versions =="
fd -HI '(^|/)(go\.mod|go\.work|\.tool-versions|Dockerfile(\..*)?|Makefile|.*\.ya?ml)$' | head -30

echo
echo "== Checking Go version pins in found files =="
rg -n -C2 'go[ :"]+1\.[0-9]+(\.[0-9]+)?|golang:1\.[0-9]+(\.[0-9]+)?|GOVERSION|GO_VERSION|setup-go|actions/setup-go' --max-count=50

Repository: openshift/cluster-api-provider-agent

Length of output: 39582


🏁 Script executed:

#!/bin/bash
# Check specific CI/build config files for Go version pins
set -euo pipefail

echo "=== Checking root Makefile ==="
if [ -f Makefile ]; then
  rg -n 'GO|go.*1\.' Makefile | head -20
else
  echo "No root Makefile found"
fi

echo
echo "=== Checking GitHub Actions workflow ==="
if [ -f .github/workflows/build.yaml ]; then
  cat .github/workflows/build.yaml | head -50
fi

echo
echo "=== Checking Dockerfile ==="
if [ -f Dockerfile ]; then
  cat Dockerfile | head -40
fi

echo
echo "=== Checking Dockerfile.rhtap ==="
if [ -f Dockerfile.rhtap ]; then
  cat Dockerfile.rhtap | head -40
fi

echo
echo "=== Checking .ci-operator.yaml ==="
if [ -f .ci-operator.yaml ]; then
  rg -n 'go|Go' .ci-operator.yaml
fi

Repository: openshift/cluster-api-provider-agent

Length of output: 4594


Update GitHub Actions workflow to Go 1.25.x.

The workflow at .github/workflows/build.yaml specifies go-version: '1.17.3', which is incompatible with the Go 1.25.0 requirement in api/go.mod. Update this to go-version: '1.25.0' or later to align with the module directive and prevent CI failures.

Build environment status
  • ✓ Dockerfile: ubi9/go-toolset:1.25 (aligned)
  • ✓ Dockerfile.rhtap: openshift-golang-builder:rhel_9_1.25 (aligned)
  • ✓ .ci-operator.yaml: rhel-9-release-golang-1.25 (aligned)
  • ✗ .github/workflows/build.yaml: go-version 1.17.3 (requires update)
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@api/go.mod` at line 3, The CI workflow's Go version is out of sync with the
module directive: change the GitHub Actions workflow's go-version key value from
'1.17.3' to '1.25.0' (or a compatible 1.25.x value) so it matches the "go
1.25.0" directive in api/go.mod and prevents CI failures; ensure the go-version
string is updated exactly where go-version is defined in the workflow file.

@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/sigs.k8s.io-controller-runtime-0.x branch from 1a535f0 to 1e67903 Compare March 5, 2026 20:32
@red-hat-konflux red-hat-konflux bot changed the title NO-ISSUE: Update module sigs.k8s.io/controller-runtime to v0.23.2 NO-ISSUE: Update module sigs.k8s.io/controller-runtime to v0.23.3 Mar 5, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/sigs.k8s.io-controller-runtime-0.x branch from 1e67903 to a1aae06 Compare March 11, 2026 21:44
@red-hat-konflux red-hat-konflux bot changed the title NO-ISSUE: Update module sigs.k8s.io/controller-runtime to v0.23.3 NO-ISSUE: Update module sigs.k8s.io/controller-runtime to v0.23.3 - autoclosed Mar 14, 2026
@red-hat-konflux red-hat-konflux bot closed this Mar 14, 2026
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux bot changed the title NO-ISSUE: Update module sigs.k8s.io/controller-runtime to v0.23.3 - autoclosed NO-ISSUE: Update module sigs.k8s.io/controller-runtime to v0.23.3 Mar 14, 2026
@red-hat-konflux red-hat-konflux bot reopened this Mar 14, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/sigs.k8s.io-controller-runtime-0.x branch 2 times, most recently from a1aae06 to b704864 Compare March 14, 2026 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant