From 3975c8e5843dd62b50a8a4105587d4bbf66bed4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Wed, 26 Jun 2024 20:38:57 +0200 Subject: [PATCH] engine: 27.0.2 release notes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Gronowski --- content/engine/release-notes/27.0.md | 20 ++++++++++++++++++++ hugo.yaml | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/content/engine/release-notes/27.0.md b/content/engine/release-notes/27.0.md index 37c88b0e37..1e7c2466bb 100644 --- a/content/engine/release-notes/27.0.md +++ b/content/engine/release-notes/27.0.md @@ -21,6 +21,26 @@ 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.0.2 + +{{< release-date date="2024-06-27" >}} + +For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones: + +- [docker/cli, 27.0.2 milestone](https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A27.0.2) +- [moby/moby, 27.0.2 milestone](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A27.0.2) +- Deprecated and removed features, see [Deprecated Features](https://github.com/docker/cli/blob/v27.0.2/docs/deprecated.md). +- Changes to the Engine API, see [API version history](https://github.com/moby/moby/blob/v27.0.2/docs/api/version-history.md). + +### Bug fixes and enhancements + +- Fix a regression that caused port numbers to be ignored when parsing a Docker registry URL. [docker/cli#5197](https://github.com/docker/cli/pull/5197), [docker/cli#5198](https://github.com/docker/cli/pull/5198) + +### Removed + +- api/types: deprecate `ContainerJSONBase.Node` field and `ContainerNode` type. These definitions were used by the standalone ("classic") Swarm API, but never implemented in the Docker Engine itself. [moby/moby#48055](https://github.com/moby/moby/pull/48055) + + ## 27.0.1 {{< release-date date="2024-06-24" >}} diff --git a/hugo.yaml b/hugo.yaml index 05dad80f54..102638728d 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -97,7 +97,7 @@ params: docs_url: https://docs.docker.com latest_engine_api_version: "1.46" - docker_ce_version: "27.0.1" + docker_ce_version: "27.0.2" compose_version: "v2.28.1" compose_file_v3: "3.8" compose_file_v2: "2.4"