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

18.09.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@GordonTheTurtle GordonTheTurtle released this 01 Nov 18:22
· 1100 commits to 18.09 since this 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.09.0 (2018-MM-DD)

Deprecation

API

Builder

  • BuildKit: Change --console=[auto,false,true] to --progress=[auto,plain,tty] docker/cli#1276
  • BuildKit: Set BuildKit's ExportedProduct variable to show useful errors in the future. moby/moby#37439

Client

  • Add docker engine subcommand to manage the lifecycle of a Docker Engine running as a privileged container on top of containerd, and to allow upgrades to Docker Engine Enterprise docker/cli#1260
  • Expose product license in docker info output docker/cli#1313
  • Show warnings produced by daemon in docker info output docker/cli#1225

Daemon

Experimental

Logging

Networking

  • Handle systemd-resolved case by providing appropriate resolv.conf to networking layer moby/moby#37485

Runtime

Security

Storage drivers

Swarm Mode

  • Block task starting until node attachments are ready moby/moby#37604
  • Propagate the provided external CA certificate to the external CA object in swarm. docker/cli#1178

Packaging