-
Notifications
You must be signed in to change notification settings - Fork 48
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
Update k8s.io #224
Update k8s.io #224
Conversation
Hi @renovate[bot]. Thanks for your PR. I'm waiting for a openstack-k8s-operators member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
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.
I'm confused. This fails with the known issue locally in make test
make gotest
or by runnig gotest.sh from the CI repo:
unable to install CRDs onto control plane: unable to create CRD instances: unable to create CRD "novaapis.nova.openstack.org": CustomResourceDefinition.apiextensions.k8s.io "novaapis.nova.openstack.org" is invalid: spec.validation.openAPIV3Schema.properties[spec].properties[resources].properties[claims].items.x-kubernetes-map-type: Invalid value: "null": must be atomic as item of a list with x-kubernetes-list-type=set
But in the github workflow the test runs without error.
api/go.mod
Outdated
@@ -4,9 +4,9 @@ go 1.18 | |||
|
|||
require ( | |||
github.com/openstack-k8s-operators/lib-common/modules/common v0.0.0-20230110110231-28368fe6a6a9 | |||
k8s.io/api v0.25.5 | |||
k8s.io/api v0.26.0 |
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.
this is the issue we need to clamp to < v0.26.0
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.
yepp
this is the same issue as openstack-k8s-operators/openstack-ansibleee-operator#45 |
/ok-to-test lets see if the prow jobs also fail or not |
so yes this fails for me locally too
|
make test catches that failure if you have the new version fo ginkgo |
Is it really gingko version dependant? Btw, the prow functional job also passed. That calls make gotest as far as I remember (the logs are not available now for some reason). And make gotest fails for me locally. |
but also interestingly |
scratch that, the same manifest changes happens locally too. Let me try to add that to this commit to see if that helps with the test run now. |
c596fb1
to
89253dd
Compare
Good I understand why test passed before on this PR. The So couple of way forwards:
|
b11f4c2
to
b671087
Compare
b671087
to
83f631c
Compare
(gibi): manually run make manifests generate to include the CRD changes |
83f631c
to
39457d2
Compare
/retest all |
@gibizer: The
Use In 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. |
/test all |
OK so the recent k8s.io packages now compatible with the controller-gen. This is ready to land (openstack-operator already landed a similar bump) |
9e156c6
to
1a2e93d
Compare
1a2e93d
to
b66c605
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. ⚠ Warning: custom changes will be lost. |
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.
I did a local build and test in crc and it works.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gibizer, renovate[bot] The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This PR contains the following updates:
v0.25.5
->v0.26.1
v0.26.0
->v0.26.1
v0.25.4
->v0.26.1
v0.13.1
->v0.14.2
Release Notes
kubernetes/api
v0.26.1
Compare Source
v0.26.0
Compare Source
v0.25.6
Compare Source
kubernetes/apimachinery
v0.26.1
Compare Source
kubernetes/client-go
v0.26.1
Compare Source
v0.26.0
Compare Source
v0.25.6
Compare Source
v0.25.5
Compare Source
kubernetes-sigs/controller-runtime
v0.14.2
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.14.1...v0.14.2
v0.14.1
Compare Source
Changes since v0.14.0
🐛 Bug Fixes
Full Changelog: kubernetes-sigs/controller-runtime@v0.14.0...v0.14.1
v0.14.0
Compare Source
Changes since v0.13.1
pkg/envtest/printer
package✨ New Features
🐛 Bug Fixes
🌱 Others
📖 Additionally, there have been 4 contributions to our documentation and book. (#2034, #2030, #2017, #1992)
Thanks to all our contributors! 😊
New Contributors
Full Changelog: kubernetes-sigs/controller-runtime@v0.13.1...v0.14.0
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.