Skip to content

Commit 1a8034d

Browse files
committed
desktop: switch to release notes format for 4.12 and 4.11
Signed-off-by: CrazyMax <[email protected]>
1 parent 32ad8ad commit 1a8034d

File tree

5 files changed

+577
-320
lines changed

5 files changed

+577
-320
lines changed
Lines changed: 218 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,218 @@
1+
version: v4.11.0
2+
date: 2022-07-28
3+
github_link: false
4+
5+
header: |
6+
> Download Docker Desktop
7+
>
8+
> [Windows](https://desktop.docker.com/win/main/amd64/83626/Docker%20Desktop%20Installer.exe) |
9+
> [Mac with Intel chip](https://desktop.docker.com/mac/main/amd64/83626/Docker.dmg) |
10+
> [Mac with Apple chip](https://desktop.docker.com/mac/main/arm64/83626/Docker.dmg) |
11+
> [Debian](https://desktop.docker.com/linux/main/amd64/83626/docker-desktop-4.11.0-amd64.deb) |
12+
> [RPM](https://desktop.docker.com/linux/main/amd64/83626/docker-desktop-4.11.0-x86_64.rpm) |
13+
> [Arch package](https://desktop.docker.com/linux/main/amd64/83626/docker-desktop-4.11.0-x86_64.pkg.tar.zst)
14+
15+
<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
16+
<div class="panel panel-default">
17+
<div class="panel-heading" role="tab" id="headingSeven">
18+
<h5 class="panel-title">
19+
<a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseSeven" aria-expanded="true" aria-controls="collapseSeven">
20+
Checksums
21+
<i class="fa fa-chevron-down"></i>
22+
</a>
23+
</h5>
24+
</div>
25+
<div id="collapseSeven" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingSeven">
26+
<div class="panel-body">
27+
<li><b>Windows:</b> SHA-256 48ca8cabe67aee94a934b4c0f97a5001e89cb66bbbf824924fbc8bed6a8c90d3</li>
28+
<li><b>Mac Intel:</b> SHA-256 295694d7c2df05e37ac0d27fe8be5af6295b1edc6fa00a00a47134a14d5d0b34</li>
29+
<li><b>Mac Arm:</b> SHA-256 9824103e3d5a7d01a4d7d8086210157e1cc02217cb9edd82fe4bf2d16c138c44</li>
30+
<li><b>Linux DEB:</b> SHA-256 a0dc8ac97cc21e5a13a9e316cac11d85b7c248fd0c166b22a2ab239d17d43d9f</li>
31+
<li><b>Linux RPM:</b> SHA-256 eb077737298827092b283d3c85edacd128ecd993e987aa30d8081e2306401774</li>
32+
<li><b>Linux Arch:</b> SHA-256 a85fd5e83d5b613ef43d335c0ab0af4600aeb8a92921b617cb7a555826e361de</li>
33+
</div>
34+
</div>
35+
</div>
36+
</div>
37+
38+
components:
39+
- name: "All platforms"
40+
entries:
41+
-
42+
tags: new
43+
content: >
44+
Docker Desktop is now fully supported for Docker Business customers
45+
inside VMware ESXi and Azure VMs. For more information, see
46+
[Run Docker Desktop inside a VM or VDI environment](/desktop/vm-vdi/)
47+
-
48+
tags: new
49+
content: >
50+
Added two new extensions ([vcluster](https://hub.docker.com/extensions/loftsh/vcluster-dd-extension)
51+
and [PGAdmin4](https://hub.docker.com/extensions/mochoa/pgadmin4-docker-extension))
52+
to the Extensions Marketplace
53+
-
54+
tags: new
55+
content: >
56+
The ability to sort extensions has been added to the Extensions
57+
Marketplace
58+
-
59+
tags: new
60+
content: >
61+
Fixed a bug that caused some users to be asked for feedback too
62+
frequently. You'll now only be asked for feedback twice a year
63+
-
64+
tags: new
65+
content: >
66+
Added custom theme settings for Docker Desktop. This allows you to
67+
specify dark or light mode for Docker Desktop independent of your
68+
device settings
69+
issues:
70+
- docker/for-win#12747
71+
-
72+
tags: new
73+
content: >
74+
Added a new flag for Windows installer. `--no-windows-containers`
75+
disables the Windows containers integration
76+
-
77+
tags: new
78+
content: >
79+
Added a new flag for Mac install command. `--user <username>` sets up
80+
Docker Desktop for a specific user, preventing them from needing an
81+
admin password on first run
82+
-
83+
tags: new
84+
content: >
85+
Implemented an integrated terminal for containers
86+
-
87+
tags: new
88+
content: >
89+
Added a tooltip to display the link address for all external links
90+
by default
91+
-
92+
tags: upgrade
93+
content: |
94+
* [Docker Compose v2.7.0](https://github.com/docker/compose/releases/tag/v2.7.0)
95+
* [Docker Compose "Cloud Integrations" v1.0.28](https://github.com/docker/compose-cli/releases/tag/v1.0.28)
96+
* [Kubernetes v1.24.2](https://github.com/kubernetes/kubernetes/releases/tag/v1.24.2)
97+
* [Go 1.18.4](https://github.com/golang/go/releases/tag/go1.18.4)
98+
-
99+
tags: fixed
100+
content: >
101+
Added the Container / Compose icon as well as the exposed port(s) /
102+
exit code to the Containers screen
103+
-
104+
tags: fixed
105+
content: >
106+
Updated the Docker theme palette colour values to match our design
107+
system
108+
-
109+
tags: fixed
110+
content: >
111+
Improved an error message from `docker login` if Registry Access
112+
Management is blocking the Docker engine's access to Docker Hub
113+
-
114+
tags: fixed
115+
content: >
116+
Increased throughput between the Host and Docker. For example
117+
increasing performance of `docker cp`
118+
-
119+
tags: fixed
120+
content: >
121+
Collecting diagnostics takes less time to complete
122+
-
123+
tags: fixed
124+
content: >
125+
Selecting or deselecting a compose app on the containers overview now
126+
selects/deselects all its containers
127+
-
128+
tags: fixed
129+
content: >
130+
Tag names on the container overview image column are visible
131+
-
132+
tags: fixed
133+
content: >
134+
Added search decorations to the terminal's scrollbar so that matches
135+
outside the viewport are visible
136+
-
137+
tags: fixed
138+
content: >
139+
Fixed an issue with search which doesn't work well on containers page
140+
issues:
141+
- docker/for-win#12828
142+
-
143+
tags: fixed
144+
content: >
145+
Fixed an issue which caused infinite loading on the **Volume** screen
146+
issues:
147+
- docker/for-win#12789
148+
-
149+
tags: fixed
150+
content: >
151+
Fixed a problem in the Container UI where resizing or hiding columns
152+
didn't work
153+
issues:
154+
- docker/for-mac#6391
155+
-
156+
tags: fixed
157+
content: >
158+
Fixed a bug where the state of installing, updating, or uninstalling
159+
multiple extensions at once was lost when leaving the Marketplace
160+
screen
161+
-
162+
tags: fixed
163+
content: >
164+
Fixed an issue where the compose version in the about page would only
165+
get updated from v2 to v1 after restarting Docker Desktop
166+
-
167+
tags: fixed
168+
content: >
169+
Fixed an issue where users cannot see the log view because their
170+
underlying hardware didn't support WebGL2 rendering
171+
issues:
172+
- docker/for-win#12825
173+
-
174+
tags: fixed
175+
content: >
176+
Fixed a bug where the UI for Containers and Images got out of sync
177+
-
178+
tags: fixed
179+
content: >
180+
Fixed a startup race when the experimental virtualization framework
181+
is enabled
182+
183+
- name: "For Mac"
184+
entries:
185+
-
186+
tags: fixed
187+
content: >
188+
Fixed an issue executing Compose commands from the UI
189+
issues:
190+
- docker/for-mac#6400
191+
192+
- name: "For Windows"
193+
entries:
194+
-
195+
tags: fixed
196+
content: >
197+
Fixed horizontal resizing issue
198+
issues:
199+
- docker/for-win#12816
200+
-
201+
tags: fixed
202+
content: >
203+
If an HTTP/HTTPS proxy is configured in the UI, then it automatically
204+
sends traffic from image builds and running containers to the proxy.
205+
This avoids the need to separately configure environment variables in
206+
each container or build
207+
-
208+
tags: fixed
209+
content: >
210+
Added the `--backend=windows` installer option to set Windows
211+
containers as the default backend
212+
213+
- name: "For Linux"
214+
entries:
215+
-
216+
tags: fixed
217+
content: >
218+
Fixed bug related to setting up file shares with spaces in their path

0 commit comments

Comments
 (0)