Skip to content

Conversation

@shin-
Copy link
Contributor

@shin- shin- commented Aug 10, 2018

List of PRs / issues for this release

Deprecation warning

  • Support for Python 3.3 will be dropped in the 4.0.0 release

Features

  • Updated dependencies to ensure support for Python 3.7 environments
  • Added support for the uts_mode parameter in HostConfig
  • The UpdateConfig constructor now allows rollback as a valid
    value for failure_action
  • Added support for rollback_config in APIClient.create_service,
    APIClient.update_service, DockerClient.services.create and
    Service.update.

Bugfixes

  • Credential helpers are now properly leveraged by the build method
  • Fixed a bug that caused placement preferences to be ignored when provided
    to DockerClient.services.create
  • Fixed a bug that caused a user value of 0 to be ignored in
    APIClient.create_container and DockerClient.containers.create

@shin- shin- added this to the 3.5.0 milestone Aug 10, 2018
mtszb and others added 11 commits August 9, 2018 17:11
This parameter allows to set the UTS namespace of the container, as in
the `--uts=X` Docker CLI parameter:
<https://docs.docker.com/engine/reference/run/#uts-settings---uts>
The only allowed value, if set, is "host".

Signed-off-by: Marco Trillo <[email protected]>
Signed-off-by: Diego Alvarez <[email protected]>
this allows creating a service with placement preferences when
calling services.create().  only constraints were being honored
before.

related to #1615

Signed-off-by: Aron Parsons <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
@docker docker deleted a comment from GordonTheTurtle Aug 10, 2018
@shin- shin- merged commit e0495a9 into release Aug 10, 2018
@shin- shin- deleted the 3.5.0-release branch November 30, 2018 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants