-
Notifications
You must be signed in to change notification settings - Fork 562
Prepare v2.8.0 #3419
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
Prepare v2.8.0 #3419
Conversation
can we wait for #3414? |
OK! |
and this... #3424 |
and this #3425 |
Sure you don't want to leave something for v2.9? 😅 |
I'd like to see main branch problems fixed for successful backports :) |
@kayrus Are we still waiting for any backports? |
yes, see: UPD: Additionally, several colleagues have experienced issues with the new endpoint discovery logic introduced in 2.7.0. This logic relies solely on the keystone service catalog order, which causes problems when multiple endpoints are available in the catalog.
To provide a quick fix, I implemented a workaround here: terraform-provider-openstack/utils#1. The endpoint discovery issue should be resolved with #3435. However, fetching microversions during each service client creation seems excessive and introduces unnecessary API calls, particularly for SDK consumers like the Terraform provider. See the detailed description: #3435 (comment). |
7dd98a5
to
e4d0cce
Compare
The big endpoint discovery change merged in v2 and the CI is as happy as it can be today. It's time to cut v2.8.0. |
No description provided.