-
Notifications
You must be signed in to change notification settings - Fork 33
Cluster capi operator #261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Downstream owners
Merge upstream kubernetes-sigs/cluster-api-provider-openstack
Update from kubernetes-sigs/cluster-api-provider-openstack
Merge upstream into main
…ot/cherry-pick-1226-to-release-0.6 [release-0.6] 🌱 Add release 0.6.x to metadata.yaml
Merge upstream/release-0.6
…ot/cherry-pick-1231-to-release-0.6 [release-0.6] 🐛 Fix nil pointer reference during bastion deletion
…ot/cherry-pick-1233-to-release-0.6 [release-0.6] move chrischdi to emeritus_approvers
* as we already have webhooks for v1alpha5 we don't need webhooks for older versions anymore. * remove v1alpha4 from webhook mgr setup * remove defaultIdentityRefKind const in v1alpha4 Signed-off-by: Mario Constanti <[email protected]>
…ot/cherry-pick-1240-to-release-0.6 [release-0.6] 🐛 remove webhooks for old APIversion v1alpha4
v0.6.3
Merge upstream tag v0.6.3
this is notes from my setup, it can be useful for folks who want to develop CAPO with a single devstack instance. Signed-off-by: Mathieu Tortuyaux <[email protected]>
🌱Bump CAPI to v1.5.1
Signed-off-by: jichen <[email protected]>
avoid duplicate error event
The change to generated go build metadata requires a small change in boilerplate verification.
🌱 Move webhook CA injection into webhook resource
CAPO doesn't use vendoring, so let's ignore that directory from git. That will prevent someone from committing it.
🌱 gitignore: ignore vendor/ directory
…ator Conflicts: OWNERS OWNERS_ALIASES api/v1alpha7/openstackcluster_webhook.go api/v1alpha7/openstackcluster_webhook_test.go api/v1alpha7/openstackclusterlist_webhook.go api/v1alpha7/openstackclustertemplate_webhook.go api/v1alpha7/openstackmachine_webhook.go api/v1alpha7/openstackmachinelist_webhook.go api/v1alpha7/openstackmachinetemplate_webhook_test.go api/v1alpha7/openstackmachinetemplatelist_webhook.go api/v1alpha7/webhooks.go config/webhook/manifests.yaml controllers/openstackcluster_controller.go metadata.yaml
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
What is this? |
|
@mdbooth: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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/test-infra repository. I understand the commands that are listed here. |
|
PR needs rebase. DetailsInstructions 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/test-infra repository. |
1 similar comment
|
PR needs rebase. DetailsInstructions 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/test-infra repository. |
some folder not workable through relative path
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
Release note: