Skip to content

Commit 581430f

Browse files
Update v4.34 release notes with ECI-related known issues. (#20772)
* Update v4.34 release notes with ECI-related known issues. Signed-off-by: Cesar Talledo <[email protected]> * Apply suggestions from code review --------- Signed-off-by: Cesar Talledo <[email protected]> Co-authored-by: Allie Sadler <[email protected]>
1 parent 59d5329 commit 581430f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

content/desktop/release-notes.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ aliases:
1717

1818
This page contains information about the new features, improvements, known issues, and bug fixes in Docker Desktop releases. For frequently asked questions about Docker Desktop releases, see [FAQs](faqs/releases.md).
1919

20-
Docker Desktop versions older than 6 months from the latest release are not available for download.
20+
Docker Desktop versions older than 6 months from the latest release are not available for download.
2121

2222
Take a look at the [Docker Public Roadmap](https://github.com/docker/roadmap/projects/1) to see what's coming next.
2323

@@ -80,6 +80,8 @@ Take a look at the [Docker Public Roadmap](https://github.com/docker/roadmap/pro
8080
> [!NOTE]
8181
> Using `docker login` with an address that includes URL path segments is not a documented use case and is considered unsupported. The recommended usage is to specify only a registry hostname, and optionally a port, as the address for `docker login`.
8282
- When running `docker compose up` and Docker Desktop is in the Resource Saver mode, the command is unresponsive. As a workaround, manually exit the Resource Saving mode and Docker Compose becomes responsive again.
83+
- When [Enhanced Container Isolation (ECI)](/security/for-admins/hardened-desktop/enhanced-container-isolation/_index.md) is enabled, Docker Desktop may not enter Resource Saver mode. This will be fixed in a future Docker Desktop release.
84+
- The new [ECI Docker socket mount permissions for derived images](/security/for-admins/hardened-desktop/enhanced-container-isolation/config.md#docker-socket-mount-permissions-for-derived-images) feature does not yet work when Docker Desktop is configured with the **Use containerd for pulling and storing images**. This will be fixed in the next Docker Desktop release.
8385

8486
## 4.33.1
8587

@@ -176,7 +178,7 @@ For more information, see [microsoft/WSL#11794](https://github.com/microsoft/WSL
176178

177179
- Docker Engine and CLI updated to version 27.0.
178180
- Docker Desktop now supports moving data to a different drive on macOS and Windows with WSL2 backend. See [docker/for-win#13384](https://github.com/docker/for-win/issues/13384).
179-
- You can now [schedule backups for volume exports](use-desktop/volumes.md) in the **Volumes** tab (Beta).
181+
- You can now [schedule backups for volume exports](use-desktop/volumes.md) in the **Volumes** tab (Beta).
180182
- Access a terminal shell directly from Docker Desktop (Beta).
181183

182184
### Upgrades
@@ -190,7 +192,7 @@ For more information, see [microsoft/WSL#11794](https://github.com/microsoft/WSL
190192
### Bug fixes and enhancements
191193

192194
#### For all platforms
193-
195+
194196
- Improved instructions for `watch` in the Compose File Viewer
195197
- Added support for Golang projects that don't have dependencies in Docker Init. Addresses [docker/roadmap#611](https://github.com/docker/roadmap/issues/611)
196198
- [Settings Management](/security/for-admins/hardened-desktop/settings-management/index.md) now lets admins set the default value to `ProxyEnableKerberosNTLM`.
@@ -205,7 +207,7 @@ For more information, see [microsoft/WSL#11794](https://github.com/microsoft/WSL
205207
- Fixed missing build stats for named contexts.
206208
- Fixed image index/manifest not being displayed anymore in build results.
207209
- Fixed an issue where build traces exported from the UI would appear as a single, flattened list when imported to Jaeger
208-
- Fixed truncated digest/sha in build details.
210+
- Fixed truncated digest/sha in build details.
209211
- Fixed final status animation of active builds.
210212

211213
#### For Windows
@@ -256,7 +258,7 @@ For more information, see [microsoft/WSL#11794](https://github.com/microsoft/WSL
256258

257259
### New
258260

259-
- [Air-Gapped Containers](/security/for-admins/hardened-desktop/air-gapped-containers.md) is now generally available.
261+
- [Air-Gapped Containers](/security/for-admins/hardened-desktop/air-gapped-containers.md) is now generally available.
260262
- Docker Compose File Viewer shows your Compose YAML with syntax highlighting and contextual links to relevant docs (Beta, progressive rollout).
261263
- New Sidebar user experience.
262264

0 commit comments

Comments
 (0)