-
Notifications
You must be signed in to change notification settings - Fork 84
Time to cut a new release? #407
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
Comments
I found this document but it refers to the |
Yes, let's cut a new release. I pulled these two TODOs out of PR #408
I think we should rename master to main. We can also do a bulk catch-up if that is useful, bumping controller-runtime versions one major at a time and creating release branches for them. I think we should do that at the same time if we think it's useful. But ... is it useful? |
Doubt it. And if someone comes and asks for it, we can always do it later - just cut a new branch, downgrade to the earliest version we haven't published a corresponding release for, and create tags there for each version we need to support (or just all of them while we're st it). |
Sorry if it's not the best place to ask but I'm a bit lost as a newcomer to the whole ecosystem: is declarative-pattern usable with kubebuilder v4? |
Thanks for the reminder on this! @justinsb I was going to start cutting branches and tags etc according to the branching docs but it turns out I'm lacking some access to do some of the stuff. We also have this which I don't know if it's enforced by any automation or just a left-over from some template used in the the project inception... |
In one of our projects, we have a dependency on
sigs.k8s.io/kubebuilder-declarative-pattern v0.15.0-beta.1.0.20240926141202-cf8082c623b8
where the hash at the end points to the latest commit onmaster
. Everything seems to work.But if we do
go get -u ./... && go mod tidy
in this project, it selectsv0.15.0-beta.2
which then seems to run into a bunch of compatibility issues with other k8s libraries:Is it time to cut a new release to avoid these issues? What is the process for that?
cc @justinsb
The text was updated successfully, but these errors were encountered: