From 9260990ed13ff643ebe5b592c3906b88dd4f46cb Mon Sep 17 00:00:00 2001 From: Victoria Bialas Date: Wed, 9 Nov 2016 13:16:31 -0800 Subject: [PATCH] added 1.12.3 stable release notes for d4mac, d4win docs incorporated Misty's comments Signed-off-by: Victoria Bialas --- docker-for-mac/release-notes.md | 77 +++++++++++++++++++++++-- docker-for-windows/release-notes.md | 89 +++++++++++++++++++++++++++-- 2 files changed, 156 insertions(+), 10 deletions(-) diff --git a/docker-for-mac/release-notes.md b/docker-for-mac/release-notes.md index 64a6c4926d..7d3f5d4d4e 100644 --- a/docker-for-mac/release-notes.md +++ b/docker-for-mac/release-notes.md @@ -18,6 +18,71 @@ Release notes for _stable_ and _beta_ releases are listed below. You can learn a ## Stable Release Notes +### Docker for Mac 1.12.3, 2016-11-09 (stable) + +**Upgrades** + +- Docker 1.12.3 +- Linux Kernel 4.4.27 +- Notary 0.4.2 +- Docker Machine 0.8.2 +- Docker Compose 1.8.1 +- Kernel vsock driver v7 +- aufs 20160912 + +**Bug fixes and minor changes** + +**General** + +- Fixed an issue where the whale animation during setting change was inconsistent + +- Fixed an issue where some windows stayed hidden behind another app + +- Fixed an issue where the Docker status would continue to be yellow/animated after the VM had started correctly + +- Fixed an issue where Docker for Mac was incorrectly reported as updated + +- Channel is now displayed in About box + +- Crash reports are sent over Bugsnag rather than HockeyApp + +- Fixed an issue where some windows did not claim focus correctly + +- Added UI when switching channel to prevent user losing containers and settings + +- Check disk capacity before toolbox import + +- Import certificates in `etc/ssl/certs/ca-certificates.crt` + +- disk: make the "flush" behaviour configurable for database-like workloads. This works around a performance regression in 1.12.1. + +**Networking** + +- Proxy: Fixed application of system or custom proxy settings over container restart + +- DNS: reduce the number of UDP sockets consumed on the host + +- VPNkit: improve the connection-limiting code to avoid running out of sockets on the host + +- UDP: handle diagrams bigger than 2035, up to the configured macOS kernel limit + +- UDP: make the forwarding more robust; drop packets and continue rather than stopping + +**File sharing** + +- osxfs: Fixed 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)) + +- osxfs: Fixed race causing some reads to run forever + +- osxfs: Fixed a simultaneous volume mount race which can result in a crash + +**Moby** + +- Increase default ulimit for memlock (fixes [https://github.com/docker/for-mac/issues/801](https://github.com/docker/for-mac/issues/801)) + ### Docker for Mac 1.12.1, 2016-09-16 (stable) **New** @@ -66,7 +131,7 @@ Release notes for _stable_ and _beta_ releases are listed below. You can learn a * Use Mac System Configuration database to detect DNS -**Filesharing (osxfs)** +**File sharing (osxfs)** * Fixed thread leak @@ -918,13 +983,13 @@ work yet. **New Features and Upgrades** - GUI - - Add VPN mode/`hostnet` to Preferences - - Add disable Time Machine backups of VM disk image to Preferences + - Added VPN mode/`hostnet` to Preferences + - Added disable Time Machine backups of VM disk image to Preferences - Added `pinata` configuration tool for experimental Preferences -- File System: Add guest-to-guest FIFO and socket file support +- File System: Added guest-to-guest FIFO and socket file support - Upgraded Notary to version 0.2 @@ -956,7 +1021,7 @@ work yet. - Added MixPanel support -- Add HockeyApp crash reporting +- Added HockeyApp crash reporting - Improve signal handling on task manager - Use ISO timestamps with microsecond precision for logging - Clean up logging format @@ -968,7 +1033,7 @@ work yet. - Hypervisor - - Add PID file + - Added PID file - Networking reliability improvements diff --git a/docker-for-windows/release-notes.md b/docker-for-windows/release-notes.md index 2932582b82..cd86da7341 100644 --- a/docker-for-windows/release-notes.md +++ b/docker-for-windows/release-notes.md @@ -23,6 +23,87 @@ about both kinds of releases, and download stable and beta product installers at ## Stable Release Notes +### Docker for Windows 1.13.3, 2016-11-09 (stable) + +**New** + +- Restore the VM's configuration when it was changed by the user + +- Detect firewall configuration that might block the file sharing + +- Send more GUI usage statistics to help us improve the product + +- The path to HyperV disks is not hardcoded anymore, making the Toolbox import work with non-standard path + +- Verify that ALL HyperV features are enabled + +- Added Moby console to the logs + +- Save the current engine with the other settings + +- Notary version 0.4.2 installed + +- Reworked the File Sharing dialog and underlying mechanism + - Pre-fill username + - Faster and more reliable feedback when the user/password is not valid + - Better support for domain users + - Error message in Logs when File Sharing failed for other reasons + +**Upgrades** + +- Docker 1.12.3 +- Linux Kernel 4.4.27 +- Docker Machine 0.8.2 +- Docker Compose 1.8.1 +- aufs 20160912 + +**Bug fixes and minor changes** + +**General** + +- Added the settings to the diagnostics + +- Make sure we don't use an older Nlog library from the GAC + +- Fix a password escaping regression + +- Support writing large values to the database, specially for trusted CAs + +- Preserve the Powershell stacktraces + +- Write OS and Application versions at the top of each log file + +- Don't recreate the VM if only the DNS server is set + +- The uninstaller now kills the service if it failed to stop it properly + +- Improve debug information + +**Networking** + +- VpnKit is now restarted if it dies + +- VpnKit: impose a connection limit to avoid exhausting file descriptors + +- VpnKit: handle UDP datagrams larger than 2035 bytes + +- VpnKit: reduce the number of file descriptors consumed by DNS + +**File sharing** + + +- Faster mount/unmount of shared drives + +- Added a timeout to mounting/unmounting a shared drive + +**Hyper-V** + +- Make sure invalid "DockerNat" switches are not used + +**Moby** + +- Increase default ulimit for memlock (fixes [https://github.com/docker/for-mac/issues/801](https://github.com/docker/for-mac/issues/801)) + ### Docker for Windows 1.12.1, 2016-09-16 (stable) >**Important Note**: @@ -86,7 +167,7 @@ about both kinds of releases, and download stable and beta product installers at * VpnKit supports search domains * VpnKit is now compiled with OCaml 4.03 rather than 4.02.3 -**Filesharing** +**File sharing** * Set `cifs` version to 3.02 @@ -178,7 +259,7 @@ work. Some insider builds may not work. - Faster mount/unmount of shared drives - Added a timeout to mounting/unmounting a shared drive -- Add the settings to the diagnostics +- Added the settings to the diagnostics - Increase default ulimit for memlock (fixes https://github.com/docker/for-mac/issues/801) - Make sure we don't use an older Nlog library from the GAC @@ -536,7 +617,7 @@ Unreleased. See Beta 23 for changes. * Fix some cases where `dotnet restore` could hang * Fixed `docker inspect` on an image * Removed the console from hyper-v manager -* Improved diagnostic for VPN connection and add logs for the service port openers +* Improved diagnostic for VPN connection and addedlogs for the service port openers * Improve Moby's boot sequence to adapt to longer boot time when swarm services are running * Forcefully turn off a VM that won't shut down * Clicking on a link from the changelog opens a browser @@ -882,7 +963,7 @@ are working on a solution. * Remove debug console * Open browser with hyper-v installation instructions -* Add Cloudfront for downloads from Europe +* Added Cloudfront for downloads from Europe * Capture qemu logs during toolbox upgrades * Rename alpha distribution channel to beta