-
Notifications
You must be signed in to change notification settings - Fork 161
Bump python generator to openapi-generator v6.6.0 #286
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
Bump python generator to openapi-generator v6.6.0 #286
Conversation
|
Welcome @stephenfin! |
This is the first release in v5.x series. We need to switch the python-legacy generator to ensure our package layout remains the same. Signed-off-by: Stephen Finucane <[email protected]>
Signed-off-by: Stephen Finucane <[email protected]>
Signed-off-by: Stephen Finucane <[email protected]>
Signed-off-by: Stephen Finucane <[email protected]>
Signed-off-by: Stephen Finucane <[email protected]>
Signed-off-by: Stephen Finucane <[email protected]>
We skip past v6.1.0 and v6.2.0 since there were no changes in these releases. Signed-off-by: Stephen Finucane <[email protected]>
Once again, we skip over releases (v6.4.0 and v6.5.0) since they don't introduce any changes. This is the last version to support the python-legacy generator. We will likely need to start providing custom templates to support v7.x Signed-off-by: Stephen Finucane <[email protected]>
27a0d67 to
365296e
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: brendandburns, stephenfin The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
hmmm, i'm cutting the release for 1.35, it is better to merge this pr after we complete the 1.35 release, which is going to be this week or early next week |
This PR bumps openapi-generator to the last version to support the "legacy" python generator that was the default until v5.0.0. A future PR will need to migrate thing to the new default generator, but that will likely come with significant changes for users.
It is expected that this PR be merged in tandem with kubernetes-client/python#2499