Skip to content

NO-JIRA: Update manifests generator#411

Merged
openshift-merge-bot[bot] merged 1 commit intoopenshift:mainfrom
damdo:update-manifests-gen-scc-annotation
May 1, 2026
Merged

NO-JIRA: Update manifests generator#411
openshift-merge-bot[bot] merged 1 commit intoopenshift:mainfrom
damdo:update-manifests-gen-scc-annotation

Conversation

@damdo
Copy link
Copy Markdown
Member

@damdo damdo commented Apr 29, 2026

Summary

  • Updates manifests-gen to openshift/cluster-capi-operator#524 which:
    • Adds the openshift.io/required-scc: restricted-v2 annotation to provider Deployment pod templates
    • Moves the workload management annotation (target.workload.openshift.io/management) from Go code to a kustomize patch

Test plan

  • Verify generated manifests contain the new openshift.io/required-scc: restricted-v2 annotation
  • Verify the workload management annotation is still present
  • CI passes

Summary by CodeRabbit

  • Chores
    • Updated Go tooling to the latest version
    • Upgraded Kubernetes and related dependencies to newer versions
    • Enhanced pod security configuration with OpenShift Security Context Constraint requirements

Update manifests-gen to openshift/cluster-capi-operator#524 which adds
the openshift.io/required-scc: restricted-v2 annotation to provider
Deployments and moves the workload management annotation to kustomize.

Signed-off-by: Damiano Donati <damiano.donati@gmail.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 29, 2026

Walkthrough

This pull request adds a pod annotation to the capo-controller-manager Deployment requiring the restricted-v2 Security Context Constraint, and upgrades the Go version from 1.24.0 to 1.25.0 alongside refreshing multiple direct and indirect dependencies.

Changes

Cohort / File(s) Summary
Security Configuration
openshift/capi-operator-manifests/default/manifests.yaml
Added pod annotation to enforce restricted-v2 Security Context Constraint for the capo-controller-manager Deployment.
Dependency Updates
openshift/tools/go.mod
Upgraded Go language version from 1.24.0 to 1.25.0; bumped direct dependencies for cluster-capi-operator/manifests-gen and openshift/api; updated numerous indirect dependencies including go-restful, go-openapi modules, golang.org packages, and Kubernetes-related packages; removed several unused transitive dependencies.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

