mirror of https://github.com/docker/docs.git
Update some missing release notes (#4943)
This commit is contained in:
parent
bdc6fb8e9c
commit
b426618a9e
|
@ -27,12 +27,20 @@ title: Docker for AWS release notes
|
||||||
|
|
||||||
## Stable channel
|
## Stable channel
|
||||||
|
|
||||||
|
### 17.09 CE
|
||||||
|
|
||||||
|
{{aws_blue_latest}}
|
||||||
|
|
||||||
|
Release date: 10/6/2017
|
||||||
|
|
||||||
|
- Docker Engine upgraded to [Docker 17.09.0 CE](https://github.com/docker/docker-ce/releases/tag/v17.09.0-ce){: target="_blank" class="_"}
|
||||||
|
- CloudStor EBS updates
|
||||||
|
- Moby mounts for early reboot support
|
||||||
|
|
||||||
### 17.06.1 CE
|
### 17.06.1 CE
|
||||||
|
|
||||||
Release date: 08/17/2017
|
Release date: 08/17/2017
|
||||||
|
|
||||||
{{aws_blue_latest}}
|
|
||||||
|
|
||||||
**New**
|
**New**
|
||||||
|
|
||||||
- Docker Engine upgraded to [Docker 17.06.1 CE](https://github.com/docker/docker-ce/releases/tag/v17.06.1-ce){: target="_blank" class="_"}
|
- Docker Engine upgraded to [Docker 17.06.1 CE](https://github.com/docker/docker-ce/releases/tag/v17.06.1-ce){: target="_blank" class="_"}
|
||||||
|
|
|
@ -7,7 +7,7 @@ title: Docker for Azure Release Notes
|
||||||
{% include d4a_buttons.md %}
|
{% include d4a_buttons.md %}
|
||||||
|
|
||||||
## Enterprise Edition
|
## Enterprise Edition
|
||||||
[Docker Enterprise Edition Lifecycle](https://success.docker.com/Policies/Maintenance_Lifecycle){: target="_blank"}
|
[Docker Enterprise Edition Lifecycle](https://success.docker.com/Policies/Maintenance_Lifecycle){: target="_blank"}<!--_-->
|
||||||
|
|
||||||
[Deploy Docker Enterprise Edition (EE) for AWS](https://store.docker.com/editions/enterprise/docker-ee-aws?tab=description){: target="_blank" class="button outline-btn"}
|
[Deploy Docker Enterprise Edition (EE) for AWS](https://store.docker.com/editions/enterprise/docker-ee-aws?tab=description){: target="_blank" class="button outline-btn"}
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ title: Docker for Azure Release Notes
|
||||||
|
|
||||||
- Docker engine 17.06 EE
|
- Docker engine 17.06 EE
|
||||||
- For Std/Adv external logging has been removed, as it is now handled by [UCP](https://docs.docker.com/datacenter/ucp/2.0/guides/configuration/configure-logs/){: target="_blank"}
|
- For Std/Adv external logging has been removed, as it is now handled by [UCP](https://docs.docker.com/datacenter/ucp/2.0/guides/configuration/configure-logs/){: target="_blank"}
|
||||||
- UCP 2.2.0
|
- UCP 2.2.0
|
||||||
- DTR 2.3.0
|
- DTR 2.3.0
|
||||||
|
|
||||||
### 17.03 EE
|
### 17.03 EE
|
||||||
|
@ -26,12 +26,21 @@ title: Docker for Azure Release Notes
|
||||||
|
|
||||||
## Stable channel
|
## Stable channel
|
||||||
|
|
||||||
|
### 17.09 CE
|
||||||
|
|
||||||
|
{{azure_blue_latest}}
|
||||||
|
|
||||||
|
Release date: 10/6/2017
|
||||||
|
|
||||||
|
- Docker Engine upgraded to [Docker 17.09.0 CE](https://github.com/docker/docker-ce/releases/tag/v17.09.0-ce){: target="_blank" class="_"}
|
||||||
|
- Moby mounts for early reboot support
|
||||||
|
- Docker binary bundled where needed to allow easier host interchange
|
||||||
|
- Azure VHD use full hard drive space
|
||||||
|
|
||||||
### 17.06.2 CE
|
### 17.06.2 CE
|
||||||
|
|
||||||
Release date: 09/08/2017
|
Release date: 09/08/2017
|
||||||
|
|
||||||
{{azure_blue_latest}}
|
|
||||||
|
|
||||||
**New**
|
**New**
|
||||||
|
|
||||||
- Docker Engine upgraded to [Docker 17.06.2 CE](https://github.com/docker/docker-ce/releases/tag/v17.06.2-ce){: target="_blank"}
|
- Docker Engine upgraded to [Docker 17.06.2 CE](https://github.com/docker/docker-ce/releases/tag/v17.06.2-ce){: target="_blank"}
|
||||||
|
|
|
@ -5,6 +5,72 @@ keywords: release notes, machine
|
||||||
toc_max: 2
|
toc_max: 2
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 0.12.2 (2017-7-12)
|
||||||
|
|
||||||
|
### General
|
||||||
|
|
||||||
|
* The `scp` sub-command now allows to provide an optional `user@` to the address.
|
||||||
|
* Fixed bash completion on OS X
|
||||||
|
|
||||||
|
### Drivers
|
||||||
|
|
||||||
|
* `amazonec2`
|
||||||
|
* Updated default AMIs to the latest version of Ubuntu 16.04 LTS
|
||||||
|
* Fixed a bug preventing proper machine removal
|
||||||
|
* `vmwarevsphere`
|
||||||
|
* Creating VMs on a DRS-enabled cluster should now work properly
|
||||||
|
* Fixed a bug that prevented provisioning
|
||||||
|
* `vmwarefusion`
|
||||||
|
* Fixed a bug that prevented provisioning
|
||||||
|
* `exoscale`
|
||||||
|
* Updated library
|
||||||
|
|
||||||
|
## 0.12.1 (2017-6-30)
|
||||||
|
|
||||||
|
### General
|
||||||
|
|
||||||
|
- Fixed an issue with the version comparison function that prevented machines created with Engine 17.06.0 from starting properly.
|
||||||
|
|
||||||
|
## 0.12.0 (2017-6-5)
|
||||||
|
|
||||||
|
### General
|
||||||
|
|
||||||
|
- Various bash completion improvements
|
||||||
|
- Bump Go to version 1.8.3
|
||||||
|
|
||||||
|
### Drivers
|
||||||
|
|
||||||
|
- `openstack`
|
||||||
|
- Enable `HTTP_PROXY`
|
||||||
|
- `digitalocean`
|
||||||
|
- Add support for tagging
|
||||||
|
- `virtualbox`
|
||||||
|
- Scope DHCP address range based on CIDR
|
||||||
|
- `generic`
|
||||||
|
- Increase default timeout
|
||||||
|
- `google`
|
||||||
|
- Add subnetwork support
|
||||||
|
|
||||||
|
### Provisioners
|
||||||
|
|
||||||
|
- Remove restriction on `--engine-install-url` in default-to-boot2docker drivers (`virtualbox`, `vmwarefusion`, etc.)
|
||||||
|
- Reduce provisioning time of SUSE/openSUSE systems
|
||||||
|
|
||||||
|
## 0.11.0 (2017-4-25)
|
||||||
|
|
||||||
|
### General
|
||||||
|
|
||||||
|
- Various bugfixes and updated library dependencies
|
||||||
|
- new `docker-machine scp --delta` to invoke `rsync` behind the scenes for more efficient transfer
|
||||||
|
|
||||||
|
### Drivers
|
||||||
|
|
||||||
|
- `digitalocean`
|
||||||
|
- Add support for tagging DigitalOcean instances.
|
||||||
|
- `google`
|
||||||
|
- Add support for subnetworks
|
||||||
|
|
||||||
|
|
||||||
## 0.10.0 (2017-2-27)
|
## 0.10.0 (2017-2-27)
|
||||||
|
|
||||||
### General
|
### General
|
||||||
|
|
Loading…
Reference in New Issue