15
0
forked from pool/python-docker

Accepting request 621454 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/621454
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docker?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2018-07-08 16:43:43 +00:00
committed by Git OBS Bridge
parent 5d4da54fff
commit e4e216ce21
4 changed files with 38 additions and 4 deletions

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Sun Jul 1 17:44:06 UTC 2018 - arun@gmx.de
- update to version 3.4.1:
* Bugfixes
+ Fixed a bug that caused auth values in config files written
using one of the legacy formats to be ignored
+ Fixed issues with handling of double-wildcard ** patterns in
.dockerignore files
-------------------------------------------------------------------
Sun Jun 24 15:36:12 UTC 2018 - arun@gmx.de
- update to version 3.4.0:
* Features
+ The APIClient and DockerClient constructors now accept a
credstore_env parameter. When set, values in this dictionary are
added to the environment when executing the credential store
process.
* Bugfixes
+ DockerClient.networks.prune now properly returns the operation's
result
+ Fixed a bug that caused custom Dockerfile paths in a subfolder
of the build context to be invalidated, preventing these builds
from working
+ The plugin_privileges method can now be called for plugins
requiring authentication to access
+ Fixed a bug that caused attempts to read a data stream over an
unsecured TCP socket to crash on Windows clients
+ Fixed a bug where using the read_only parameter when creating a
service using the DockerClient was being ignored
+ Fixed an issue where Service.scale would not properly update the
service's mode, causing the operation to fail silently
-------------------------------------------------------------------
Wed May 2 09:17:51 UTC 2018 - tchvatal@suse.com