mirror of https://github.com/docker/docs.git
17.12 release notes (#5926)
* Updated release notes and FAQ around EFS Signed-off-by: French Ben <frenchben@docker.com> * Added note around machine restart ssh access Signed-off-by: French Ben <frenchben@docker.com> * Edge release added Signed-off-by: French Ben <frenchben@docker.com> * Disabled EFS encryption Signed-off-by: French Ben <frenchben@docker.com> * Added note on upgrade and EFS declaration Signed-off-by: French Ben <frenchben@docker.com> * Migrate notes to proper md Signed-off-by: French Ben <frenchben@docker.com>
This commit is contained in:
parent
5af0f2a526
commit
5e380f624c
|
@ -25,12 +25,23 @@ title: Docker for AWS release notes
|
|||
- DTR 2.2.7
|
||||
|
||||
|
||||
> **Note** Starting with 18.02.0-CE EFS encryption option has been removed to prevent the [recreation of the EFS volume](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html){: target="_blank" class="_"}.
|
||||
|
||||
## Stable channel
|
||||
|
||||
### 17.09 CE
|
||||
### 17.12 CE
|
||||
|
||||
{{aws_blue_latest}}
|
||||
|
||||
Release date: 1/9/2018
|
||||
|
||||
- Docker Engine upgraded to [Docker 17.12.0 CE](https://github.com/docker/docker-ce/releases/tag/v17.12.0-ce){: target="_blank" class="_"}
|
||||
- Kernel patch to mitigates Meltdown attacks ( CVE-2017-5754) and enable KPTI
|
||||
|
||||
> **Note** There is currently an issue in LinuxKit that prevents containers from [starting after a machine reboot](https://github.com/moby/moby/issues/36189){: target="_blank" class="_"}.
|
||||
|
||||
### 17.09 CE
|
||||
|
||||
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="_"}
|
||||
|
@ -86,12 +97,20 @@ Release date: 03/01/2017
|
|||
|
||||
## Edge channel
|
||||
|
||||
### 17.10 CE
|
||||
### 18.01 CE
|
||||
|
||||
{{aws_blue_edge}}
|
||||
|
||||
**New**
|
||||
|
||||
Release date: 1/18/2018
|
||||
|
||||
- Docker Engine upgraded to [Docker 18.01.0 CE](https://github.com/docker/docker-ce/releases/tag/v18.01.0-ce){: target="_blank" class="_"}
|
||||
|
||||
### 17.10 CE
|
||||
|
||||
**New**
|
||||
|
||||
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="_"}
|
||||
|
|
|
@ -36,6 +36,8 @@ Single containers started (for example) with `docker run -d` are
|
|||
**not** preserved during an upgrade. This is because they're not Docker Swarm
|
||||
objects, but are known only to the individual Docker engines.
|
||||
|
||||
> **Note** Current Docker versions, up to 18.02.0-ce, will [recreate the EFS volume](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html){: target="_blank" class="_"} when performing a stack upgrade.
|
||||
|
||||
## Changing instance sizes and other template parameters
|
||||
|
||||
In addition to upgrading Docker for AWS from one version to the next you can
|
||||
|
|
|
@ -26,10 +26,19 @@ title: Docker for Azure Release Notes
|
|||
|
||||
## Stable channel
|
||||
|
||||
### 17.09 CE
|
||||
### 17.12 CE
|
||||
|
||||
{{azure_blue_latest}}
|
||||
|
||||
Release date: 1/9/2018
|
||||
|
||||
- Docker Engine upgraded to [Docker 17.12.0 CE](https://github.com/docker/docker-ce/releases/tag/v17.12.0-ce){: target="_blank" class="_"}
|
||||
- Kernel patch to mitigates Meltdown attacks ( CVE-2017-5754) and enable KPTI
|
||||
|
||||
> **Note** There is currently an issue in LinuxKit that prevents containers from [starting after a machine reboot](https://github.com/moby/moby/issues/36189){: target="_blank" class="_"}.
|
||||
|
||||
### 17.09 CE
|
||||
|
||||
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="_"}
|
||||
|
@ -105,12 +114,21 @@ Release date: 01/18/2017
|
|||
|
||||
## Edge channel
|
||||
|
||||
### 17.10 CE
|
||||
### 18.01 CE
|
||||
|
||||
{{aws_blue_edge}}
|
||||
|
||||
**New**
|
||||
|
||||
Release date: 1/18/2018
|
||||
|
||||
- Docker Engine upgraded to [Docker 18.01.0 CE](https://github.com/docker/docker-ce/releases/tag/v18.01.0-ce){: target="_blank" class="_"}
|
||||
|
||||
|
||||
### 17.10 CE
|
||||
|
||||
**New**
|
||||
|
||||
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="_"}
|
||||
|
|
Loading…
Reference in New Issue