-
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
base: master
Are you sure you want to change the base?
Bump python generator to openapi-generator v6.6.0 #286
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: stephenfin The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
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 <stephenfin@redhat.com>
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
We skip past v6.1.0 and v6.2.0 since there were no changes in these releases. Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
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 <stephenfin@redhat.com>
27a0d67 to
365296e
Compare
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