Open felixfontein opened 2 years ago
No update required for current state https://github.com/docker/docker-py/commit/e901eac7a8c5f29c7720eafb9f58c8356cca2324. Not yet there: https://github.com/docker/docker-py/compare/e901eac7a8c5f29c7720eafb9f58c8356cca2324..main
Docker SDK for Python 6.0.0 has been released. All changes in it have been incorporated (i.e. in the last 10 days there have been no new commits which affect code that's vendored here).
No update required for current state https://github.com/docker/docker-py/commit/923e067dddc3d4b86e4e620a99fcdcdafbd17a98. Not yet there: https://github.com/docker/docker-py/compare/923e067dddc3d4b86e4e620a99fcdcdafbd17a98..main
There currently isn't really something to update. The only potentially interesting change is https://github.com/docker/docker-py/pull/3185, but the only relevant part is that it removes features that we still need (ssl_version
and tls_hostname
). I don't see why tls_hostname
is removed, since the only part of it that needs something removed from Python 3.12 is the tests, but not the feature itself. Deprecating ssl_version
is fine though.
So the next changes to look for are at https://github.com/docker/docker-py/compare/b6464dbed92b14b2c61d5ee49805fce041a3e083...main.
There currently isn't really something to update, since the only real change was already integrated in this collection before it got merged to Docker SDK for Python (the requests fix). The next changes to look for are at https://github.com/docker/docker-py/compare/a3652028b1ead708bd9191efb286f909ba6c2a49...main.
There are currently only docs and tests changes. The next changes to look for are at https://github.com/docker/docker-py/compare/a8bac8822127a8f446893a4e7e60d4b5149333bf...main.
SUMMARY
This issue is for tracking differences that need to be checked (whether our vendored code needs to be updated accordingly) that appear in the Docker SDK for Python in https://github.com/docker/docker-py/commits/main
ISSUE TYPE
COMPONENT NAME
plugins/module_utils/_api/