Skip to content

Commit

Permalink
more reviews
Browse files Browse the repository at this point in the history
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
  • Loading branch information
lorenrh committed Sep 24, 2024
1 parent 0ae0a01 commit 3c2b99c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions content/manuals/desktop/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec
- Enables users to import and export a subset of multi-platform images.
- Support multi-platform images via enabling users to pick a specific platform in `docker history`.
- Beta release of Docker VMM - the faster alternative to Apple's Virtualization Framework on MacOS (requires Apple Silicon and macOS 12.5 or later).

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

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Docker.Acronyms] ' VMM' has no definition. Raw Output: {"message": "[Docker.Acronyms] ' VMM' has no definition.", "location": {"path": "content/manuals/desktop/release-notes.md", "range": {"start": {"line": 42, "column": 25}}}, "severity": "WARNING"}

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

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'macOS' instead of 'MacOS'. Raw Output: {"message": "[Vale.Terms] Use 'macOS' instead of 'MacOS'.", "location": {"path": "content/manuals/desktop/release-notes.md", "range": {"start": {"line": 42, "column": 94}}}, "severity": "ERROR"}
- Configure CLI completion scripts on Mac
- Configure CLI completion scripts on Mac.

### Upgrades

Expand All @@ -59,8 +59,7 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec
- Fixed a bug where proxy settings in `daemon.json` would override proxies set in Docker Desktop settings.
- Fixed a bug where some Docker subnet ranges were not able to be used.
- Added Docker VMM, a new powerful backend for creating and managing Docker Desktop Linux VM.

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

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Docker.Acronyms] ' VMM' has no definition. Raw Output: {"message": "[Docker.Acronyms] ' VMM' has no definition.", "location": {"path": "content/manuals/desktop/release-notes.md", "range": {"start": {"line": 61, "column": 15}}}, "severity": "WARNING"}
- Available only on Apple Silicon Macs with macOS 12.5+. Docker VMM unleashes blazing performance like never before.
- Removed `docker-index` as it is now deprecated.
- Removed [docker-index](https://github.com/docker/index-cli-plugin) as it is now deprecated, you can use `docker scout cves fs://<path to binary>` instead.

Check failure on line 62 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": 62, "column": 1}}}, "severity": "ERROR"}
- Fixed a bug where images couldn't be sorted or filtered by tag. Fixes [docker/for-win#14297](https://github.com/docker/for-win/issues/14297).
- Fixed a bug where the `docker` CLI did not work as expected when the `registry.json` file was malformed.
- Fixed a bug where the **Push to Docker Hub** action in the **Images** view would result in an `invalid tag format` error. Fixes [docker/for-win#14258](https://github.com/docker/for-win/issues/14258).
Expand All @@ -81,7 +80,7 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec

#### For Windows

- New installations of Docker Desktop for Windows now require a Windows version of 19045 or later
- New installations of Docker Desktop for Windows now require a Windows version of 19045 or later.
- Fixed an issue that caused a start failure if IPv6 is disabled either in the kernel config or via the kernel command-line in WSL. Fixes [docker/for-win#14240](https://github.com/docker/for-win/issues/14240)
- Fixed the **Clean / Purge data** button on Windows. Fixes [docker/for-win#12650](https://github.com/docker/for-win/issues/14308).

Expand Down

0 comments on commit 3c2b99c

Please sign in to comment.