Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
Paweł Gronowski 2024-06-26 20:38:57 +02:00
Родитель 70dda438e9
Коммит 3975c8e584
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B85EFCFE26DEF92A
2 изменённых файлов: 21 добавлений и 1 удалений

Просмотреть файл

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

Просмотреть файл

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