Merge pull request #20302 from vvoland/rn-27.0.2

engine: 27.0.2 release notes
This commit is contained in:
Sebastiaan van Stijn 2024-06-27 08:57:31 +02:00 committed by GitHub
commit fce740fad0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 21 additions and 1 deletions

View File

@ -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" >}}

View File

@ -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"