-
Notifications
You must be signed in to change notification settings - Fork 33
Merge upstream into main #235
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 into main #235
Conversation
We currently require an explicit project_id field in the clouds.yaml. This conflicts with the usual fields for Application Credentials, as they already include a scope, and setting another conflicts with that. In this commit, we instead save the returned project_id from the initial auth api call, and pass it around to all services using the Scope struct.
…dential-support ✨ Support Application Credential auth
…v1alpha5⚠️ rename v1beta1 to v1alpha5
kubeadm v1.24 removes the deprecated control-plane node label node-role.kubernetes.io/master. This PR introduces the new label node-role.kubernetes.io/control-plane in the CAPO tests and bumps the CAPI dependency for compatibility to nodes provisioned using kubeadm v1.24. * bumps CAPI to v1.1.3 * fixes k8s v1.24 compatibility * fixes periodics conformance ci job * adds tolerations and usage of the new control-plane node label * bumps e2e k8s version to v1.23.5 * bumps capo version to v1.23.2 Signed-off-by: Christian Schlotter <[email protected]>
…-link 📖 replace dead link for cloud.conf details
🏃 Add apricote as a reviewer
🏃Remove prankul88 as a reviewer
…1-1-3 🐛 bump CAPI to v1.1.3
Improve log message
|
@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. |
|
As discussed with @mdbooth, the result of the unit tests is not reliable. |
|
/hold until the next upstream bump. |
I brought this up to Matt this morning and it appears the upstream CAPO release may be delayed a little bit due to late bug discovery. So let's bump MAPO twice, once now, and later to align with a stable release. /hold cancel |
mandre
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mandre 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 |
No description provided.