Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Releases: docker-archive/docker-ce

18.06.0-ce-rc1

28 Jun 13:49
20580f1
Compare
Choose a tag to compare
18.06.0-ce-rc1 Pre-release
Pre-release

Changelog

For more information on the list of deprecated flags and APIs, have a look at
https://docs.docker.com/engine/deprecated/ where you can find the target removal dates

18.06.0-ce (2018-07-DD)

Important notes about this release

  • TODO: Notice here for release cycle change

Builder

  • Fix handling uppercase targets names in multi-stage builds. moby/moby#36960

Client

  • Fix always listing nodes in docker stack ps command on Kubernetes. docker/cli#1093
  • Fix output being shown twice on stack rm error message. docker/cli#1093
  • Extend client API with custom HTTP requests. moby/moby#37071
  • Changed error message for unreadable files to clarify possibility of a .Dockerignore entry. docker/cli#1053
  • Restrict kubernetes.allNamespaces value to 'enabled' or 'disabled' in configuration file. docker/cli#1087
  • Check errors when initializing the docker client in the help command. docker/cli#1119
  • Better namespace experience with Kubernetes. Fix using namespace defined in ~/.kube/config for stack commands. Add a NAMESPACE column for docker stack ls command. Add a --all-namespaces flag for docker stack ls command. docker/cli#991
  • Export Push and Save. docker/cli#1123
  • Export pull as a public function. docker/cli#1026
  • Remove Kubernetes commands from experimental. docker/cli#1068
  • Adding configs/secrets to service inspect pretty. docker/cli#1006
  • Manifest list: request specific permissions. docker/cli#1024
  • Setting --orchestrator=all also sets --all-namespaces unless specific --namespace are set. docker/cli#1059
  • Fix panics when --compress and --stream are used together. docker/cli#1105
  • Add --init option to docker service create. docker/cli#479
  • Fixed bug displaying garbage output for build command when --stream and --quiet flags combined. docker/cli#1090
  • Add init support in 3.7 schema. docker/cli#1129
  • Allow x-* extension on 3rd level objects. docker/cli#1097
  • An invalid orchestrator now generates an error instead of being silently ignored. docker/cli#1055
  • Added ORCHESTRATOR column to docker stack ls command. docker/cli#973
  • Warn when using host-ip for published ports for services. docker/cli#1017
  • Added the option to enable experimental cli features through the DOCKER_CLI_EXPERIMENTAL environment variable. docker/cli#1138
  • Add exec_die to the list of known container events. docker/cli#1028
  • [K8s] Do env-variable expansion on the uninterpreted Config files. docker/cli#974
  • Print warnings on stderr for each unsupported features while parsing a compose file for deployment on Kubernetes. docker/cli#903
  • Added description about pids count. docker/cli#1045
  • Update Attach, Build, Commit, Cp, Create subcommand fish completions. docker/cli#1005

Deprecation

Logging

  • Allow awslogs to use non-blocking mode. moby/moby#36522
  • Improve logging of long log lines on fluentd log driver.. moby/moby#36159
  • Re-order CHANGELOG.md to pass make validate test. moby/moby#37047
  • Update Events, Exec, Export, History, Images, Import, Inspect, Load, and Login subcommand fish completions. docker/cli#1061
  • Update documentation for RingLogger's ring buffer. moby/moby#37084

Networking

Runtime

  • Aufs: log why aufs is not supported. moby/moby#36995
  • Hide experimental checkpoint features on Windows. docker/cli#1094
  • Lcow: Allow the client to customize capabilities and device cgroup rules for LCOW containers. moby/moby#37294
  • Changed path given for executable output in windows to actual location of executable output. moby/moby#37295
  • Add windows recycle bin test and update hcsshim to v0.6.11. moby/moby#36994
Read more

18.05.0-ce

10 May 00:16
f150324
Compare
Choose a tag to compare

Changelog

For more information on the list of deprecated flags and APIs, have a look at
https://docs.docker.com/engine/deprecated/ where you can find the target removal dates

18.05.0-ce (2018-05-09)

Builder

  • Adding netbsd compatibility to the package pkg/term. moby/moby#36887
  • Standardizes output path for artifacts of intermediate builds to /build/. moby/moby#36858

Client

  • Fix docker stack deploy reference flag. docker/cli#981
  • Fix docker stack deploy re-deploying services after the service was updated with --force. docker/cli#963
  • Add bash completion for secret|config create --template-driver. docker/cli#1004
  • Add fish completions for docker trust subcommand. docker/cli#984

Logging

Networking

  • Import libnetwork fix for rolling updates. moby/moby#36638
  • Update libnetwork to improve scalabiltiy of bridge network isolation rules. moby/moby#36774

