You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/aws/release-notes.md
+23-2Lines changed: 23 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,16 +16,37 @@ weight="400"
16
16
17
17
# Docker for AWS Release notes
18
18
19
+
## 1.13.0-rc1-beta11
20
+
21
+
Release date: 11/17/2016
22
+
23
+
<ahref="https://console.aws.amazon.com/cloudformation/home#/stacks/new?stackName=Docker&templateURL=https://docker-for-aws.s3.amazonaws.com/aws/beta/aws-v1.13.0-rc1-beta11.json"data-rel="Beta-10"target="_blank"id="aws-deploy"></a>
24
+
25
+
### New
26
+
27
+
- Docker Engine upgraded to Docker 1.13.0-rc1
28
+
- Changes to port 2375 access. For security reasons we locked down access to port 2375 in the following ways.
29
+
- You can't connect to port 2375 on managers and workers from the public internet (no change)
30
+
- You can connect to port 2375 on workers from managers (no change)
31
+
- You can connect to port 2375 on managers from other managers (no change)
32
+
- You can't connect to port 2375 on managers from workers (new change)
33
+
- You can't connect to port 2375 on workers from other workers (new change)
34
+
- Added changes to the way we manage swarm tokens to make it more secure.
35
+
36
+
### Important
37
+
- Due to some changes with the IP ranges in the subnets in Beta10, it will not be possible to upgrade from beta 10 to beta 11. You will need to start from scratch using beta11. We are sorry for any issues this might cause. We needed to make the change, and it was decided it was best to do it now, while still in private beta to limit the impact.
38
+
39
+
19
40
## 1.12.3-beta10
20
41
21
42
Release date: 10/27/2016
22
43
23
-
<ahref="https://console.aws.amazon.com/cloudformation/home#/stacks/new?stackName=Docker&templateURL=https://docker-for-aws.s3.amazonaws.com/aws/beta/aws-v1.12.3-beta10.json"data-rel="Beta-10"target="_blank"id="aws-deploy"></a>
44
+
24
45
25
46
### New
26
47
27
48
- Docker Engine upgraded to Docker 1.12.3
28
-
- Fixed the shell container that runs on the managers, to remove a ssh host key that was accidentally added to the image.
49
+
- Fixed the shell container that runs on the managers, to remove a ssh host key that was accidentally added to the image.
29
50
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.
30
51
- The SSH ELB for SSH'ing into the managers has been removed because it is no longer possible to SSH into the managers without getting a security warning
31
52
- Each Manager can be SSH'd into by following our deploy [guide](../deploy)
0 commit comments