mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
Merge pull request #17127 from thaJeztah/engine_23.0.4
engine: add release-notes for v23.0.4
This commit is contained in:
@@ -41,6 +41,33 @@ Changing the version format is a stepping-stone towards Go module compatibility,
|
||||
but the repository doesn't yet use Go modules, and still requires using a "+incompatible" version.
|
||||
Work continues towards Go module compatibility in a future release.
|
||||
|
||||
## 23.0.4
|
||||
|
||||
{% include release-date.html date="2023-04-17" %}
|
||||
|
||||
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
|
||||
|
||||
- [docker/cli, 23.0.4 milestone](https://github.com/docker/cli/milestone/77?closed=1)
|
||||
- [moby/moby, 23.0.4 milestone](https://github.com/moby/moby/milestone/117?closed=1)
|
||||
|
||||
### Bug fixes and enhancements
|
||||
|
||||
- Fix a performance regression in Docker CLI 23.0.0 [docker/cli#4141](https://github.com/docker/cli/pull/4141).
|
||||
- Fix progress indicator on `docker cp` not functioning as intended [docker/cli#4157](https://github.com/docker/cli/pull/4157).
|
||||
- Fix shell completion for `docker compose --file` [docker/cli#4177](https://github.com/docker/cli/pull/4177).
|
||||
- Fix an error caused by incorrect handling of "default-address-pools" in `daemon.json` [moby/moby#45246](https://github.com/moby/moby/pull/45246).
|
||||
|
||||
### Packaging Updates
|
||||
|
||||
- Fix missing packages for CentOS 9 Stream.
|
||||
- Upgrade Go to `1.19.8`. [docker/docker-ce-packaging#878](https://github.com/docker/docker-ce-packaging/pull/878),
|
||||
[docker/cli#4164](https://github.com/docker/cli/pull/4164), [moby/moby#45277](https://github.com/moby/moby/pull/45277),
|
||||
which contains fixes for [CVE-2023-24537](https://github.com/advisories/GHSA-fp86-2355-v99r),
|
||||
[CVE-2023-24538](https://github.com/advisories/GHSA-v4m2-x4rp-hv22),
|
||||
[CVE-2023-24534](https://github.com/advisories/GHSA-8v5j-pwr7-w5f8),
|
||||
and [CVE-2023-24536](https://github.com/advisories/GHSA-9f7g-gqwh-jpf5)
|
||||
|
||||
|
||||
## 23.0.3
|
||||
|
||||
{% include release-date.html date="2023-04-04" %}
|
||||
|
||||
Reference in New Issue
Block a user