Runtime

Swarm Mode

18.03.1-ce

26 Apr 11:22
9ee9f40
Compare
Choose a tag to compare

Changelog

For more information on the list of deprecated flags and APIs please have a look at
https://docs.docker.com/engine/deprecated/ where you can find the target removal dates

18.03.1-ce (2018-04-26)

Client

  • Fix docker stack deploy re-deploying services after the service was updated with --force docker/cli#963
  • Fix docker version output alignment docker/cli#965

Runtime

Swarm Mode

Networking

18.03.0-ce (2018-03-21)

Builder

  • Fixes files leaking to other images in a multi-stage build moby/moby#36338

Client

  • docker build now runs faster when registry-specific credential helper(s) are configured docker/cli#840
  • Update event filter zsh completion with disable, enable, install and remove docker/cli#372
  • Produce errors when empty ids are passed into inspect calls moby/moby#36144
  • Marshall version for the k8s controller docker/cli#891
  • Set a non-zero timeout for HTTP client communication with plugin backend docker/cli#883

Logging

Networking

  • Verify NetworkingConfig to make sure EndpointSettings is not nil moby/moby#36077

Runtime

  • Fix issue of ExitCode and PID not show up in Task.Status.ContainerStatus moby/moby#36150
  • Fix issue with plugin scanner going too deep moby/moby#36119
  • Fixed error detection using IsErrNotFound and IsErrNotImplemented for ContainerStatPath, CopyFromContainer, and CopyToContainer methods [moby/moby#35979](...
Read more

18.05.0-ce-rc1

26 Apr 09:33
33f00ce
Compare
Choose a tag to compare
18.05.0-ce-rc1 Pre-release
Pre-release

Changelog

For more information on the list of deprecated flags and APIs, have a look at
https://docs.docker.com/engine/deprecated/ where you can find the target removal dates

18.05.0-ce (2018-05-DD)

Builder

  • Adding netbsd compatibility to the package pkg/term. moby/moby#36887
  • Standardizes output path for artifacts of intermediate builds to /build/. moby/moby#36858

Client

  • Fix docker stack deploy reference flag. docker/cli#981
  • Fix docker stack deploy re-deploying services after the service was updated with --force. docker/cli#963
  • Add bash completion for secret|config create --template-driver. docker/cli#1004
  • Add fish completions for docker trust subcommand. docker/cli#984

Logging

Networking

  • Import libnetwork fix for rolling updates. moby/moby#36638
  • Update libnetwork to improve scalabiltiy of bridge network isolation rules. moby/moby#36774

Runtime

Swarm Mode

18.03.1-ce-rc2

19 Apr 19:59
fcdc984
Compare
Choose a tag to compare
18.03.1-ce-rc2 Pre-release
Pre-release

Changelog

For more information on the list of deprecated flags and APIs please have a look at
https://docs.docker.com/engine/deprecated/ where you can find the target removal dates

18.03.1-ce (2018-04-DD)

Client

  • Fix docker stack deploy re-deploying services after the service was updated with --force docker/cli#963
  • Fix docker version output alignment docker/cli#965

Runtime

Swarm Mode

Networking

18.03.0-ce (2018-03-21)

Builder

  • Fixes files leaking to other images in a multi-stage build moby/moby#36338

Client

  • docker build now runs faster when registry-specific credential helper(s) are configured docker/cli#840
  • Update event filter zsh completion with disable, enable, install and remove docker/cli#372
  • Produce errors when empty ids are passed into inspect calls moby/moby#36144
  • Marshall version for the k8s controller docker/cli#891
  • Set a non-zero timeout for HTTP client communication with plugin backend docker/cli#883

Logging

Networking

  • Verify NetworkingConfig to make sure EndpointSettings is not nil moby/moby#36077

Runtime

  • Fix issue of ExitCode and PID not show up in Task.Status.ContainerStatus moby/moby#36150
  • Fix issue with plugin scanner going too deep moby/moby#36119
  • Fixed error detection using IsErrNotFound and IsErrNotImplemented for ContainerStatPath, CopyFromContainer, and CopyToContainer methods [moby/moby#35979](...
Read more

18.03.1-ce-rc1

12 Apr 10:01
dc75023
Compare
Choose a tag to compare
18.03.1-ce-rc1 Pre-release
Pre-release

Changelog

For more information on the list of deprecated flags and APIs please have a look at
https://docs.docker.com/engine/deprecated/ where you can find the target removal dates

18.03.1-ce (2018-04-DD)

Runtime

18.03.0-ce (2018-03-21)

Builder

  • Fixes files leaking to other images in a multi-stage build moby/moby#36338

Client

  • docker build now runs faster when registry-specific credential helper(s) are configured docker/cli#840
  • Update event filter zsh completion with disable, enable, install and remove docker/cli#372
  • Produce errors when empty ids are passed into inspect calls moby/moby#36144
  • Marshall version for the k8s controller docker/cli#891
  • Set a non-zero timeout for HTTP client communication with plugin backend docker/cli#883

Logging

Networking

  • Verify NetworkingConfig to make sure EndpointSettings is not nil moby/moby#36077

Runtime

  • Fix issue of ExitCode and PID not show up in Task.Status.ContainerStatus moby/moby#36150
  • Fix issue with plugin scanner going too deep moby/moby#36119
  • Fixed error detection using IsErrNotFound and IsErrNotImplemented for ContainerStatPath, CopyFromContainer, and CopyToContainer methods moby/moby#35979
Read more

18.04.0-ce

10 Apr 21:49
3d479c0
Compare
Choose a tag to compare

Changelog

For more information on the list of deprecated flags and APIs, have a look at
https://docs.docker.com/engine/deprecated/ where you can find the target removal dates

18.04.0-ce (2018-04-10)

Builder

Client

  • Print Stack API and Kubernetes versions in version command. docker/cli#898
  • Use HasAvailableFlags instead of HasFlags for Options in help. docker/cli#959

Logging

  • Silent login: use credentials from cred store to login. docker/cli#139

Networking

Runtime

  • Fix stats collector spinning CPU if no stats are collected. moby/moby#36609
  • Fix(distribution): digest cache should not be moved if it was an auth. moby/moby#36509
  • Make sure plugin container is removed on failure. moby/moby#36715

Swarm Mode

18.04.0-ce-rc2

05 Apr 09:16
f4926a2
Compare
Choose a tag to compare
18.04.0-ce-rc2 Pre-release
Pre-release

Changelog

For more information on the list of deprecated flags and APIs, have a look at
https://docs.docker.com/engine/deprecated/ where you can find the target removal dates

18.04.0-ce (2018-04-DD)

Builder

Client

  • Print Stack API and Kubernetes versions in version command. docker/cli#898
  • Use HasAvailableFlags instead of HasFlags for Options in help. docker/cli#959

Logging

Networking

Runtime

  • Fix stats collector spinning CPU if no stats are collected. moby/moby#36609
  • Fix(distribution): digest cache should not be moved if it was an auth. moby/moby#36509
  • Make sure plugin container is removed on failure. moby/moby#36715

Swarm Mode

18.04.0-ce-rc1

29 Mar 03:48
0c7f7c6
Compare
Choose a tag to compare
18.04.0-ce-rc1 Pre-release
Pre-release

Changelog

For more information on the list of deprecated flags and APIs, have a look at
https://docs.docker.com/engine/deprecated/ where you can find the target removal dates

18.04.0-ce (2018-04-DD)

Builder

Client

  • Print Stack API and Kubernetes versions in version command. docker/cli#898
  • Use HasAvailableFlags instead of HasFlags for Options in help. docker/cli#959

Logging

Networking

Runtime

  • Fix stats collector spinning CPU if no stats are collected. moby/moby#36609
  • Fix(distribution): digest cache should not be moved if it was an auth. moby/moby#36509

Swarm Mode

  • Fixes for synchronizing the dispatcher shutdown with in-progress rpcs. moby/moby#36371
  • Increase raft ElectionTick to 10xHeartbeatTick. moby/moby#36672

18.03.0-ce

22 Mar 06:58
0520e24
Compare
Choose a tag to compare

Changelog

For more information on the list of deprecated flags and APIs please have a look at
https://docs.docker.com/engine/deprecated/ where you can find the target removal dates

18.03.0-ce (2018-03-21)

Builder

  • Fixes files leaking to other images in a multi-stage build moby/moby#36338

Client

  • docker build now runs faster when registry-specific credential helper(s) are configured docker/cli#840
  • Update event filter zsh completion with disable, enable, install and remove docker/cli#372
  • Produce errors when empty ids are passed into inspect calls moby/moby#36144
  • Marshall version for the k8s controller docker/cli#891
  • Set a non-zero timeout for HTTP client communication with plugin backend docker/cli#883

Logging

Networking

  • Verify NetworkingConfig to make sure EndpointSettings is not nil moby/moby#36077

Runtime

  • Fix issue of ExitCode and PID not show up in Task.Status.ContainerStatus moby/moby#36150
  • Fix issue with plugin scanner going too deep moby/moby#36119
  • Fixed error detection using IsErrNotFound and IsErrNotImplemented for ContainerStatPath, CopyFromContainer, and CopyToContainer methods moby/moby#35979
Read more