Prepare release notes for v2.0.0-alpha.0 #50651
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Generate notes below using
release-tool -g --skip-commits -n -t v2.0.0-alpha.0 ./releases/v2.0.0-alpha.toml
moby 2.0.0-alpha.0
Welcome to the v2.0.0-alpha.0 release of moby!
This is a pre-release of moby
The first release of the Moby Go module and v2 release. This represents a major
change to the code organization, completing the rename to
github.com/moby/moby
.While this completes the transition to Go modules for Moby, importers
who are using
github.com/docker/docker
should update to use thegithub.com/moby/moby/api
andgithub.com/moby/moby/client
modules rather thancontinuing to use the
github.com/docker/docker
import paths.Highlights
Changes affecting the Go SDK
HostCertsDir()
andSetCertsDir()
(#50373)Issues affecting buildkit
Rootless mode
api
authentication
cli
contrib
daemon
dependencies
distribution
docs
outputs
parameter (#50338)images
Containers
count (#50146)networking
networking/d/bridge
networking/d/overlay
networking/firewalld
networking/firewalling
networking/portmapping
packaging
swarm
Deprecations
mac-install-bundle.sh
andeditorconfig
(#50607)HostCertsDir()
andSetCertsDir()
(#50373)init()
, and leftovers for graphdriver-plugins (#50377)Please try out the release binaries and report any issues at
https://github.com/moby/moby/issues.
Contributors
Dependency Changes
Previous release can be found at v28.2.2