-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
chore(deps)!: bump openapi-generator-cli
in python sdk client to 7.4.0
#12866
base: main
Are you sure you want to change the base?
Conversation
f6b6dfc
to
b9a88dc
Compare
Signed-off-by: Yatin Gupta <[email protected]>
b9a88dc
to
e20875d
Compare
openapi-generator-cli
in python sdk client to 7.4.0
@@ -30,7 +30,7 @@ else | |||
sed 's/io.k8s.apimachinery.pkg.apis.meta.v1.//' \ | |||
> $(WD)/swagger.json | |||
cp ../../LICENSE $(WD)/LICENSE | |||
$(DOCKER) openapitools/openapi-generator-cli:v5.4.0 \ | |||
$(DOCKER) openapitools/openapi-generator-cli:v7.4.0 \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this was pinned to this version for a reason. Have you tested the generated SDK?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Havent tested it yet but the sdk unit test is failing so I think the interface has changed. Do you remember the reason for the specific version pinning? Or is there some specific testing that would need to be done?
We should probably hold off on this and start migrating to Hera. cc @flaviuvadan |
This reverts commit 70e1965.
Motivation
Python SDK has been using open api generator 5.4.0 which is 2 years old.
Modifications
Upgraded to latest open api version 7.4.0 which was closed 3 weeks ago https://github.com/OpenAPITools/openapi-generator/milestones?state=closed
Verification