Upgrade to Operator SDK 1.41.1#571
Conversation
|
Zuul encountered a syntax error while parsing its mapping values are not allowed in this context |
146d8ca to
caffbde
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/e823f713a40b42f2b15dc5f60afabfb3 ❌ openstack-k8s-operators-content-provider FAILURE in 12m 07s |
caffbde to
edf7b4b
Compare
|
This change depends on a change that failed to merge. Change openstack-k8s-operators/openstack-operator#1683 is needed. |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/18abf0d0bbf840f495734eba4fac2d36 ❌ openstack-k8s-operators-content-provider FAILURE in 14m 27s |
|
recheck |
edf7b4b to
7ee1996
Compare
|
This change depends on a change that failed to merge. Change openstack-k8s-operators/install_yamls#1110 is needed. |
|
/retest |
|
recheck |
|
This change depends on a change that failed to merge. Change openstack-k8s-operators/openstack-operator#1683 is needed. |
|
/retest |
|
recheck |
4611390 to
76e0694
Compare
eb16018 to
d956863
Compare
|
This change depends on a change that failed to merge. Change openstack-k8s-operators/openstack-operator#1683 is needed. |
|
recheck |
d956863 to
eccfd19
Compare
|
/retest |
1 similar comment
|
/retest |
eccfd19 to
7fb88a7
Compare
|
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
|
recheck |
|
/retest |
5 similar comments
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/retest |
This commit upgrades the cinder-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 (Cinder, CinderAPI, etc.) - 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-21923 Assisted-by: claude-4-sonnet Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
7fb88a7 to
5c079ca
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/c115ea2b89ca48589487ed5203fbf1b3 ❌ openstack-k8s-operators-content-provider TIMED_OUT in 31m 09s |
|
recheck |
|
This change depends on a change that failed to merge. Change openstack-k8s-operators/openstack-operator#1683 is needed. |
|
recheck |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abays, 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 |
3091dc4
into
openstack-k8s-operators:main
This commit upgrades the cinder-operator to use Operator SDK version 1.41.1, with the following major changes:
Project Structure:
Configuration Updates:
Webhook Changes:
Cleanup:
Dependencies:
Jira: OSPRH-21923
Assisted-by: claude-4-sonnet
Depends-On: openstack-k8s-operators/openstack-operator#1683