Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: moby/moby

v29.2.0-rc.1

17 Dec 17:51
docker-v29.2.0-rc.1
97a43d8

Choose a tag to compare

v29.2.0-rc.1 Pre-release
Pre-release

29.2.0-rc.1

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

New

Packaging updates

Rootless

  • Rootless: Consider $XDG_CONFIG_HOME/cdi and $XDG_RUNTIME_DIR/cdi when looking for CDI devices. moby/moby#51624

API

v29.1.3

12 Dec 15:56
docker-v29.1.3
fbf3ed2

Choose a tag to compare

29.1.3

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements

  • Add shell completion for docker stack deploy --compose-file. docker/cli#6690
  • containerd image store: Fix a bug causing docker build to ignore the explicitly set unpack image exporter option. moby/moby#51514
  • Fix docker image ls dangling image handling. docker/cli#6704
  • Fix a bug that could cause the Engine to leave containers with autoremove set in 'dead' state on shutdown, and never reclaim them. moby/moby#51693
  • Fix build on i386. moby/moby#51528
  • Fix explicit graphdriver configuration ("storage-driver") being treated as containerd snapshotter when prior graphdriver state exists. moby/moby#51516
  • Fix potential creation of orphaned overlay2 layers. moby/moby#51703

Networking

  • Allow creation of a container with a specific IP address when its networks were not configured with a specific subnet. moby/moby#51583
  • Don't crash when starting a container created via the API before upgrade to v29.1.2, with PublishAll and a nil PortBindings map. moby/moby#51691
  • Fix a bug preventing DNS resolution of containers attached to non swarm-scoped networks once the node has joined a Swarm cluster. moby/moby#51515
  • Fix an issue that caused daemon crash when using a remote network driver plugin. moby/moby#51558
  • Fix an issue that could lead to an "endpoint not found" error when creating a container with multiple network connections, when one of the networks is non-internal but does not have its own external IP connectivity. moby/moby#51538
  • Fix an issue that prevented rootless Docker from starting on a host with IPv6 disabled. moby/moby#51543
  • Return an error when a container is created with a port-mapping pointing to container port 0. moby/moby#51695

v29.1.2

02 Dec 22:36
docker-v29.1.2
de45c2a

Choose a tag to compare

29.1.2

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Security

Bug fixes and enhancements

  • containerd image store: Fix docker image inspect failing to return available image data in case where not all distributable blobs are available locally. moby/moby#51629
  • dockerd-rootless-setuptool.sh: fix nsenter: no namespace specified. moby/moby#51622
  • Fix docker system df showing N/A for shared size and unique size when using graph-drivers as storage. moby/moby#51631

Packaging updates

Networking

  • Fix a bug preventing port mappings in rootless mode when slirp4netns is used. moby/moby#51616
  • Prevent a crash when making an API request with HostConfig.PublishAllPorts set (-P), and no port bindings. moby/moby#51621

v29.1.1

28 Nov 13:08
docker-v29.1.1
9a84135

Choose a tag to compare

29.1.1

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Networking

  • Revert a PR breaking external DNS resolution on all custom bridge networks. moby/moby#51615

v29.1.0

27 Nov 17:35
docker-v29.1.0
710302e

Choose a tag to compare

29.1.0

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Packaging updates

Networking

  • Do not overwrite user-modified /etc/resolv.conf across container restarts. moby/moby#51507
  • fix --publish-all / -P for Windows containers. moby/moby#51586
  • Fix an issue that prevented container restart or network reconnection when gateway configuration failed during container stop or network disconnect. moby/moby#51592
  • Windows containers: don't display an IPv6-mapped IPv4 address in port mappings. For example, [::ffff:0.0.0.0]:8080->80/tcp instead of 0.0.0.0:8080->80/tcp. moby/moby#51587

client/v0.2.1

27 Nov 16:26
client/v0.2.1
b6f067c

Choose a tag to compare

No changes from v0.2.0, apart from a fix to the API Go module version.

client/v0.2.0

27 Nov 13:48
client/v0.2.0
15a6691

Choose a tag to compare

client/v0.2.0

Bug fixes and enhancements

  • add MinAPIVersion const, which contains the lowest API version supported by the client. moby/moby#51520
  • client.Ping: allow ForceNegotiate on clients configured with a manual version. moby/moby#51530
  • Make WithAPIVersion, WithAPIVersionFromEnv order-independent and validate well-formedness. moby/moby#51527

Networking

  • Enable API-version negotiation by default and deprecate WithAPIVersionNegotiation. moby/moby#51501

Deprecations

v29.0.4

24 Nov 22:27
docker-v29.0.4
4612690

Choose a tag to compare

29.0.4

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements

Networking

  • Allow creation of a container with a specific IP address when its networks were not configured with a specific subnet. moby/moby#51583

v29.0.3

24 Nov 11:45
docker-v29.0.3
1fa8a31

Choose a tag to compare

29.0.3

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements

  • docker version --format json: restore top-level BuildTime field to use RFC3339Nano format. docker/cli#6668
  • Fix docker image ls ignoring a custom imageFormat from docker.json. docker/cli#6667

Networking

  • Fix an issue that caused daemon crash when using a remote network driver plugin. moby/moby#51558

v29.0.2

17 Nov 16:56
docker-v29.0.2
e9ff10b

Choose a tag to compare

29.0.2

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Networking

  • Fix an issue that could lead to an "endpoint not found" error when creating a container with multiple network connections, when one of the networks is non-internal but does not have its own external IP connectivity. moby/moby#51538
  • Fix an issue that prevented rootless Docker from starting on a host with IPv6 disabled. moby/moby#51543