mirror of https://github.com/docker/docs.git
Update DD 4.34 release notes (#20754)
Added missing note for a fix in 4.34.
This commit is contained in:
parent
27bf82611e
commit
ebbc245ebe
|
@ -63,13 +63,14 @@ Take a look at the [Docker Public Roadmap](https://github.com/docker/roadmap/pro
|
|||
- Fixed a bug where a `Partial repair error` would occasionally appear when triggering the Configuration integrity check feature.
|
||||
- Configuration integrity check feature now shows information on why the Docker socket is mis-configured.
|
||||
- Fixed an issue where the Configuration integrity check feature would report the system path instead of the user path if Docker Desktop is installed as `User`.
|
||||
- Fixed a bug where applications trying to read extended attributes from bind mounted volumes could experience failures. Fixes [docker/for-mac#7377](https://github.com/docker/for-mac/issues/7377).
|
||||
|
||||
#### For Windows
|
||||
|
||||
- Fixed a bug where Docker Desktop would reset docker's `credsStore` to `desktop` when the user's intention is to keep it empty. Fixes [docker/for-win#9843](https://github.com/docker/for-win/issues/9843).
|
||||
- Fixed a bug that would cause Docker Desktop to not start in the WSL2 engine [docker/for-win#14034](https://github.com/docker/for-win/issues/14034).
|
||||
- Fixed a bug that caused WSL distro to terminate abruptly. Fixes [for-win/14230](https://github.com/docker/for-win/issues/14230).
|
||||
- Fixed an issue that caused WSL to update in each startup. Fixes [for-win/13868](https://github.com/docker/for-win/issues/13868), [for-win/13806](https://github.com/docker/for-win/issues/13806).
|
||||
- Fixed a bug that caused WSL distro to terminate abruptly. Fixes [docker/for-win/14230](https://github.com/docker/for-win/issues/14230).
|
||||
- Fixed an issue that caused WSL to update in each startup. Fixes [docker/for-win/13868](https://github.com/docker/for-win/issues/13868), [docker/for-win/13806](https://github.com/docker/for-win/issues/13806).
|
||||
|
||||
### Known issues
|
||||
|
||||
|
|
Loading…
Reference in New Issue