Upgrade to Operator SDK 1.41.1#415
Merged
openshift-merge-bot[bot] merged 1 commit intoNov 24, 2025
Merged
Conversation
263426e to
f5ffec1
Compare
Contributor
Author
|
/retest |
2 similar comments
Contributor
Author
|
/retest |
Contributor
Author
|
/retest |
Collaborator
|
/retest failed to wait for the created cluster claim to become ready: timed out |
Contributor
Author
|
/retest |
Contributor
Author
|
missed to add the Depends-On to the description :( |
Contributor
Author
|
/retest |
Collaborator
|
/test swift-operator-build-deploy-kuttl Timeout on Galera, looked like some network issues in the background |
Collaborator
|
Hmm, again failed with " error: timed out waiting for the condition on openstackcontrolplanes/openstack-galera " |
f5ffec1 to
25b6fbb
Compare
This commit upgrades the ovn-operator to use Operator SDK version 1.41.1, with the following major changes: Project Structure: - Move pkg/ packages to internal/ following Go best practices - Move controllers/ to internal/controller/ per new operator-sdk layout - Replace main.go with cmd/main.go - Add controller and webhook test suites Configuration Updates: - Split certificate management into separate metrics and webhook certs - Add network policies for metrics and webhook traffic - Rename auth_proxy resources to metrics for clarity - Add admin RBAC roles for all CRD types - Update manager deployment configuration and patches - Modernize kustomization configurations Webhook Changes: - Add dedicated webhook implementation in internal/webhook/v1beta1/ - Remove old CRD webhook and CA injection patches - Update webhook manifests and service configuration Cleanup: - Remove obsolete config patches and overlays Dependencies: - Update go.mod and go.sum for operator-sdk 1.41.1 dependencies Jira: OSPRH-22013 Assisted-by: claude-4-sonnet Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
25b6fbb to
cce65c5
Compare
Contributor
Author
|
/retest |
1 similar comment
Contributor
Author
|
/retest |
dprince
approved these changes
Nov 24, 2025
Contributor
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abays, dprince, stuggi The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
d8f4061
into
openstack-k8s-operators:main
5 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit upgrades the ovn-operator to use Operator SDK version 1.41.1, with the following major changes:
Project Structure:
Configuration Updates:
Webhook Changes:
Cleanup:
Dependencies:
Jira: OSPRH-22013
Assisted-by: claude-4-sonnet
Depends-On: openstack-k8s-operators/openstack-operator#1683