diff --git a/docker-2.5.1.tar.gz b/docker-2.5.1.tar.gz deleted file mode 100644 index f51a17a..0000000 --- a/docker-2.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b876e6909d8d2360e0540364c3a952a62847137f4674f2439320ede16d6db880 -size 155088 diff --git a/docker-2.6.1.tar.gz b/docker-2.6.1.tar.gz new file mode 100644 index 0000000..8e262f1 --- /dev/null +++ b/docker-2.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f417527b3cfd7ba1f5be5fb1d9a2500706b5968f66773131d81c18e19b7a325 +size 162745 diff --git a/python-docker.changes b/python-docker.changes index 7de48e3..35346aa 100644 --- a/python-docker.changes +++ b/python-docker.changes @@ -1,3 +1,49 @@ +------------------------------------------------------------------- +Thu Nov 9 05:40:37 UTC 2017 - arun@gmx.de + +- update to version 2.6.1: + * Bugfixes + + Fixed a bug on Python 3 installations preventing the use of the + attach and exec_run methods. + +- changes from version 2.6.0: + * Features + + Added support for mounts in APIClient.create_host_config and + DockerClient.containers.run + + Added support for consistency, tmpfs_size and tmpfs_mode when + creating mount objects. + + Mount objects now support the tmpfs and npipe types. + + Added support for extra_hosts in the build methods. + + Added support for the configs API: + o In APIClient: create_config, inspect_config, remove_config, + configs + o In DockerClient: configs.create, configs.get, configs.list + and the Config model. + o Added configs parameter to ContainerSpec. Each item in the + configs list must be a docker.types.ConfigReference instance. + + Added support for the following parameters when creating a + ContainerSpec object: groups, open_stdin, read_only, + stop_signal, helathcheck, hosts, ns_config, configs, privileges. + + Added the following configuration classes to docker.types: + ConfigReference, DNSConfig, Privileges, SwarmExternalCA. + + Added support for driver in APIClient.create_secret and + DockerClient.secrets.create. + + Added support for scope in APIClient.inspect_network and + APIClient.create_network, and their DockerClient equivalent. + + Added support for the following parameters to create_swarm_spec: + external_cas, labels, signing_ca_cert, signing_ca_key, + ca_force_rotate, autolock_managers, log_driver. These additions + also apply to DockerClient.swarm.init. + + Added support for insert_defaults in APIClient.inspect_service + and DockerClient.services.get. + * Bugfixes + + Fixed a bug where reading a 0-length frame in log streams would + incorrectly interrupt streaming. + + Fixed a bug where the id member on Swarm objects wasn't being + populated. + + Fixed a bug that would cause some data at the beginning of an + upgraded connection stream (attach, exec_run) to disappear. + ------------------------------------------------------------------- Wed Oct 4 15:49:03 UTC 2017 - arun@gmx.de diff --git a/python-docker.spec b/python-docker.spec index a7a3c8f..084415d 100644 --- a/python-docker.spec +++ b/python-docker.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-docker -Version: 2.5.1 +Version: 2.6.1 Release: 0 Summary: Docker API Client License: Apache-2.0