-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Release 11.0.0 stable client #1050
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
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: palnabarun The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/cc @roycaihw |
/assign |
/cc @yliaog |
@roycaihw I had a doubt, should I have merged master to the release-11.0 branch so as to get the latest fixes from master? |
I think he usually uses fast forward merge? |
Also, if there are base repo changes that haven't been brought in yet, it could be a good idea to do that as well. |
I checked out the base repo changes when I generated the client. I will check once more just to be extra sure. |
I also saw that for the earlier releases. Wasn't sure whether to do it. |
If we detected bugs in the pre-releases (alpha & beta) and fixed them in master, you can update the pre-release branch by doing https://github.com/kubernetes-client/python/blob/master/devel/release.md#update-pre-release-branch. |
@roycaihw Thanks for pointing that out. |
One more doubt I had, if there are changes in the repo, where should the changelog's be committed? This PR or the PR which targets master? |
It looks like this PR still targets the master branch. Perhaps you need to open a new PR to change that
If there are API changes, the client needs to be re-generated and release notes should be collected in the master branch first. Then the new client and the release notes will be pulled into the release branch. So they are mostly in sync. |
Closing this PR and filing a new one. |
Updates version constants and re-generates the client