-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regenerate go.mod indirect dependencies
During the golang version bump we unintentionally introduced a too new indirect dependency on kube-openapi: k8s.io/[email protected] This is not required by any of our direct deps and this is also a version that required golang 1.21. If your system has golang 1.21 installed the this dependency might force go mod tidy to change the golang version in the go.mod file to 1.21. This patch removed all the indirect dependencies and let go mod tidy to regenerate them to get rid of the too new kube-openapi version. Also some service operators pulled in k8s.io version 0.29 which also golang 1.21. Since then this was fixed the service operators and now downgraded here as well.
- Loading branch information
Showing
6 changed files
with
466 additions
and
956 deletions.
There are no files selected for viewing
462 changes: 96 additions & 366 deletions
462
apis/bases/core.openstack.org_openstackcontrolplanes.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.