Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions content/manuals/desktop/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
### New

- Existing Docker Desktop installations using the WSL2 engine on Windows are now automatically migrated to a unified single-distribution architecture for enhanced consistency and performance.
- Enhance Container Isolation (ECI) has been improved to support images with wildcard tags
- Enhance Container Isolation (ECI) has been improved to support images with wildcard tags.
- Administrators can now:
- Allow any container to mount the Docker socket with ECI
- Enforce sign-in with macOS configuration profiles (Early Access)
- Enforce sign-in for more than one organization at a time (Early Access)
- Deploy Docker Desktop for Mac in bulk with the PKG installer (Early Access)
- Use Desktop Settings Management to manage and enforce defaults via admin.docker.com (Early Access)
- Allow any container to mount the Docker socket with ECI.

Check warning on line 37 in content/manuals/desktop/release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Docker.RecommendedWords] Consider using 'let' instead of 'Allow' Raw Output: {"message": "[Docker.RecommendedWords] Consider using 'let' instead of 'Allow'", "location": {"path": "content/manuals/desktop/release-notes.md", "range": {"start": {"line": 37, "column": 5}}}, "severity": "INFO"}
- Enforce sign-in with macOS [configuration profiles](/manuals/security/for-admins/enforce-sign-in/methods.md#configuration-profiles-method-mac-only) (Early Access).
- Enforce sign-in for more than one organization at a time (Early Access).
- Deploy Docker Desktop for Mac in bulk with the [PKG installer](/manuals/desktop/setup/install/enterprise-deployment/pkg-install-and-configure.md) (Early Access).
- Use Desktop Settings Management to manage and enforce defaults via admin.docker.com (Early Access).

Check warning on line 41 in content/manuals/desktop/release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Docker.RecommendedWords] Consider using 'administrator' instead of 'admin' Raw Output: {"message": "[Docker.RecommendedWords] Consider using 'administrator' instead of 'admin'", "location": {"path": "content/manuals/desktop/release-notes.md", "range": {"start": {"line": 41, "column": 72}}}, "severity": "INFO"}

Check failure on line 41 in content/manuals/desktop/release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Docker.Capitalization] Please capitalize Docker. Raw Output: {"message": "[Docker.Capitalization] Please capitalize Docker.", "location": {"path": "content/manuals/desktop/release-notes.md", "range": {"start": {"line": 41, "column": 77}}}, "severity": "ERROR"}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI: Docs aren't strictly out for this yet, but release is expected imminently. Will be updating in the next couple of days


### Upgrades

Expand Down