Skip to content

DKP-312: Add release notes for 4.12.0 #15503

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 29 commits into from
Sep 1, 2022
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
f3c9427
DKP-312: Add release notes for 4.12.0
andrei-z-albu Aug 26, 2022
0272f55
Update release-notes.md
andrei-z-albu Aug 27, 2022
d6be68b
Update release-notes.md
andrei-z-albu Aug 27, 2022
e2ae922
Update release-notes.md
andrei-z-albu Aug 31, 2022
2af075f
Update release-notes.md
andrei-z-albu Aug 31, 2022
4956663
Update release-notes.md
andrei-z-albu Aug 31, 2022
e48b191
Update desktop/release-notes.md
andrei-z-albu Aug 31, 2022
26c2bba
Update desktop/release-notes.md
andrei-z-albu Aug 31, 2022
aa1650a
Update desktop/release-notes.md
andrei-z-albu Aug 31, 2022
8fa90aa
Update desktop/release-notes.md
andrei-z-albu Aug 31, 2022
741cc2f
Update desktop/release-notes.md
andrei-z-albu Aug 31, 2022
a3f83c7
Update desktop/release-notes.md
andrei-z-albu Aug 31, 2022
0f6d9fd
Update desktop/release-notes.md
andrei-z-albu Aug 31, 2022
f454f74
Update release-notes.md
andrei-z-albu Aug 31, 2022
4983a97
Update desktop/release-notes.md
andrei-z-albu Aug 31, 2022
6347844
Update release-notes.md
andrei-z-albu Aug 31, 2022
df16eea
Update desktop/release-notes.md
andrei-z-albu Aug 31, 2022
ae0e52d
Update desktop/release-notes.md
andrei-z-albu Aug 31, 2022
b5bd60d
Update desktop/release-notes.md
andrei-z-albu Aug 31, 2022
78e2391
Update desktop/release-notes.md
andrei-z-albu Aug 31, 2022
5c2a517
Update desktop/release-notes.md
andrei-z-albu Aug 31, 2022
64c1648
Update desktop/release-notes.md
andrei-z-albu Aug 31, 2022
fb7f546
Update desktop/release-notes.md
andrei-z-albu Aug 31, 2022
51ebac5
Apply suggestions from code review
andrei-z-albu Aug 31, 2022
f1b7dec
Update release-notes.md
andrei-z-albu Sep 1, 2022
d23b941
Update desktop/release-notes.md
andrei-z-albu Sep 1, 2022
99ab947
Update desktop/release-notes.md
aevesdocker Sep 1, 2022
7c193c8
Update release-notes.md
andrei-z-albu Sep 1, 2022
1e1bfb6
Update desktop-install.html
andrei-z-albu Sep 1, 2022
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
6 changes: 3 additions & 3 deletions desktop/install/linux-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ redirect_from:
> * [Debian](debian.md)
> * [Fedora](fedora.md)
>
> [RPM package](https://desktop.docker.com/linux/main/amd64/docker-desktop-4.11.1-x86_64.rpm?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-linux-amd64){: .button .primary-btn }
> [DEB package](https://desktop.docker.com/linux/main/amd64/docker-desktop-4.11.1-amd64.deb?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-linux-amd64){: .button .primary-btn }
> [Arch package (experimental)](https://desktop.docker.com/linux/main/amd64/docker-desktop-4.11.1-x86_64.pkg.tar.zst?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-linux-amd64){: .button .primary-btn }
> [RPM package](https://desktop.docker.com/linux/main/amd64/docker-desktop-4.12.0-x86_64.rpm?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-linux-amd64){: .button .primary-btn }
> [DEB package](https://desktop.docker.com/linux/main/amd64/docker-desktop-4.12.0-amd64.deb?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-linux-amd64){: .button .primary-btn }
> [Arch package (experimental)](https://desktop.docker.com/linux/main/amd64/docker-desktop-4.12.0-x86_64.pkg.tar.zst?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-linux-amd64){: .button .primary-btn }

## System requirements

Expand Down
108 changes: 107 additions & 1 deletion desktop/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,118 @@ Take a look at the [Docker Public Roadmap](https://github.com/docker/roadmap/pro

For frequently asked questions about Docker Desktop releases, see [FAQs](faqs/general.md/#releases)

## Docker Desktop 4.12.0
2022-09-01

> Download Docker Desktop
>
> {% include desktop-install.html %}

## New

- Added the experimental docker daemon with the containerd image store.
- Allow Docker Desktop to run untagged images. Fixes [https://github.com/docker/for-mac/issues/6425]
- Add search capabilities to Docker Extension Marketplace. Fixes [docker/roadmap#346](https://github.com/docker/roadmap/issues/346).
- Copied terminal contents do not contain non-breaking spaces anymore.
- Enabled Compose V2 by default on new installations of Docker Desktop.
- Added View menu with Zoom In, Zoom Out, and Actual Size options to control the size of the Docker Desktop UI.
- Added compose stop button if any related container is stoppable.
- Individual compose containers are now deletable from overview.
- Remove workaround for virtiofsd <-> qemu protocol mismatch on Fedora 35, as it is no longer needed. Fedora 35 users should upgrade the qemu package to the most recent version (qemu-6.1.0-15.fc35 as of the time of writing).
- Implemented an integrated terminal for containers.
- Show address for external links.

### Upgrades

- [Docker Compose v2.10.2](https://github.com/docker/compose/releases/tag/v2.10.2)
- [Docker Compose "Cloud Integrations" v1.0.29](https://github.com/docker/compose-cli/releases/tag/v1.0.29)
- [Docker Scan v0.19.0](https://github.com/docker/scan-cli-plugin/releases/tag/v0.19.0)
- [Kubernetes v1.25.0](https://github.com/kubernetes/kubernetes/releases/tag/v1.25.0)
- [Go 1.19](https://github.com/golang/go/releases/tag/go1.19)
- [cri-dockerd v0.2.5](https://github.com/Mirantis/cri-dockerd/releases/tag/v0.2.5)
- [Buildx v0.9.1](https://github.com/docker/buildx/releases/tag/v0.9.1)
- [containerd v1.6.8](https://github.com/containerd/containerd/releases/tag/v1.6.8)
- [containerd v1.6.7](https://github.com/containerd/containerd/releases/tag/v1.6.7)
Comment on lines +54 to +55
Copy link
Member

Choose a reason for hiding this comment

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

Only one is probably enough?

Suggested change
- [containerd v1.6.8](https://github.com/containerd/containerd/releases/tag/v1.6.8)
- [containerd v1.6.7](https://github.com/containerd/containerd/releases/tag/v1.6.7)
- [containerd v1.6.8](https://github.com/containerd/containerd/releases/tag/v1.6.8)

Copy link
Member

Choose a reason for hiding this comment

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

The tricky one here was that containerd v1.6.8 had no changes (only change was a fix in their CI pipeline); relevant changes are in v1.6.7.

For runc, release notes for both 1.1.3 and 1.1.4 contain useful information.

We could of course have a single bullet (latest version), but two links after it?

Copy link
Member Author

Choose a reason for hiding this comment

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

Feels to me that one bullet with two links not would be as readable as two separate bullets, assuming we want to showcase both versions in the release notes. But I don't have a strong opinion about it

Copy link
Member Author

Choose a reason for hiding this comment

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

What do you think @thaJeztah and @mat007 , shall we leave both entries in?

- [runc v1.1.4](https://github.com/opencontainers/runc/releases/tag/v1.1.4)
- [runc v1.1.3](https://github.com/opencontainers/runc/releases/tag/v1.1.3)
Comment on lines +56 to +57
Copy link
Member

Choose a reason for hiding this comment

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

Same here

Suggested change
- [runc v1.1.4](https://github.com/opencontainers/runc/releases/tag/v1.1.4)
- [runc v1.1.3](https://github.com/opencontainers/runc/releases/tag/v1.1.3)
- [runc v1.1.4](https://github.com/opencontainers/runc/releases/tag/v1.1.4)

Copy link
Member

Choose a reason for hiding this comment

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

See above


### Bug fixes and minor changes

#### For all platforms

- Enable Compose V2 after factory reset.
- Upgraded kernel to 5.10.124
- Improved overall performance issues caused by calculating disk size. Related to [docker/for-win#9401](https://github.com/docker/for-win/issues/9401).
- Prevent users on ARM macs without Rosetta installed from switching back to Compose V1, which has only intel binaries.
- Descending default sort order for volumes size and created column, containers started column.
- Re-organized container row actions.
- Run every command on the Quickstart guide immediately.
- Defined sort order for container/compose state column running > some running > paused > some paused > exited > some exited > created.
- Fixed issues with the image list appearing empty in Docker Desktop even though there are images. Related to [docker/for-win#12693](https://github.com/docker/for-win/issues/12693) and [docker/for-mac#6347](https://github.com/docker/for-mac/issues/6347).
- Fixed a bug that made Docker clients in some languages hang on `docker exec`. Fixes [https://github.com/apocas/dockerode/issues/534](https://github.com/apocas/dockerode/issues/534).
- Extensions SDK: prevent failed spawned command to make Docker Desktop unexpectedly quit.
- Fixed extensions being displayed as disabled in the left menu when they are not.
- Fixed `docker login` to private registries when Registry Access Management is enabled and access to Docker Hub is blocked.
- Fixed bug where we fail to start the Kubernetes cluster if the current cluster metadata is not stored in the `.kube/config` file.
- Updated the tooltip design.

#### For Mac

- Minimum version to install or update Docker Desktop on macOS is now 10.15. Fixes [docker/for-mac#6007](https://github.com/docker/for-mac/issues/6007).
- Fixed a bug where Tray menu could incorrectly displays "Download will start soon..." after downloading the update. Fixes some issue reported in [for-mac/issues#5677](https://github.com/docker/for-mac/issues/5677)
- Fixed a bug that didn't restart Docker Desktop after applying an update.
- When using virtualization.framework, fix bugs where connection to Docker is lost when the computer sleeps and when using restrictive firewall software.
- Quit Docker Desktop completely from the Dock menu, to ensure Docker Desktop isn't running in the background without the whale icon in the menu bar visible. Fixes [https://github.com/docker/for-mac/issues/6440]
- Disabled both Virtualization Framework and VirtioFS for users running macOS < 12.5

#### For Windows

- Fixed a bug where versions displayed during an update could be incorrect. Fixes [for-win/issues#12822](https://github.com/docker/for-win/issues/12822).

### Security

#### For Windows
- Fix a bypass for the `--no-windows-containers` installation flag which was introduced in version 4.11. This flag allows administrators to disable the use of Windows containers.
- Fix argument injection to the Docker Desktop installer which may result in local privilege escalation.

#### For all platforms
- Fix RCE via query parameters in the message-box route in the Electron client.
- Fix RCE via extension description/changelog which could be abused by a malicious extension.

## Docker Desktop 4.11.1
2022-08-05

> Download Docker Desktop
>
> {% include desktop-install.html %}
> [Windows](https://desktop.docker.com/win/main/amd64/84025/Docker%20Desktop%20Installer.exe) |
> [Mac with Intel chip](https://desktop.docker.com/mac/main/amd64/84025/Docker.dmg) |
> [Mac with Apple chip](https://desktop.docker.com/mac/main/arm64/84025/Docker.dmg) |
> [Debian](https://desktop.docker.com/linux/main/amd64/84025/docker-desktop-4.11.0-amd64.deb) |
> [RPM](https://desktop.docker.com/linux/main/amd64/84025/docker-desktop-4.11.0-x86_64.rpm) |
> [Arch package](https://desktop.docker.com/linux/main/amd64/84025/docker-desktop-4.11.0-x86_64.pkg.tar.zst)

<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingSeven">
<h5 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseSeven" aria-expanded="true" aria-controls="collapseSeven">
Checksums
<i class="fa fa-chevron-down"></i>
</a>
</h5>
</div>
<div id="collapseSeven" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingSeven">
<div class="panel-body">
<li><b>Windows:</b> SHA-256 8af32948447ddab655455542f6a12c8d752642a2bd451e2a48f76398cfd872b0</li>
<li><b>Mac Intel:</b> SHA-256 b2f4ad8fea37dfb7d9147f169a9ceab71d7d0d12ff912057c60b58c0e91aed35</li>
<li><b>Mac Arm:</b> SHA-256 a7d84117bef83764cb9bf275cd01b8ba0c43f08dbfe4d4a7d4f05549cdd81f54</li>
<li><b>Linux DEB:</b> SHA-256 8877443ded0dee19b1bacaa608bd81d4bb216b59ff5fc12c89489e9ac5b00e0f</li>
<li><b>Linux RPM:</b> SHA-256 a4a12071cdb4c3a845711eec13b97b838ae088f85f81cb5dd0db51aa6b050ed5</li>
<li><b>Linux Arch:</b> SHA-256 66bdf3b4eb3cd29e190cf660ede53d3e854a4ec823c2ea04a4a02a175203f880</li>
</div>
</div>
</div>
</div>

### Bug fixes and minor changes

Expand Down