Updated docs for 17.10 Edge release

Signed-off-by: French Ben <frenchben@docker.com>
This commit is contained in:
French Ben 2017-10-27 10:47:55 +02:00 committed by Misty Stanley-Jones
parent 10629a424e
commit bce06ce4b5
4 changed files with 36 additions and 131 deletions

View File

@ -8,25 +8,17 @@ CloudFormation templates for past releases. If starting out, please use the late
## CE (Stable)
### 17.03.1
### 17.06.2
http://editions-us-east-1.s3.amazonaws.com/aws/stable/17.03.1/Docker.tmpl
### 17.03.1
http://editions-us-east-1.s3.amazonaws.com/aws/stable/17.03.1/Docker.tmpl
### 17.03.0
http://editions-us-east-1.s3.amazonaws.com/aws/stable/17.03.0/Docker.tmpl
http://editions-us-east-1.s3.amazonaws.com/aws/stable/17.06.2/Docker.tmpl
## EE
### 17.06.1
### 17.06.2
* Docker EE Basic: https://editions-us-east-1.s3.amazonaws.com/aws/17.06/17.06.1/Docker.tmpl
* Docker EE Standard and Advanced: https://editions-us-east-1.s3.amazonaws.com/aws/17.06/17.06.1/Docker-DDC.tmpl
* Docker EE Basic: https://editions-us-east-1.s3.amazonaws.com/aws/17.06/17.06.2/Docker.tmpl
* Docker EE Standard and Advanced: https://editions-us-east-1.s3.amazonaws.com/aws/17.06/17.06.2/Docker-DDC.tmpl
### 17.03.1
### 17.03.2
https://editions-us-east-1.s3.amazonaws.com/aws/17.03/17.03.1/Docker.tmpl
https://editions-us-east-1.s3.amazonaws.com/aws/17.03/17.03.2/Docker.tmpl

View File

