Skip to content

3.1.1 release#1943

Merged
shin- merged 12 commits into
releasefrom
3.1.1-release
Mar 5, 2018
Merged

3.1.1 release#1943
shin- merged 12 commits into
releasefrom
3.1.1-release

Conversation

@shin-

@shin- shin- commented Mar 5, 2018

Copy link
Copy Markdown
Contributor

List of PRs / issues for this release

Bugfixes

  • Fixed a bug that caused costly DNS lookups on Mac OSX when connecting to the
    engine through UNIX socket
  • Fixed a bug that caused .dockerignore comments to be read as exclusion
    patterns

shin- and others added 12 commits February 22, 2018 14:59
Signed-off-by: Joffrey F <joffrey@docker.com>
This fix tries to clean up the containers during the tests
so that no pre-existing volumes left in docker integration tests.

This fix adds `-v` when removing containers, and makes sure
containers launched in non-daemon mode are removed.

This fix is realted to moby PR 36292

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Cleanup containers during the tests
Signed-off-by: mefyl <quentin.hocquet@docker.com>
Signed-off-by: Matthieu Nottale <matthieu.nottale@docker.com>
Add test for "/.." patterns in .dockerignore.
…slowdown

Workaround requests resolving our unix socket URL on macosx.
This fixed the bug that test comment line in .dockerignore file as ignore rule
bug.

Add test for "# comment" patterns in .dockerignore.

Signed-off-by: Wanzhi Du <wanzhi09@gmail.com>
Signed-off-by: Wanzhi Du <wanzhi09@gmail.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
@shin- shin- added this to the 3.1.1 milestone Mar 5, 2018
@GordonTheTurtle

Copy link
Copy Markdown

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 "3.1.1-release" git@github.com:docker/docker-py.git somewhere
$ cd somewhere
$ git rebase -i HEAD~842354469424
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants