From f5fcddfee42a149d65728a1d8951577d754b8761 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 23 Jul 2024 23:25:50 +0200 Subject: [PATCH] engine: update to v27.1.1 Signed-off-by: Sebastiaan van Stijn --- content/engine/api/_index.md | 14 +++++++------- content/engine/install/centos.md | 4 ++-- content/engine/install/debian.md | 4 ++-- content/engine/install/fedora.md | 4 ++-- content/engine/install/raspberry-pi-os.md | 4 ++-- content/engine/install/rhel.md | 4 ++-- content/engine/install/ubuntu.md | 4 ++-- content/engine/release-notes/27.1.md | 16 ++++++++++++++++ hugo.yaml | 2 +- 9 files changed, 36 insertions(+), 20 deletions(-) diff --git a/content/engine/api/_index.md b/content/engine/api/_index.md index 64959d5dd4..23c31ec1e8 100644 --- a/content/engine/api/_index.md +++ b/content/engine/api/_index.md @@ -73,22 +73,22 @@ To see the highest version of the API your Docker daemon and client support, use ```console $ docker version Client: Docker Engine - Community - Version: 27.1.0 + Version: 27.1.1 API version: 1.46 Go version: go1.21.12 Git commit: 6312585 - Built: Fri Jul 19 17:42:42 2024 - OS/Arch: linux/arm64 + Built: Tue Jul 23 19:57:14 2024 + OS/Arch: linux/amd64 Context: default Server: Docker Engine - Community Engine: - Version: 27.1.0 + Version: 27.1.1 API version: 1.46 (minimum version 1.24) Go version: go1.21.12 - Git commit: a21b1a2 - Built: Fri Jul 19 17:42:42 2024 - OS/Arch: linux/arm64 + Git commit: cc13f95 + Built: Tue Jul 23 19:57:14 2024 + OS/Arch: linux/amd64 Experimental: false ... ``` diff --git a/content/engine/install/centos.md b/content/engine/install/centos.md index af9b7feba5..357fbccadc 100644 --- a/content/engine/install/centos.md +++ b/content/engine/install/centos.md @@ -115,8 +115,8 @@ $ sudo yum-config-manager --add-repo {{% param "download-url-base" %}}/docker-ce ```console $ yum list docker-ce --showduplicates | sort -r + docker-ce.x86_64 3:27.1.1-1.el9 docker-ce-stable docker-ce.x86_64 3:27.1.0-1.el9 docker-ce-stable - docker-ce.x86_64 3:27.0.3-1.el9 docker-ce-stable <...> ``` @@ -125,7 +125,7 @@ $ sudo yum-config-manager --add-repo {{% param "download-url-base" %}}/docker-ce Install a specific version by its fully qualified package name, which is the package name (`docker-ce`) plus the version string (2nd column), - separated by a hyphen (`-`). For example, `docker-ce-3:27.1.0-1.el9`. + separated by a hyphen (`-`). For example, `docker-ce-3:27.1.1-1.el9`. Replace `` with the desired version and then run the following command to install: diff --git a/content/engine/install/debian.md b/content/engine/install/debian.md index 7cef12af66..f580935b2f 100644 --- a/content/engine/install/debian.md +++ b/content/engine/install/debian.md @@ -154,15 +154,15 @@ Docker from the repository. # List the available versions: $ apt-cache madison docker-ce | awk '{ print $3 }' + 5:27.1.1-1~debian.12~bookworm 5:27.1.0-1~debian.12~bookworm - 5:27.0.3-1~debian.12~bookworm ... ``` Select the desired version and install: ```console - $ VERSION_STRING=5:27.1.0-1~debian.12~bookworm + $ VERSION_STRING=5:27.1.1-1~debian.12~bookworm $ sudo apt-get install docker-ce=$VERSION_STRING docker-ce-cli=$VERSION_STRING containerd.io docker-buildx-plugin docker-compose-plugin ``` diff --git a/content/engine/install/fedora.md b/content/engine/install/fedora.md index 33e5cd7aba..a4472d72d1 100644 --- a/content/engine/install/fedora.md +++ b/content/engine/install/fedora.md @@ -112,8 +112,8 @@ $ sudo dnf config-manager --add-repo {{% param "download-url-base" %}}/docker-ce ```console $ dnf list docker-ce --showduplicates | sort -r + docker-ce.x86_64 3:27.1.1-1.fc40 docker-ce-stable docker-ce.x86_64 3:27.1.0-1.fc40 docker-ce-stable - docker-ce.x86_64 3:27.0.3-1.fc40 docker-ce-stable <...> ``` @@ -122,7 +122,7 @@ $ sudo dnf config-manager --add-repo {{% param "download-url-base" %}}/docker-ce Install a specific version by its fully qualified package name, which is the package name (`docker-ce`) plus the version string (2nd column), - separated by a hyphen (`-`). For example, `docker-ce-3:27.1.0-1.fc40`. + separated by a hyphen (`-`). For example, `docker-ce-3:27.1.1-1.fc40`. Replace `` with the desired version and then run the following command to install: diff --git a/content/engine/install/raspberry-pi-os.md b/content/engine/install/raspberry-pi-os.md index c478aa304c..4dfbc5c2f9 100644 --- a/content/engine/install/raspberry-pi-os.md +++ b/content/engine/install/raspberry-pi-os.md @@ -143,15 +143,15 @@ Docker from the repository. # List the available versions: $ apt-cache madison docker-ce | awk '{ print $3 }' + 5:27.1.1-1~raspbian.12~bookworm 5:27.1.0-1~raspbian.12~bookworm - 5:27.0.3-1~raspbian.12~bookworm ... ``` Select the desired version and install: ```console - $ VERSION_STRING=5:27.1.0-1~raspbian.12~bookworm + $ VERSION_STRING=5:27.1.1-1~raspbian.12~bookworm $ sudo apt-get install docker-ce=$VERSION_STRING docker-ce-cli=$VERSION_STRING containerd.io docker-buildx-plugin docker-compose-plugin ``` diff --git a/content/engine/install/rhel.md b/content/engine/install/rhel.md index 3373dce848..cad8626161 100644 --- a/content/engine/install/rhel.md +++ b/content/engine/install/rhel.md @@ -126,8 +126,8 @@ $ sudo yum-config-manager --add-repo {{% param "download-url-base" %}}/docker-ce ```console $ yum list docker-ce --showduplicates | sort -r + docker-ce.x86_64 3:27.1.1-1.el9 docker-ce-stable docker-ce.x86_64 3:27.1.0-1.el9 docker-ce-stable - docker-ce.x86_64 3:27.0.3-1.el9 docker-ce-stable <...> ``` @@ -136,7 +136,7 @@ $ sudo yum-config-manager --add-repo {{% param "download-url-base" %}}/docker-ce Install a specific version by its fully qualified package name, which is the package name (`docker-ce`) plus the version string (2nd column), - separated by a hyphen (`-`). For example, `docker-ce-3:27.1.0-1.el9`. + separated by a hyphen (`-`). For example, `docker-ce-3:27.1.1-1.el9`. Replace `` with the desired version and then run the following command to install: diff --git a/content/engine/install/ubuntu.md b/content/engine/install/ubuntu.md index 0472ac0e75..3152a1120c 100644 --- a/content/engine/install/ubuntu.md +++ b/content/engine/install/ubuntu.md @@ -157,15 +157,15 @@ Docker from the repository. # List the available versions: $ apt-cache madison docker-ce | awk '{ print $3 }' + 5:27.1.1-1~ubuntu.24.04~noble 5:27.1.0-1~ubuntu.24.04~noble - 5:27.0.3-1~ubuntu.24.04~noble ... ``` Select the desired version and install: ```console - $ VERSION_STRING=5:27.1.0-1~ubuntu.24.04~noble + $ VERSION_STRING=5:27.1.1-1~ubuntu.24.04~noble $ sudo apt-get install docker-ce=$VERSION_STRING docker-ce-cli=$VERSION_STRING containerd.io docker-buildx-plugin docker-compose-plugin ``` diff --git a/content/engine/release-notes/27.1.md b/content/engine/release-notes/27.1.md index 20b8a2a292..f23d538a37 100644 --- a/content/engine/release-notes/27.1.md +++ b/content/engine/release-notes/27.1.md @@ -21,6 +21,22 @@ For more information about: - Deprecated and removed features, see [Deprecated Engine Features](../deprecated.md). - Changes to the Engine API, see [Engine API version history](../api/version-history.md). +## 27.1.1 + +{{< release-date date="2024-07-23" >}} + +### Security + +This release contains a fix for [CVE-2024-41110](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-41110) / [GHSA-v23v-6jw2-98fq](https://github.com/moby/moby/security/advisories/GHSA-v23v-6jw2-98fq) +that impacted setups using [authorization plugins (AuthZ)](https://docs.docker.com/engine/extend/plugins_authorization/) +for access control. No other changes are included in this release, and this +release is otherwise identical for users not using AuthZ plugins. + +### Packaging updates + +- Update Compose to [v2.29.0](https://github.com/docker/compose/releases/tag/v2.29.0). [moby/docker-ce-packaging#1038](https://github.com/docker/docker-ce-packaging/pull/1038) + + ## 27.1.0 {{< release-date date="2024-07-22" >}} diff --git a/hugo.yaml b/hugo.yaml index 48d98851c7..f5e6e569a7 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -98,7 +98,7 @@ params: docs_url: https://docs.docker.com latest_engine_api_version: "1.46" - docker_ce_version: "27.1.0" + docker_ce_version: "27.1.1" compose_version: "v2.29.0" compose_file_v3: "3.8" compose_file_v2: "2.4"