mirror of https://github.com/docker/docs.git
engine: add release-notes for v23.0.6
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
093094deca
commit
0f44ce6100
|
@ -41,6 +41,27 @@ 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.6
|
||||
|
||||
{% include release-date.html date="2023-05-08" %}
|
||||
|
||||
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
|
||||
|
||||
- [docker/cli, 23.0.6 milestone](https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A23.0.6)
|
||||
- [moby/moby, 23.0.6 milestone](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A23.0.6)
|
||||
|
||||
### Bug fixes and enhancements
|
||||
|
||||
- Fix vfs storage driver not working on NFS. [moby/moby#45465](https://github.com/moby/moby/pull/45465)
|
||||
|
||||
### Packaging Updates
|
||||
|
||||
- Upgrade Go to `1.19.9`. [docker/docker-ce-packaging#889](https://github.com/docker/docker-ce-packaging/pull/889),
|
||||
[docker/cli#4254](https://github.com/docker/cli/pull/4254), [moby/moby#45455](https://github.com/moby/moby/pull/45455)
|
||||
- Upgrade `containerd` to [v1.6.21](https://github.com/containerd/containerd/releases/tag/v1.6.21)
|
||||
- Upgrade `runc` to [v1.1.7](https://github.com/opencontainers/runc/releases/tag/v1.1.7)
|
||||
|
||||
|
||||
## 23.0.5
|
||||
|
||||
{% include release-date.html date="2023-04-26" %}
|
||||
|
|
Loading…
Reference in New Issue