@ -15,8 +15,8 @@ title: Docker for AWS release notes
- 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" class="_"}
- UCP 2.2.0
- DTR 2.3.0
- UCP 2.2.3
- DTR 2.3.3
### 17.03 EE
@ -84,19 +84,18 @@ Release date: 03/01/2017
- Added `ELBDNSZoneID` output to make it easier to interact with Route53
## Test channel
## Edge channel
### 17.05.0-ce-rc1
### 17.09 CE
Release date: 04/12/2017
{{aws_blue_test}}
{{aws_blue_edge}}
**New**
- Docker Engine upgraded to [Docker 17.05.0 CE RC1](https://github.com/docker/docker/blob/master/CHANGELOG.md)
- Terminated instances will now automatically be removed from the Swarm.
- [Bug Fix] [meta-server] fixed crashing issue, when an instance had no public IP address.
Release date: 10/18/2017
- Docker Engine upgraded to [Docker 17.10.0 CE](https://github.com/docker/docker-ce/releases/tag/v17.10.0-ce){: target="_blank" class="_"}
- Editions container log to stdout instead of disk, preventing hdd fill-up
## Template archive

View File

@ -4,14 +4,21 @@ keywords: azure, microsoft, iaas, release, edge, stable
title: Docker for Azure template archive
---
Templates for past releases. If starting out, please use the latest version.
ARM templates for past releases. If starting out, please use the latest version.
## CE (Stable)
### 17.03.1
### 17.06.2
https://download.docker.com/azure/stable/17.03.1/Docker.tmpl
https://download.docker.com/azure/stable/17.06.2/Docker.tmpl
### 17.03.0
## EE
https://download.docker.com/azure/stable/17.03.0/Docker.tmpl
### 17.06.2
* Docker EE Basic: https://download.docker.com/azure/17.06/17.06.2/Docker.tmpl
* Docker EE Standard and Advanced: https://download.docker.com/azure/17.06/17.06.2/Docker-DDC.tmpl
### 17.03.2
https://download.docker.com/azure/17.03/17.03.2/Docker.tmpl

View File

@ -15,8 +15,8 @@ title: Docker for Azure Release Notes
- 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"}
- UCP 2.2.0
- DTR 2.3.0
- UCP 2.2.3
- DTR 2.3.3
### 17.03 EE
@ -105,110 +105,17 @@ Release date: 01/18/2017
## Edge channel
### 17.06.0-edge CE
### 17.09 CE
Release date: 06/28/2017
{{azure_blue_latest}}
{{aws_blue_edge}}
**New**
- Docker Engine upgraded to [Docker 17.06.0 CE](https://github.com/docker/docker/blob/master/CHANGELOG.md)
- Introduced a new way to kick off upgrades through a container. The old upgrade.sh is no longer supported.
- Introduced new SMB mount related parameters for Cloudstor volumes [persistent storage volumes](persistent-data-volumes.md).
Release date: 10/18/2017
### 17.05.0-edge CE
Release date: 05/08/2017
**New**
- Docker Engine upgraded to [Docker 17.05.0 CE](https://github.com/moby/moby/releases/tag/v17.05.0-ce)
### 17.04.0-edge CE
Release date: 04/06/2017
**New**
- Docker Engine upgraded to [Docker 17.04.0 CE](https://github.com/docker/docker/blob/master/CHANGELOG.md)
- Fixed bugs in the way container logs are uploaded to File Storage in the storage account for logs
### 17.03.0-edge CE
Release date: 03/01/2017
**New**
- Docker Engine upgraded to [Docker 17.03.0 CE](https://github.com/docker/docker/blob/master/CHANGELOG.md)
### 1.13.1-beta18
Release date: 02/16/2017
**New**
- Docker Engine upgraded to [Docker 1.13.1](https://github.com/docker/docker/blob/master/CHANGELOG.md)
- Added Swarm wide support for [persistent storage volumes](persistent-data-volumes.md)
### 1.13.0-beta12
Release date: 12/09/2016
**New**
- Docker Engine upgraded to [Docker 1.13.0-rc2](https://github.com/docker/docker/blob/master/CHANGELOG.md)
- SSH access has been added to the worker nodes
- The Docker daemon no longer listens on port 2375
- Added a `swarm-exec` to execute a docker command across all of the swarm nodes. See [Executing Docker commands in all swarm nodes](deploy.md#execute-docker-commands-in-all-swarm-nodes) for more details.
### 1.12.3-beta10
Release date: 11/08/2016
**New**
- Docker Engine upgraded to Docker 1.12.3
- Fixed the shell container that runs on the managers, to remove a ssh host key that was accidentally added to the image.
This could have led to a potential man in the middle (MITM) attack. The ssh host key is now generated on host startup, so that each host has its own key.
- The SSH ELB for connecting to the managers using SSH has been removed because it is no longer possible to SSH into the managers without getting a security warning
- Multiple managers can be deployed
- All container logs can be found in the `xxxxlog` storage account
- You can connect to each manager using SSH by following our deploy [guide](deploy.md)
### 1.12.2-beta9
Release date: 10/17/2016
**New**
- Docker Engine upgraded to Docker 1.12.2
- Manager behind its own LB
- Added sudo support to the shell container on manager nodes
### 1.12.1-beta5
Release date: 08/19/2016
**New**
* Docker Engine upgraded to 1.12.1
### Errata
* To assist with debugging, the Docker Engine API is available internally in the Azure VPC on TCP port 2375. These ports cannot be accessed from outside the cluster, but could be used from within the cluster to obtain privileged access on other cluster nodes. In future releases, direct remote access to the Docker API will not be available.
### 1.12.0-beta4
Release date: 08/09/2016
**New**
* First release
### Errata
* To assist with debugging, the Docker Engine API is available internally in the Azure VPC on TCP port 2375. These ports cannot be accessed from outside the cluster, but could be used from within the cluster to obtain privileged access on other cluster nodes. In future releases, direct remote access to the Docker API will not be available.
- Docker Engine upgraded to [Docker 17.10.0 CE](https://github.com/docker/docker-ce/releases/tag/v17.10.0-ce){: target="_blank" class="_"}
- Editions container log to stdout instead of disk, preventing hdd fill-up
- Azure VHD mounts instance HDD allowing for smaller boot disks
## Template archive