Skip to content

Commit f0022aa

Browse files
d4mac, d4win 17.06-rc2-ce-release notes (docker#3540)
Signed-off-by: Victoria Bialas <[email protected]>
1 parent c93620d commit f0022aa

File tree

2 files changed

+47
-21
lines changed

2 files changed

+47
-21
lines changed

docker-for-mac/release-notes.md

+27-19
Original file line numberDiff line numberDiff line change
@@ -221,17 +221,17 @@ We did not distribute a 1.12.4 stable release
221221
**File sharing**
222222

223223
- osxfs: Fixed the prohibition of chown on read-only or mode 0 files, (fixes
224-
[https://github.com/docker/for-mac/issues/117](https://github.com/docker/for-mac/issues/117),
225-
[https://github.com/docker/for-mac/issues/263](https://github.com/docker/for-mac/issues/263),
226-
[https://github.com/docker/for-mac/issues/633](https://github.com/docker/for-mac/issues/633))
224+
[docker/for-mac#117](https://github.com/docker/for-mac/issues/117),
225+
[docker/for-mac#263](https://github.com/docker/for-mac/issues/263),
226+
[docker/for-mac#633](https://github.com/docker/for-mac/issues/633))
227227

228228
- osxfs: Fixed race causing some reads to run forever
229229

230230
- osxfs: Fixed a simultaneous volume mount race which can result in a crash
231231

232232
**Moby**
233233

234-
- Increase default ulimit for memlock (fixes [https://github.com/docker/for-mac/issues/801](https://github.com/docker/for-mac/issues/801))
234+
- Increase default ulimit for memlock (fixes [docker/for-mac#801](https://github.com/docker/for-mac/issues/801))
235235

236236
### Docker for Mac 1.12.1, 2016-09-16 (stable)
237237

@@ -251,12 +251,12 @@ We did not distribute a 1.12.4 stable release
251251
**General**
252252

253253
* Fixed communications glitch when UI talks to com.docker.vmnetd
254-
Fixes [https://github.com/docker/for-mac/issues/90](https://github.com/docker/for-mac/issues/90)
254+
Fixes [docker/for-mac#90](https://github.com/docker/for-mac/issues/90)
255255

256256
* `docker-diagnose`: display and record the time the diagnosis was captured
257257

258258
* Don't compute the container folder in `com.docker.vmnetd`
259-
Fixes [https://github.com/docker/for-mac/issues/47](https://github.com/docker/for-mac/issues/47)
259+
Fixes [docker/for-mac#47](https://github.com/docker/for-mac/issues/47)
260260

261261
* Warn the user if BlueStacks is installed (potential kernel panic)
262262

@@ -278,7 +278,7 @@ We did not distribute a 1.12.4 stable release
278278

279279
* Allow ports to be bound on host addresses other than `0.0.0.0` and `127.0.0.1`
280280
Fixes issue reported in
281-
[https://github.com/docker/for-mac/issues/68](https://github.com/docker/for-mac/issues/68)
281+
[docker/for-mac#68](https://github.com/docker/for-mac/issues/68)
282282

283283
* Use Mac System Configuration database to detect DNS
284284

@@ -355,6 +355,14 @@ events or unexpected unmounts.
355355

356356
## Edge Release Notes
357357

358+
### Docker Community Edition 17.06.0-rc2-ce-mac14, 2017-06-08 (edge)
359+
360+
**Upgrades**
361+
362+
- [Docker 17.06.0-rc2-ce](https://github.com/docker/docker-ce/releases/tag/v17.06.0-ce-rc2)
363+
- [Docker Machine 0.12.0](https://github.com/docker/machine/releases/tag/v0.12.0)
364+
- [Docker compose 1.14.0-rc2](https://github.com/docker/compose/releases/tag/1.14.0-rc2)
365+
358366
### Docker Community Edition 17.06.0-rc1-ce-mac13, 2017-06-01 (edge)
359367

360368
**Upgrades**
@@ -368,16 +376,16 @@ events or unexpected unmounts.
368376
**New**
369377

370378
- GUI Option to opt out of credential store
371-
- GUI option to reset docker data without losing all settings (fixes [Docker for Mac issue 1309](https://github.com/docker/for-mac/issues/1309))
379+
- GUI option to reset docker data without losing all settings (fixes [docker/for-mac#1309](https://github.com/docker/for-mac/issues/1309))
372380
- Add an experimental DNS name for the host: `docker.for.mac.localhost`
373-
- Support for client (i.e. "login") certificates for authenticating registry access (fixes [Docker for Mac issue 1320](https://github.com/docker/for-mac/issues/1320))
381+
- Support for client (i.e. "login") certificates for authenticating registry access (fixes [docker/for-mac#1320](https://github.com/docker/for-mac/issues/1320))
374382

375383
**Bug fixes and minor changes**
376384

377385
- Resync HTTP(S) proxy settings on application start
378-
- Interpret system proxy setting of localhost correctly (see [Docker for Mac issue 1511](https://github.com/docker/for-mac/issues/1511))
386+
- Interpret system proxy setting of localhost correctly (see [docker/for-mac#1511](https://github.com/docker/for-mac/issues/1511))
379387
- All docker binaries bundled with Docker for Mac are now signed
380-
- Display all docker cloud organizations and repositories in the whale menu (fixes [Docker for Mac issue 1538 ](https://github.com/docker/for-mac/issues/1538))
388+
- Display all docker cloud organizations and repositories in the whale menu (fixes [docker/for-mac#1538 ](https://github.com/docker/for-mac/issues/1538))
381389
- OSXFS: improved latency for many common operations (e.g. read and write) by approximately 25%
382390

383391
### Docker Community Edition 17.05.0-ce-mac11, 2017-05-12 (edge)
@@ -396,11 +404,11 @@ events or unexpected unmounts.
396404

397405
**Bug fixes and minor changes**
398406

399-
- Fix GUI crash when text table view was selected and windows re-opened (fixes [https://github.com/docker/for-mac/issues/1477](https://github.com/docker/for-mac/issues/1477))
407+
- Fix GUI crash when text table view was selected and windows re-opened (fixes [docker/for-mac#1477](https://github.com/docker/for-mac/issues/1477))
400408
- Reset to default / uninstall also remove `config.json` and `osxkeychain` credentials
401-
- More detailed virtualbox uninstall requirements (cf https://github.com/docker/for-mac/issues/1343)
409+
- More detailed virtualbox uninstall requirements ( [docker/for-mac#1343](https://github.com/docker/for-mac/issues/1343))
402410
- You are now prompted for your password, if you changed it in Docker Cloud.
403-
- Request time sync after waking up to improve [https://github.com/docker/for-mac/issues/17](https://github.com/docker/for-mac/issues/17)
411+
- Request time sync after waking up to improve [docker/for-mac#17](https://github.com/docker/for-mac/issues/17)
404412

405413
### Docker Community Edition 17.05.0-ce-rc1-mac8, 2017-04-13 (edge)
406414

@@ -825,10 +833,10 @@ events or unexpected unmounts.
825833
- Fix an issue where the whale animation during setting change was inconsistent
826834
- Fix an issue where some windows stayed hidden behind another app
827835
- Fix application of system or custom proxy settings over container restart
828-
- Increase default ulimit for memlock (fixes [https://github.com/docker/for-mac/issues/801](https://github.com/docker/for-mac/issues/801) )
836+
- Increase default ulimit for memlock (fixes [docker/for-mac#801](https://github.com/docker/for-mac/issues/801) )
829837
- Fix an issue where the Docker status would continue to be
830838
yellow/animated after the VM had started correctly
831-
- osxfs: fix the prohibition of chown on read-only or mode 0 files (fixes [https://github.com/docker/for-mac/issues/117](https://github.com/docker/for-mac/issues/117), [https://github.com/docker/for-mac/issues/263](https://github.com/docker/for-mac/issues/263), [https://github.com/docker/for-mac/issues/633](https://github.com/docker/for-mac/issues/633) )
839+
- osxfs: fix the prohibition of chown on read-only or mode 0 files (fixes [docker/for-mac#117](https://github.com/docker/for-mac/issues/117), [docker/for-mac#263](https://github.com/docker/for-mac/issues/263), [docker/for-mac#633](https://github.com/docker/for-mac/issues/633) )
832840

833841
### Beta 28 Release Notes (2016-10-13 1.12.2-rc3-beta28)
834842

@@ -881,7 +889,7 @@ events or unexpected unmounts.
881889

882890
**Bug fixes and minor changes**
883891

884-
* Fixed communications glitch when UI talks to `com.docker.vmnetd`. Fixes [https://github.com/docker/for-mac/issues/90](https://github.com/docker/for-mac/issues/90)
892+
* Fixed communications glitch when UI talks to `com.docker.vmnetd`. Fixes [docker/for-mac#90](https://github.com/docker/for-mac/issues/90)
885893

886894
* UI fix for macOs 10.12
887895

@@ -893,9 +901,9 @@ events or unexpected unmounts.
893901

894902
* `docker-diagnose` displays and records the time the diagnosis was captured
895903

896-
* Ports are allowed to bind to host addresses other than `0.0.0.0` and `127.0.0.1`. Fixes issue reported in [https://github.com/docker/for-mac/issues/68](https://github.com/docker/for-mac/issues/68).
904+
* Ports are allowed to bind to host addresses other than `0.0.0.0` and `127.0.0.1`. Fixes issue reported in [docker/for-mac#68](https://github.com/docker/for-mac/issues/68).
897905

898-
* We no longer compute the container folder in `com.docker.vmnetd`. Fixes [https://github.com/docker/for-mac/issues/47](https://github.com/docker/for-mac/issues/47).
906+
* We no longer compute the container folder in `com.docker.vmnetd`. Fixes [docker/for-mac#47](https://github.com/docker/for-mac/issues/47).
899907

900908
**Known Issues**
901909

docker-for-windows/release-notes.md

+20-2
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,24 @@ We did not distribute a 1.12.4 stable release
309309

310310
## Edge Release Notes
311311

312+
### Docker Community Edition 17.06.0-win14 Release Notes (2017-06-08 17.06.0-rc2-ce-win14) (edge)
313+
314+
**Upgrades**
315+
316+
- [Docker 17.06.0-rc2-ce](https://github.com/docker/docker-ce/releases/tag/v17.06.0-ce-rc2)
317+
- [Docker Machine 0.12.0](https://github.com/docker/machine/releases/tag/v0.12.0)
318+
- [Docker compose 1.14.0-rc2](https://github.com/docker/compose/releases/tag/1.14.0-rc2)
319+
320+
**New**
321+
322+
- Added reset to defaults button in error report window
323+
- Unified login between Docker CLI and Docker Hub, Docker Cloud.
324+
325+
**Bug fixes and minor changes**
326+
327+
- Fixed group access check for users logged in with Active Directory (fixes [docker/for-win#785](https://github.com/docker/for-win/issues/785))
328+
- Check environment variables and add some warnings in logs if they can cause docker to fail
329+
312330
### Docker Community Edition 17.06.0-win13 Release Notes (2017-06-01 17.06.0-rc1-ce-win13) (edge)
313331

314332
**Upgrades**
@@ -322,7 +340,7 @@ We did not distribute a 1.12.4 stable release
322340
- Sharing a drive can be done on demand, the first time a mount is requested
323341
- Add an experimental DNS name for the host: `docker.for.win.localhost`
324342
- Support for client (i.e. "login") certificates for authenticating
325-
registry access (fixes [Docker for Windows issue 569](https://github.com/docker/for-win/issues/569))
343+
registry access (fixes [docker/for-win#569](https://github.com/docker/for-win/issues/569))
326344

327345
**Bug fixes and minor changes**
328346

@@ -355,7 +373,7 @@ registry access (fixes [Docker for Windows issue 569](https://github.com/docker/
355373
- Detect a bitlocker policy preventing windows containers to work
356374
- fix an issue on filesharing when explicitly disabled on vmswitch interface
357375
- fix VM not starting when machine had very long name
358-
- Fix a bug where Windows daemon.json file was not written (fixes [Docker for Windows issue 670](https://github.com/docker/for-win/issues/670))
376+
- Fix a bug where Windows daemon.json file was not written (fixes [docker/for-win#670](https://github.com/docker/for-win/issues/670))
359377

360378
### Docker Community Edition 17.0.5-win8 Release Notes (2017-04-13 17.05.0-ce-rc1-win8) (edge)
361379

0 commit comments

Comments
 (0)