mirror of https://github.com/docker/docs.git
Merge pull request #1298 from londoncalling/d4mac-win-betas-37-38
d4mac, d4win beta 37, beta38 release notes
This commit is contained in:
commit
9988a6bd0d
|
@ -269,6 +269,63 @@ events or unexpected unmounts.
|
||||||
|
|
||||||
## Beta Release Notes
|
## Beta Release Notes
|
||||||
|
|
||||||
|
### Beta 38 Release Notes (2017-01-20 1.13.0-beta38)
|
||||||
|
|
||||||
|
**Upgrades**
|
||||||
|
|
||||||
|
- [Docker 1.13.0](https://github.com/docker/docker/releases/tag/v1.13.0)
|
||||||
|
- [Docker Compose 1.10](https://github.com/docker/compose/releases/tag/1.10.0)
|
||||||
|
- [Docker Machine 0.9.0](https://github.com/docker/machine/releases/tag/v0.9.0)
|
||||||
|
- [Notary 0.4.3](https://github.com/docker/notary/releases/tag/v0.4.3)
|
||||||
|
- Linux kernel 4.9.4
|
||||||
|
- qcow-tool 0.7.2
|
||||||
|
|
||||||
|
**New**
|
||||||
|
|
||||||
|
- The storage location of the Linux volume can now be moved
|
||||||
|
- Reclaim disk size on reboot
|
||||||
|
- You can now edit filesharing paths
|
||||||
|
- Memory can be allocated with 256 MiB steps
|
||||||
|
- Proxy can now be completely disabled
|
||||||
|
- Support for arm, aarch64, ppc64le architectures using qemu
|
||||||
|
- Dedicated preference pane for advanced configuration of the docker daemon (edit daemon.json)
|
||||||
|
- Docker Experimental mode can be toggled
|
||||||
|
- Better support for Split DNS VPN configurations
|
||||||
|
- Use more DNS servers, respect order
|
||||||
|
|
||||||
|
**Bug fixes and minor improvements**
|
||||||
|
|
||||||
|
- You can't edit settings while docker is restarting
|
||||||
|
- Support Copy/Paste in About box
|
||||||
|
- Auto update polling every 24h
|
||||||
|
- Kernel boots with vsyscall=emulate arg and CONFIG_LEGACY_VSYSCALL is set to NONE in Moby
|
||||||
|
- Fixed vsock deadlock under heavy write load
|
||||||
|
- If you opt-out of analytics, you're prompted for approval before a bug report is sent
|
||||||
|
- Fixed bug where search domain could be read as `DomainName`
|
||||||
|
- Dedicated preference pane for HTTP proxy settings.
|
||||||
|
- Dedicated preference pane for CPU & Memory computing resources.
|
||||||
|
- Privacy settings moved to the general preference pane
|
||||||
|
- Fixed an issue where the preference pane disappeared when the welcome whale menu was closed.
|
||||||
|
- HyperKit: code cleanup and minor fixes
|
||||||
|
- Improvements to Logging and Diagnostics
|
||||||
|
- osxfs: switch to libev/kqueue to improve latency
|
||||||
|
- VPNKit: improvements to DNS handling
|
||||||
|
- VPNKit: Improved diagnostics
|
||||||
|
- VPNKit: Forwarded UDP datagrams should have correct source port numbers
|
||||||
|
- VPNKit: add a local cache of DNS responses
|
||||||
|
- VPNKit: If one request fails, allow other concurrent requests to succeed.
|
||||||
|
For example this allows IPv4 servers to work even if IPv6 is broken.
|
||||||
|
- VPNKit: Fix bug which could cause the connection tracking to
|
||||||
|
underestimate the number of active connections
|
||||||
|
|
||||||
|
### Beta 37 Release Notes (2017-01-16 1.13.0-rc7-beta37)
|
||||||
|
|
||||||
|
**Upgrades**
|
||||||
|
|
||||||
|
- Docker 1.13.0-rc7
|
||||||
|
- Notary 0.4.3
|
||||||
|
- Linux kernel 4.9.3
|
||||||
|
|
||||||
### Beta 36 Release Notes (2017-01-12 1.13.0-rc6-beta36)
|
### Beta 36 Release Notes (2017-01-12 1.13.0-rc6-beta36)
|
||||||
|
|
||||||
>**Important Note:** Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading.
|
>**Important Note:** Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading.
|
||||||
|
|
|
@ -258,6 +258,63 @@ We did not distribute a 1.12.4 stable release
|
||||||
|
|
||||||
## Beta Release Notes
|
## Beta Release Notes
|
||||||
|
|
||||||
|
### Beta 38 Release Notes (2017-01-20 1.13.0-beta38)
|
||||||
|
|
||||||
|
**Upgrades**
|
||||||
|
|
||||||
|
- [Docker 1.13.0](https://github.com/docker/docker/releases/tag/v1.13.0)
|
||||||
|
- [Docker Compose 1.10](https://github.com/docker/compose/releases/tag/1.10.0)
|
||||||
|
- [Docker Machine 0.9.0](https://github.com/docker/machine/releases/tag/v0.9.0)
|
||||||
|
- [Notary 0.4.3](https://github.com/docker/notary/releases/tag/v0.4.3)
|
||||||
|
- Linux kernel 4.9.4
|
||||||
|
- qcow-tool 0.7.2
|
||||||
|
|
||||||
|
**New**
|
||||||
|
|
||||||
|
- The storage location of the Linux volume can now be moved
|
||||||
|
- Reclaim disk size on reboot
|
||||||
|
- You can now edit filesharing paths
|
||||||
|
- Memory can be allocated with 256 MiB steps
|
||||||
|
- Proxy can now be completely disabled
|
||||||
|
- Support for arm, aarch64, ppc64le architectures using qemu
|
||||||
|
- Dedicated preference pane for advanced configuration of the docker daemon (edit daemon.json)
|
||||||
|
- Docker Experimental mode can be toggled
|
||||||
|
- Better support for Split DNS VPN configurations
|
||||||
|
- Use more DNS servers, respect order
|
||||||
|
|
||||||
|
**Bug fixes and minor changes**
|
||||||
|
|
||||||
|
- You cannot edit settings while docker is restarting
|
||||||
|
- Support Copy/Paste in About box
|
||||||
|
- Auto update polling every 24h
|
||||||
|
- Kernel boots with vsyscall=emulate arg and CONFIG_LEGACY_VSYSCALL is set to NONE in Moby
|
||||||
|
- Fixed vsock deadlock under heavy write load
|
||||||
|
- If you opt-out of analytics, you're prompted for approval before a bug report is sent
|
||||||
|
- Fixed bug where search domain could be read as `DomainName`
|
||||||
|
- Dedicated preference pane for HTTP proxy settings.
|
||||||
|
- Dedicated preference pane for CPU & Memory computing resources.
|
||||||
|
- Privacy settings moved to the general preference pane.
|
||||||
|
- Fixed an issue where the preference pane disappeared when the welcome whale menu was closed.
|
||||||
|
- HyperKit: code cleanup and minor fixes
|
||||||
|
- Improvements to Logging and Diagnostics
|
||||||
|
- osxfs: switch to libev/kqueue to improve latency
|
||||||
|
- VPNKit: improvements to DNS handling
|
||||||
|
- VPNKit: Improved diagnostics
|
||||||
|
- VPNKit: Forwarded UDP datagrams should have correct source port numbers
|
||||||
|
- VPNKit: add a local cache of DNS responses
|
||||||
|
- VPNKit: If one request fails, allow other concurrent requests to succeed.
|
||||||
|
For example this allows IPv4 servers to work even if IPv6 is broken.
|
||||||
|
- VPNKit: Fixed bug which could cause the connection tracking to
|
||||||
|
underestimate the number of active connections
|
||||||
|
|
||||||
|
### Beta 37 Release Notes (2017-01-16 1.13.0-rc7-beta37)
|
||||||
|
|
||||||
|
**Upgrades**
|
||||||
|
|
||||||
|
- Docker 1.13.0-rc7
|
||||||
|
- Notary 0.4.3
|
||||||
|
- Linux kernel 4.9.3
|
||||||
|
|
||||||
### Beta 36 Release Notes (2017-01-12 1.13.0-rc6-beta36)
|
### Beta 36 Release Notes (2017-01-12 1.13.0-rc6-beta36)
|
||||||
|
|
||||||
>**Important Note:** Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading.
|
>**Important Note:** Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading.
|
||||||
|
|
Loading…
Reference in New Issue