Skip to content
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

CAPI v1.6.0-beta.0 has been released and is ready for testing #1734

Closed
willie-yao opened this issue Oct 25, 2023 · 4 comments · Fixed by #1731
Closed

CAPI v1.6.0-beta.0 has been released and is ready for testing #1734

willie-yao opened this issue Oct 25, 2023 · 4 comments · Fixed by #1731

Comments

@willie-yao
Copy link

CAPI v1.6.0-beta.0 has been released and is ready for testing.
Looking forward to your feedback before v1.6.0 release!

For quick reference

Following are the planned dates for the upcoming releases

CAPI v1.6.0 will be released on Tuesday, 28th November 2023.

More details of the upcoming schedule can be seen at CAPI v1.6.0 release timeline.

@EmilienM EmilienM mentioned this issue Oct 26, 2023
3 tasks
@EmilienM
Copy link
Contributor

EmilienM commented Nov 1, 2023

@willie-yao hey! I'm playing with #1731
And we have this failure:

38.17 # sigs.k8s.io/controller-runtime/pkg/cache
38.17 /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/cache.go:412:58: fields.Selector does not implement comparable
38.17 /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/cache.go:442:20: fields.Selector does not implement comparable
38.17 note: module requires Go 1.20

I was wondering if you have faced this one too when you bumped controller-runtime.

@willie-yao
Copy link
Author

Looks like you need to upgrade the Go version to 1.20. @mboersma is working on the upgrade over on CAPZ. Have you faced an issue like this Matt?

@mboersma
Copy link

mboersma commented Nov 2, 2023

I haven't seen this particular issue in upgrading CAPZ, but that project is already using Go 1.20. I think you're right @willie-yao that the compiler version may be the issue.

For comparison, the CAPZ PR is now passing (except for one flake): kubernetes-sigs/cluster-api-provider-azure#4182

@EmilienM
Copy link
Contributor

EmilienM commented Nov 3, 2023

We bumped Go to 1.20.10 today via #1740 - next step is to make CAPI v1.6.0-beta working in current CAPO. I'll keep you posted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants