SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python-docker-py-0.5.3-1.3.noarch.rpm :

* Thu Nov 27 2014 gieseAATTb1-systems.de- Update to version 0.5.3
* Wed Aug 06 2014 fcastelliAATTsuse.com- Update to version 0.4.0:
* This version introduces breaking changes!
* The base_url parameter in the Client constructor should now allow most of the DOCKER_HOST environment values (except for the fd:// protocol) As a result, URLs that don\'t specify a port are now invalid (similar to the official client\'s behavior)
* Added TLS support (see documentation)
* Fixed an issue with Client.build streamed logs in Python 3
* Added unit tests coverage
* Various integration tests fixes- Changes introduced by version 0.3.2:
* Default API version is now 1.12 (support for docker 1.0)
* Added new methods Client.get_image and Client.load_image (docker save and docker load)
* Added new method Client.ping
* Added new method Client.resize
* Client.build can now be provided with a custom context using the custom_context parameter.
* Added support for memswap_limit parameter in create_container
* Added support for force parameter in remove_container
* Added support for force and noprune parameters in remove_image
* Added support for timestamps parameter in logs
* Added support for dns_search parameter in start
* Added support for network_mode parameter in start
* Added support for size parameter in containers
* Added support for volumes_from and dns parameters in start. As of API version >= 1.10, these parameters no longer belong to create_container
* Client.logs now uses the logs endpoint when API version is sufficient
* Fixed a bug in pull where the repo:tag notation wasn\'t interpreted properly
* Fixed a bug in streaming methods with python 3 (unicode, bytes/str related)
* Fixed a bug in Client.start where legacy notation for volumes wasn\'t supported anymore.
* The client now raises DockerExceptions when appropriate. You can import DockerException (and its subclasses) from the docker.errors module to catch them if needed.
* docker.APIError has been moved to the new docker.errors module as well.
* Client.insert is deprecated in API version > 1.11
* Improved integration tests should now run much faster.
* There is now a single source of truth for the docker-py version number.
* Mon Jun 16 2014 rschweikertAATTsuse.com- Clean up spec file
* Fri Jun 06 2014 rschweikertAATTsuse.com- Include in SLE 12 (FATE #316168)
* Thu Jun 05 2014 rschweikertAATTsuse.com- Initial build
 
ICM