Skip to content

Conversation

shin-
Copy link
Contributor

@shin- shin- commented Nov 9, 2017

List of PRs / issues for this release

Bugfixes

  • Fixed a bug on Python 3 installations preventing the use of the attach and
    exec_run methods.

shin- and others added 30 commits June 27, 2017 12:28
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
split_port should not break when passed a non-string argument
Signed-off-by: Joffrey F <[email protected]>
Compose 1.14.0 hack - split_port fix
Container network functions checked 'image' as resource ID and not
'container'.  This caused a traceback when using container as named
argument.

Signed-off-by: Matthew Berry <[email protected]>
…untu tag that exists.

This oversight caused my machine to run out of disk space holding all the image diffs.

Signed-off-by: Brandon Jackson <[email protected]>
It looks like this was probably originally copypasta'ed from dns_search
and not edited afterward.

Signed-off-by: Erik Johnson <[email protected]>
The container class documentation did not automatically document the `Container.wait` method.

Signed-off-by: Andreas Backx <[email protected]>
Those calls return result that can be used by the developers.

Signed-off-by: Cecile Tonglet <[email protected]>
… also installs:

pyOpenSSL, cryptography, idna

and installs cryptography's version of openssl in Mac OS (which by default has an
ancient version of openssl that doesn't support TLS 1.2).

Signed-off-by: cyli <[email protected]>
all dependencies of dependencies as well so we can get a consistent build.

Signed-off-by: cyli <[email protected]>
…hen both are set. Continue raising an exception for api versions <1.25.

Signed-off-by: David Steines <[email protected]>
shin- and others added 21 commits October 24, 2017 18:59
Signed-off-by: Joffrey F <[email protected]>
The incorrect indentation causes improper formatting when the docs
are published.

Signed-off-by: Erik Johnson <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
- add "label" and "mode" to the list of available filter keys in the high-level service API
- add "label" and "mode" to the list of available filter keys in the low-level service API
- add integration tests

Signed-off-by: Alessandro Baldo <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
The use of buffering within httplib.HTTPResponse can cause data
to be lost. socket.makefile() is called without a bufsize, which
causes a buffer to be used when recieving data. The attach
methods do a HTTP upgrade to tcp before the raw socket is using
to stream data from the container. The problem is that if the
container starts stream data while httplib/http.client is reading
the response to the attach request part of the data ends will end
up in the buffer of fileobject created within the HTTPResponse
object. This data is lost as after the attach request data is
read directly from the raw socket.

Signed-off-by: Chris Harris <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Fix missing scope implementation in create_network

Signed-off-by: Joffrey F <[email protected]>
@shin- shin- added this to the 2.6.1 milestone Nov 9, 2017
@GordonTheTurtle
Copy link

Please sign your commits following these rules:
https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work
The easiest way to do this is to amend the last commit:

$ git clone -b "2.6.1-release" [email protected]:docker/docker-py.git somewhere
$ cd somewhere
$ git rebase -i HEAD~842354164496
editor opens
change each 'pick' to 'edit'
save the file and quit
$ git commit --amend -s --no-edit
$ git rebase --continue # and repeat the amend for each commit
$ git push -f

Amending updates the existing PR. You DO NOT need to open a new one.

@shin- shin- merged commit d400795 into release Nov 9, 2017
@shin- shin- deleted the 2.6.1-release branch January 26, 2018 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.