From 413c02b35cb24d5362f95b857cbfacb3b50af826 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 5 May 2022 22:38:07 +0200 Subject: [PATCH] Add release notes for Engine 20.10.15 Signed-off-by: Sebastiaan van Stijn --- engine/install/centos.md | 4 ++-- engine/install/fedora.md | 1 + engine/install/ubuntu.md | 2 +- engine/release-notes/index.md | 22 ++++++++++++++++++++++ 4 files changed, 26 insertions(+), 3 deletions(-) diff --git a/engine/install/centos.md b/engine/install/centos.md index 1e6453ec22..be8c962ab3 100644 --- a/engine/install/centos.md +++ b/engine/install/centos.md @@ -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 diff --git a/engine/install/fedora.md b/engine/install/fedora.md index 5127f768a3..d37ca1a863 100644 --- a/engine/install/fedora.md +++ b/engine/install/fedora.md @@ -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 diff --git a/engine/install/ubuntu.md b/engine/install/ubuntu.md index 20d6ea47ad..df15eb6a3d 100644 --- a/engine/install/ubuntu.md +++ b/engine/install/ubuntu.md @@ -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) diff --git a/engine/release-notes/index.md b/engine/release-notes/index.md index e2be29d763..1dc7f9b2c1 100644 --- a/engine/release-notes/index.md +++ b/engine/release-notes/index.md @@ -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