15
0
forked from pool/python-docker

Accepting request 665716 from home:mvyskocil:branches:devel:languages:python

- update to 3.7.0 (mandatory for latest docker-compose) 
  * Added support for multiplexed streams (for `attach` and `exec_start`). Learn
    more at https://docker-py.readthedocs.io/en/stable/user_guides/multiplex.html
  * Added the `use_config_proxy` parameter to the following methods:
    `APIClient.build`, `APIClient.create_container`, `DockerClient.images.build`
     and `DockerClient.containers.run` (`False` by default). **This parameter**
    **will become `True` by default in the 4.0.0 release.**
  * Placement preferences for Swarm services are better validated on the client
    and documentation has been updated accordingly
  * see https://github.com/docker/docker-py/releases/tag/3.7.0
    https://github.com/docker/docker-py/releases/tag/3.6.0 for more
    info

OBS-URL: https://build.opensuse.org/request/show/665716
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docker?expand=0&rev=22
This commit is contained in:
Tomáš Chvátal
2019-01-14 12:31:30 +00:00
committed by Git OBS Bridge
parent 6f011e1953
commit 7689030c7c
4 changed files with 31 additions and 13 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Jan 14 12:22:01 UTC 2019 - Michal Vyskocil <mvyskocil@opensuse.org>
- update to 3.7.0 (mandatory for latest docker-compose)
* Added support for multiplexed streams (for `attach` and `exec_start`). Learn
more at https://docker-py.readthedocs.io/en/stable/user_guides/multiplex.html
* Added the `use_config_proxy` parameter to the following methods:
`APIClient.build`, `APIClient.create_container`, `DockerClient.images.build`
and `DockerClient.containers.run` (`False` by default). **This parameter**
**will become `True` by default in the 4.0.0 release.**
* Placement preferences for Swarm services are better validated on the client
and documentation has been updated accordingly
* see https://github.com/docker/docker-py/releases/tag/3.7.0
https://github.com/docker/docker-py/releases/tag/3.6.0 for more
info
-------------------------------------------------------------------
Wed Nov 14 11:57:19 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>