Hi,

just bit summary of few changes in ovirt-engine-sdk repo [1]. There was the decision to split the SDK generator and the python SDK itself. So we created a new repository on GitHub called python-ovirt-engine-sdk4 [2].

We switched from Travis CI to GitHub Actions, because Travis no longer supported .org domain where we had our tests. The GitHub Actions automatically builds the SDK and pushes it to the new repo similar to the Go SDK.

There were some issues with the documentation generator [3] so we switched to the new version of pdoc [4].

We migrated the SDK examples because the examples have nothing to do with the generator itself moved it to the new repository [6].


Martin Necas

[1] https://github.com/ovirt/ovirt-engine-sdk
[2] https://github.com/ovirt/python-ovirt-engine-sdk4
[3] http://ovirt.github.io/ovirt-engine-sdk/master/
[4] https://pdoc.dev/docs/pdoc.html
[5] https://gerrit.ovirt.org/#/c/ovirt-engine-sdk/+/116066/
[6] https://github.com/oVirt/python-ovirt-engine-sdk4/tree/main/examples