-
Notifications
You must be signed in to change notification settings - Fork 33
Merge upstream/release-0.6 #236
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
Merge upstream/release-0.6 #236
Conversation
Previously we only waited for the loadbalancer to become active in case we created a new loadbalancer. Through this change, we will also wait for the loadbalancer to become active in case it already existed prior to the current reconcile.
…ore openstack data * fixes nil pointer when reconcileDelete gets executed a second time and security groups already got deleted * adds dump of existing ports at e2e tests
…formance-bastion-sec-nil 🐛 controllers/openstackcluster_controller.go fix nil pointer and dump openstack ports
📖 Document CRD changes from v1alpha4 to v1alpha5
…nding-update-fails-cluster 🐛 always wait for active Loadbalancer after getOrCreate
Root volumes in v1alpha4 can only specify root volume image by UUID. We were translating this to use Image from the parent, which requires a name, not a UUID. In v1alpha5 we can also have the ImageUUID field, so we translate to that instead.
…conversion 🐛Fix conversion of boot from volume images
🐛Don't set ImageRef on server when booting from volume
…ot/cherry-pick-1226-to-release-0.6 [release-0.6] 🌱 Add release 0.6.x to metadata.yaml
|
/cc mbooth |
|
@pierreprinetti: GitHub didn't allow me to request PR reviews from the following users: mbooth. Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs. DetailsIn response to this:
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/test-infra repository. |
|
/cc mdbooth |
|
/cc @mdbooth |
|
/approve |
|
@pierreprinetti: The following test 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. |
|
/hold |
|
/approve cancel We should merge upstream |
|
[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 |
…t#236) * Allows security groups to be referenced by name and filters * Simplify secgroups filtering
No description provided.