🚥 Pre-merge checks | ✅ 11 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title mentions 'Update manifests generator' but the primary changes involve adding Security Context Constraint annotations and updating Go dependencies, which are broader than just the generator update. Consider a more specific title that reflects the main changes, such as 'Add restricted-v2 SCC annotation and update manifests generator' or 'Update manifests and Go dependencies for SCC compliance'.
✅ Passed checks (11 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed The PR modified only configuration and dependency files (manifests.yaml and go.mod), not test files containing Ginkgo test code.
Test Structure And Quality ✅ Passed The pull request does not modify any Ginkgo test files, containing only non-test file changes, making this test-specific check not applicable.
Microshift Test Compatibility ✅ Passed PR contains only manifest configuration and Go dependency updates; no new Ginkgo e2e tests are added.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR does not add any new Ginkgo e2e tests; changes are limited to manifest YAML and Go module dependency files.
Topology-Aware Scheduling Compatibility ✅ Passed The pull request's manifest changes do not introduce topology-breaking scheduling constraints. The capo-controller-manager deployment uses a single replica, includes only appropriate tolerations, and adds only security-related annotations without imposing hard scheduling requirements.
Ote Binary Stdout Contract ✅ Passed This pull request does not violate the OTE Binary Stdout Contract. The changes consist of manifest YAML files, Go module dependency updates, and vendored code. The openshift/tools/tools.go file uses //go:build tools which is a build constraint that prevents compilation into any executable binary. The manifests-gen tool is a code generation utility that produces Kubernetes manifest YAML files. No process-level code that outputs to stdout is introduced or modified.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed This PR does not add any new Ginkgo e2e tests. Changes consist of updating a Kubernetes manifest YAML file and Go module dependencies, neither containing Ginkgo test code.

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

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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

@openshift-ci openshift-ci Bot requested review from eshulman2 and stephenfin April 29, 2026 17:14
Copy link
Copy Markdown

@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 `@openshift/tools/go.mod`:
- Line 3: The openshift/tools module declares `go 1.25.0` which conflicts with
CI pinned Go 1.24.12; update the `go` directive in openshift/tools/go.mod from
`1.25.0` to `1.24.0` so the `ocp-manifests` target (which runs `cd tools && go
run ...`) can build in CI, or alternatively update the CI/Dockerfile
`GO_VERSION` to `1.25.0`+ to match the module; locate and change the `go` line
in the openshift/tools/go.mod file (or adjust the CI/Dockerfile `GO_VERSION`
variable) accordingly.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

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

Review profile: CHILL

Plan: Enterprise

Run ID: c8878c12-34e3-423a-b5d1-a8c0bab1c31a

📥 Commits

Reviewing files that changed from the base of the PR and between f9927d6 and 5079c08.

⛔ Files ignored due to path filters (298)
  • openshift/tools/go.sum is excluded by !**/*.sum
  • openshift/tools/vendor/github.com/containerd/stargz-snapshotter/estargz/build.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/containerd/stargz-snapshotter/estargz/errorutil/errors.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/containerd/stargz-snapshotter/estargz/estargz.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/containerd/stargz-snapshotter/estargz/gzip.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/containerd/stargz-snapshotter/estargz/testutil.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/containerd/stargz-snapshotter/estargz/types.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/docker/cli/AUTHORS is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/docker/cli/NOTICE is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/docker/cli/cli/config/config.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/docker/cli/cli/config/configfile/file.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/docker/cli/cli/config/configfile/file_unix.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/docker/cli/cli/config/configfile/file_windows.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/docker/cli/cli/config/credentials/credentials.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/docker/cli/cli/config/credentials/default_store.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/docker/cli/cli/config/credentials/default_store_darwin.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/docker/cli/cli/config/credentials/default_store_linux.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/docker/cli/cli/config/credentials/default_store_unsupported.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/docker/cli/cli/config/credentials/default_store_windows.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/docker/cli/cli/config/credentials/file_store.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/docker/cli/cli/config/credentials/native_store.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/docker/cli/cli/config/memorystore/store.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/docker/cli/cli/config/types/authconfig.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/docker/distribution/registry/client/auth/challenge/addr.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/docker/distribution/registry/client/auth/challenge/authchallenge.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/docker/docker-credential-helpers/LICENSE is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/docker/docker-credential-helpers/client/client.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/docker/docker-credential-helpers/client/command.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/docker/docker-credential-helpers/credentials/credentials.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/docker/docker-credential-helpers/credentials/error.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/docker/docker-credential-helpers/credentials/helper.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/docker/docker-credential-helpers/credentials/version.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/emicklei/go-restful/v3/.travis.yml is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/emicklei/go-restful/v3/CHANGES.md is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/emicklei/go-restful/v3/README.md is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/emicklei/go-restful/v3/curly.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/emicklei/go-restful/v3/custom_verb.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/emicklei/go-restful/v3/doc.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/fxamacker/cbor/v2/.golangci.yml is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/fxamacker/cbor/v2/README.md is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/fxamacker/cbor/v2/cache.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/fxamacker/cbor/v2/decode.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/fxamacker/cbor/v2/decode_map_utils.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/fxamacker/cbor/v2/diagnose.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/fxamacker/cbor/v2/encode.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/fxamacker/cbor/v2/simplevalue.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/fxamacker/cbor/v2/stream.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/fxamacker/cbor/v2/structfields.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/fxamacker/cbor/v2/valid.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/jsonpointer/.cliff.toml is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/jsonpointer/.gitignore is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/jsonpointer/.golangci.yml is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/jsonpointer/CODE_OF_CONDUCT.md is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/jsonpointer/CONTRIBUTORS.md is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/jsonpointer/LICENSE is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/jsonpointer/NOTICE is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/jsonpointer/README.md is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/jsonpointer/SECURITY.md is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/jsonpointer/errors.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/jsonpointer/pointer.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/jsonreference/.editorconfig is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/jsonreference/.gitignore is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/jsonreference/.golangci.yml is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/jsonreference/CODE_OF_CONDUCT.md is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/jsonreference/CONTRIBUTORS.md is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/jsonreference/NOTICE is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/jsonreference/README.md is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/jsonreference/SECURITY.md is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/jsonreference/internal/normalize_url.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/jsonreference/reference.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/.codecov.yml is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/.gitignore is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/.golangci.yml is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/.mockery.yml is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/CODE_OF_CONDUCT.md is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/CONTRIBUTORS.md is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/README.md is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/SECURITY.md is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/cmdutils/LICENSE is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/cmdutils/cmd_utils.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/cmdutils/doc.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/cmdutils_iface.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/conv/LICENSE is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/conv/convert.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/conv/convert_types.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/conv/doc.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/conv/format.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/conv/sizeof.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/conv/type_constraints.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/conv_iface.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/convert.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/convert_types.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/doc.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/errors.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/file.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/fileutils/LICENSE is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/fileutils/doc.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/fileutils/file.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/fileutils/path.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/fileutils_iface.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/go.work is excluded by !**/*.work, !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/go.work.sum is excluded by !**/*.sum, !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/initialism_index.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/json.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/jsonname/LICENSE is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/jsonname/doc.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/jsonname/name_provider.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/jsonname_iface.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/jsonutils/LICENSE is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/jsonutils/README.md is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/jsonutils/adapters/doc.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/jsonutils/adapters/ifaces/doc.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/jsonutils/adapters/ifaces/ifaces.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/jsonutils/adapters/ifaces/registry_iface.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/jsonutils/adapters/registry.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/jsonutils/adapters/stdlib/json/adapter.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/jsonutils/adapters/stdlib/json/doc.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/jsonutils/adapters/stdlib/json/lexer.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/jsonutils/adapters/stdlib/json/ordered_map.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/jsonutils/adapters/stdlib/json/pool.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/jsonutils/adapters/stdlib/json/register.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/jsonutils/adapters/stdlib/json/writer.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/jsonutils/concat.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/jsonutils/doc.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/jsonutils/json.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/jsonutils/ordered_map.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/jsonutils_iface.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/loading/LICENSE is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/loading/doc.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/loading/errors.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/loading/json.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/loading/loading.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/loading/options.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/loading/yaml.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/loading_iface.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/mangling/BENCHMARK.md is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/mangling/LICENSE is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/mangling/doc.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/mangling/initialism_index.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/mangling/name_lexem.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/mangling/name_mangler.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/mangling/options.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/mangling/pools.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/mangling/split.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/mangling/string_bytes.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/mangling/util.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/mangling_iface.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/name_lexem.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/net.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/netutils/LICENSE is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/netutils/doc.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/netutils/net.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/netutils_iface.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/split.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/stringutils/LICENSE is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/stringutils/collection_formats.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/stringutils/doc.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/stringutils/strings.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/stringutils_iface.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/typeutils/LICENSE is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/typeutils/doc.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/typeutils/types.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/typeutils_iface.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/util.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/yaml.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/yamlutils/LICENSE is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/yamlutils/doc.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/yamlutils/errors.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/yamlutils/ordered_map.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/yamlutils/yaml.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/go-openapi/swag/yamlutils_iface.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/AUTHORS is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/CONTRIBUTORS is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/LICENSE is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/proto/Makefile is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/proto/clone.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/proto/custom_gogo.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/proto/decode.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/proto/deprecated.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/proto/discard.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/proto/duration.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/proto/duration_gogo.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/proto/encode.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/proto/encode_gogo.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/proto/equal.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/proto/extensions.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/proto/extensions_gogo.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/proto/lib.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/proto/lib_gogo.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/proto/message_set.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/proto/pointer_reflect.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/proto/pointer_reflect_gogo.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/proto/pointer_unsafe.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/proto/pointer_unsafe_gogo.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/proto/properties.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/proto/properties_gogo.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/proto/skip_gogo.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/proto/table_marshal.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/proto/table_marshal_gogo.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/proto/table_merge.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/proto/table_unmarshal.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/proto/table_unmarshal_gogo.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/proto/text.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/proto/text_gogo.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/proto/text_parser.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/proto/timestamp.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/proto/timestamp_gogo.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/proto/wrappers.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/proto/wrappers_gogo.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/gogo/protobuf/sortkeys/sortkeys.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/gnostic-models/extensions/extension.proto is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/gnostic-models/openapiv2/OpenAPIv2.proto is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/gnostic-models/openapiv3/OpenAPIv3.proto is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/gnostic-models/openapiv3/annotations.proto is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/internal/and/and_closer.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/internal/compression/compression.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/internal/estargz/estargz.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/internal/gzip/zip.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/internal/redact/redact.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/internal/retry/retry.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/internal/retry/wait/kubernetes_apimachinery_wait.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/internal/verify/verify.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/internal/zstd/zstd.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/authn/README.md is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/authn/anon.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/authn/auth.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/authn/authn.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/authn/basic.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/authn/bearer.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/authn/doc.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/authn/keychain.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/authn/multikeychain.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/compression/compression.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/logs/logs.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/config.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/doc.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/empty/README.md is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/empty/doc.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/empty/image.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/empty/index.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/hash.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/image.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/index.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/layer.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/manifest.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/match/match.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/mutate/README.md is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/mutate/doc.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/mutate/image.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/mutate/index.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/mutate/mutate.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/mutate/rebase.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/partial/README.md is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/partial/compressed.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/partial/doc.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/partial/image.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/partial/index.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/partial/uncompressed.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/partial/with.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/platform.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/progress.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/remote/README.md is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/remote/catalog.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/remote/check.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/remote/delete.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/remote/descriptor.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/remote/doc.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/remote/fetcher.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/remote/image.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/remote/index.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/remote/layer.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/remote/list.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/remote/mount.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/remote/multi_write.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/remote/options.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/remote/progress.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/remote/puller.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/remote/pusher.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/remote/referrers.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/remote/schema1.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/remote/transport/README.md is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/remote/transport/basic.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/remote/transport/bearer.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/remote/transport/doc.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/remote/transport/error.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/remote/transport/logger.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/remote/transport/ping.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/remote/transport/retry.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/remote/transport/schemer.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/remote/transport/scope.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/remote/transport/transport.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/remote/transport/useragent.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/remote/write.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/stream/README.md is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/stream/layer.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/tarball/README.md is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/tarball/doc.go is excluded by !**/vendor/**
  • openshift/tools/vendor/github.com/google/go-containerregistry/pkg/v1/tarball/image.go is excluded by !**/vendor/**
📒 Files selected for processing (2)
  • openshift/capi-operator-manifests/default/manifests.yaml
  • openshift/tools/go.mod

Comment thread openshift/tools/go.mod
@damdo
Copy link
Copy Markdown
Member Author

damdo commented Apr 30, 2026

/retest

@damdo damdo changed the title UPSTREAM: <drop>: Update manifests generator NO-JIRA: Update manifests generator Apr 30, 2026
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Apr 30, 2026
@openshift-ci-robot
Copy link
Copy Markdown

@damdo: This pull request explicitly references no jira issue.

Details

In response to this:

Summary

  • Updates manifests-gen to openshift/cluster-capi-operator#524 which:
  • Adds the openshift.io/required-scc: restricted-v2 annotation to provider Deployment pod templates
  • Moves the workload management annotation (target.workload.openshift.io/management) from Go code to a kustomize patch

Test plan

  • Verify generated manifests contain the new openshift.io/required-scc: restricted-v2 annotation
  • Verify the workload management annotation is still present
  • CI passes

Summary by CodeRabbit

  • Chores
  • Updated Go tooling to the latest version
  • Upgraded Kubernetes and related dependencies to newer versions
  • Enhanced pod security configuration with OpenShift Security Context Constraint requirements

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.

@damdo
Copy link
Copy Markdown
Member Author

damdo commented Apr 30, 2026

/retest

@racheljpg
Copy link
Copy Markdown

/lgtm

@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Apr 30, 2026

@racheljpg: changing LGTM is restricted to collaborators

Details

In response to this:

/lgtm

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.

@theobarberbany
Copy link
Copy Markdown

/lgtm
/approve

@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Apr 30, 2026

@theobarberbany: changing LGTM is restricted to collaborators

Details

In response to this:

/lgtm
/approve

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.

@damdo
Copy link
Copy Markdown
Member Author

damdo commented Apr 30, 2026

/verified by ci

@openshift-ci-robot
Copy link
Copy Markdown

@damdo: Jira verification commands are restricted to collaborators for this repo.

Details

In response to this:

/verified by ci

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.

Copy link
Copy Markdown
Member

@mandre mandre left a comment

Choose a reason for hiding this comment

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

This is a simple go.mod update to use a newer version of github.com/openshift/cluster-capi-operator/manifests-gen

The hypershift job is currently broken (waiting on https://redhat.atlassian.net/browse/OCPSTRAT-2478) so we'll likely have to override it.

/lgtm
/approve

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Apr 30, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Apr 30, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mandre, theobarberbany

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

The pull request process is described 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

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 30, 2026
@damdo
Copy link
Copy Markdown
Member Author

damdo commented Apr 30, 2026

Thanks @mandre

Should we override the hypershift job then?

@damdo
Copy link
Copy Markdown
Member Author

damdo commented Apr 30, 2026

/verified by ci passing

@openshift-ci-robot
Copy link
Copy Markdown

@damdo: Jira verification commands are restricted to collaborators for this repo.

Details

In response to this:

/verified by ci passing

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.

@mandre
Copy link
Copy Markdown
Member

mandre commented Apr 30, 2026

What does Context retired without replacement mean? Is that a github issue?

@damdo
Copy link
Copy Markdown
Member Author

damdo commented Apr 30, 2026

@mandre

In Prow, "Context retired without replacement" means a CI job has been removed from the Prow configuration (or renamed) after it already ran on your PR. Since GitHub commit statuses cannot be deleted, Prow's status reconciler finds PRs with contexts for jobs that no longer exist and marks them green so they don't block merging.
Usually this is harmless, the reconciler marking it green means it won't block your merge.

@stephenfin
Copy link
Copy Markdown

/override ci/prow/e2e-hypershift
/verified by CI

@openshift-ci-robot openshift-ci-robot added the verified Signifies that the PR passed pre-merge verification criteria label May 1, 2026
@openshift-ci-robot
Copy link
Copy Markdown

@stephenfin: This PR has been marked as verified by CI.

Details

In response to this:

/override ci/prow/e2e-hypershift
/verified by CI

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.

@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented May 1, 2026

@stephenfin: Overrode contexts on behalf of stephenfin: ci/prow/e2e-hypershift

Details

In response to this:

/override ci/prow/e2e-hypershift
/verified by CI

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
Copy Markdown

openshift-ci Bot commented May 1, 2026

@damdo: all tests passed!

Full PR test history. Your PR dashboard.

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. I understand the commands that are listed here.

@openshift-merge-bot openshift-merge-bot Bot merged commit c79cc21 into openshift:main May 1, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. verified Signifies that the PR passed pre-merge verification criteria

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants