-
Notifications
You must be signed in to change notification settings - Fork 13
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
Podman API 5.0.0 support #169
Comments
As a quick follow-up and note to anyone potentially interested in this topic: The crate for generating the stubs in question is also available on github: https://github.com/vv9k/swagger-rustgen As the author (also of this crate) has not been active for eight months I am not entirely sure how long it will take for things to be upgraded for podman 5 support. I have therefore also reached out to podman upstream for the possibility to auto-generate a client-side integration based on openapi-generator, which may serve as a more standardized way of integrating with Podman's API in the future. |
@dvzrv: is there a link to that discussion or an update on how that's going? |
I opened a PR to address this issue. Test cases succeed and my private projects work with the changes. However, I did not check specifically for API changes/updates to Podman v5, so I suspect that some things might be broken. Feel free to fork or improve the PR.
I'd also be interested in a long term alternative to this project, given its current inactivity. |
I have reached out to the community via Matrix but was then also asked to send a mail to their mailing list. Meanwhile I have moved to rustainers for my test setup :S |
Hi! 👋
I've started using the podman-api crate and found it to be incredibly useful.
Unfortunately it stopped working with podman 5.0.0 and looking at the script to update the generated podman-api-stubs, I noticed that the script is currently not working anymore, as the upstream for the swagger generator is gone:
podman-api-rs/podman-api-stubs/build.sh
Line 9 in f35e6f9
@vv9k would you be able to make that project available again? Maybe it would be more fail proof if this was hosted on github as well.
podman version
on the command line:The text was updated successfully, but these errors were encountered: