Add release notes for Engine 20.10.15

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2022-05-05 22:38:07 +02:00
parent 303b29c726
commit 413c02b35c
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
4 changed files with 26 additions and 3 deletions

View File

@ -22,8 +22,8 @@ To get started with Docker Engine on CentOS, make sure you
### OS requirements
To install Docker Engine, you need a maintained version of CentOS 7 or 8.
Archived versions aren't supported or tested.
To install Docker Engine, you need a maintained version of CentOS 7, CentOS 8 (stream),
or CentOS 9 (stream). Archived versions aren't supported or tested.
The `centos-extras` repository must be enabled. This repository is enabled by
default, but if you have disabled it, you need to

View File

@ -22,6 +22,7 @@ To install Docker Engine, you need the 64-bit version of one of these Fedora ver
- Fedora 34
- Fedora 35
- Fedora 36
### Uninstall old versions

View File

@ -35,8 +35,8 @@ To get started with Docker Engine on Ubuntu, make sure you
To install Docker Engine, you need the 64-bit version of one of these Ubuntu
versions:
- Ubuntu Jammy 22.04 (LTS)
- Ubuntu Impish 21.10
- Ubuntu Hirsute 21.04
- Ubuntu Focal 20.04 (LTS)
- Ubuntu Bionic 18.04 (LTS)

View File

@ -14,6 +14,7 @@ This document describes the latest changes, additions, known issues, and fixes
for Docker Engine.
> **Note:**
>
> The client and container runtime are now in separate packages from the daemon
> in Docker Engine 18.09. Users should install and update all three packages at
> the same time to get the latest patch releases. For example, on Ubuntu:
@ -22,6 +23,27 @@ for Docker Engine.
# Version 20.10
## 20.10.15
2022-05-05
This release of Docker Engine comes with updated versions of the `compose`,
`buildx`, `containerd`, and `runc` components, as well as some minor bugfixes.
### Daemon
- Use a RWMutex for stateCounter to prevent potential locking congestion [moby/moby#43426](https://github.com/moby/moby/pull/43426).
- Prevent an issue where the daemon was unable to find an available IP-range in
some conditions [moby/moby#43360](https://github.com/moby/moby/pull/43360)
### Packaging
- Update Docker Compose to [v2.5.0](https://github.com/docker/compose/releases/tag/v2.5.0).
- Update Docker Buildx to [v0.8.2](https://github.com/docker/buildx/releases/tag/v0.8.2).
- Update Go runtime to [1.17.9](https://go.dev/doc/devel/release#go1.17.minor).
- Update containerd (`containerd.io` package) to [v1.6.4](https://github.com/containerd/containerd/releases/tag/v1.6.3).
- Update runc version to [v1.1.1](https://github.com/opencontainers/runc/releases/tag/v1.1.1).
- Add packages for CentOS 9 stream and Fedora 36.
## 20.10.14
2022-03-23