Skip to content

Commit 333693c

Browse files
committed
Re-order CHANGELOG.md to pass make validate test
This fix re-orders the CHANGELOG so that `make validate` test could pass. The validation requires that the date in the changelog is always ordered. Signed-off-by: Yong Tang <[email protected]>
1 parent 38162e9 commit 333693c

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

CHANGELOG.md

+22-22
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ information on the list of deprecated flags and APIs please have a look at
55
https://docs.docker.com/engine/deprecated/ where target removal dates can also
66
be found.
77

8+
## 17.03.2-ce (2017-05-29)
9+
10+
### Networking
11+
12+
- Fix a concurrency issue preventing network creation [#33273](https://github.com/moby/moby/pull/33273)
13+
14+
### Runtime
15+
16+
- Relabel secrets path to avoid a Permission Denied on selinux enabled systems [#33236](https://github.com/moby/moby/pull/33236) (ref [#32529](https://github.com/moby/moby/pull/32529)
17+
- Fix cases where local volume were not properly relabeled if needed [#33236](https://github.com/moby/moby/pull/33236) (ref [#29428](https://github.com/moby/moby/pull/29428))
18+
- Fix an issue while upgrading if a plugin rootfs was still mounted [#33236](https://github.com/moby/moby/pull/33236) (ref [#32525](https://github.com/moby/moby/pull/32525))
19+
- Fix an issue where volume wouldn't default to the `rprivate` propagation mode [#33236](https://github.com/moby/moby/pull/33236) (ref [#32851](https://github.com/moby/moby/pull/32851))
20+
- Fix a panic that could occur when a volume driver could not be retrieved [#33236](https://github.com/moby/moby/pull/33236) (ref [#32347](https://github.com/moby/moby/pull/32347))
21+
+ Add a warning in `docker info` when the `overlay` or `overlay2` graphdriver is used on a filesystem without `d_type` support [#33236](https://github.com/moby/moby/pull/33236) (ref [#31290](https://github.com/moby/moby/pull/31290))
22+
- Fix an issue with backporting mount spec to older volumes [#33207](https://github.com/moby/moby/pull/33207)
23+
- Fix issue where a failed unmount can lead to data loss on local volume remove [#33120](https://github.com/moby/moby/pull/33120)
24+
25+
### Swarm Mode
26+
27+
- Fix a case where tasks could get killed unexpectedly [#33118](https://github.com/moby/moby/pull/33118)
28+
- Fix an issue preventing to deploy services if the registry cannot be reached despite the needed images being locally present [#33117](https://github.com/moby/moby/pull/33117)
29+
830
## 17.05.0-ce (2017-05-04)
931

1032
### Builder
@@ -176,28 +198,6 @@ be found.
176198

177199
* Block pulling Windows images on non-Windows daemons [#29001](https://github.com/docker/docker/pull/29001)
178200

179-
## 17.03.2-ce (2017-05-29)
180-
181-
### Networking
182-
183-
- Fix a concurrency issue preventing network creation [#33273](https://github.com/moby/moby/pull/33273)
184-
185-
### Runtime
186-
187-
- Relabel secrets path to avoid a Permission Denied on selinux enabled systems [#33236](https://github.com/moby/moby/pull/33236) (ref [#32529](https://github.com/moby/moby/pull/32529)
188-
- Fix cases where local volume were not properly relabeled if needed [#33236](https://github.com/moby/moby/pull/33236) (ref [#29428](https://github.com/moby/moby/pull/29428))
189-
- Fix an issue while upgrading if a plugin rootfs was still mounted [#33236](https://github.com/moby/moby/pull/33236) (ref [#32525](https://github.com/moby/moby/pull/32525))
190-
- Fix an issue where volume wouldn't default to the `rprivate` propagation mode [#33236](https://github.com/moby/moby/pull/33236) (ref [#32851](https://github.com/moby/moby/pull/32851))
191-
- Fix a panic that could occur when a volume driver could not be retrieved [#33236](https://github.com/moby/moby/pull/33236) (ref [#32347](https://github.com/moby/moby/pull/32347))
192-
+ Add a warning in `docker info` when the `overlay` or `overlay2` graphdriver is used on a filesystem without `d_type` support [#33236](https://github.com/moby/moby/pull/33236) (ref [#31290](https://github.com/moby/moby/pull/31290))
193-
- Fix an issue with backporting mount spec to older volumes [#33207](https://github.com/moby/moby/pull/33207)
194-
- Fix issue where a failed unmount can lead to data loss on local volume remove [#33120](https://github.com/moby/moby/pull/33120)
195-
196-
### Swarm Mode
197-
198-
- Fix a case where tasks could get killed unexpectedly [#33118](https://github.com/moby/moby/pull/33118)
199-
- Fix an issue preventing to deploy services if the registry cannot be reached despite the needed images being locally present [#33117](https://github.com/moby/moby/pull/33117)
200-
201201
## 17.03.1-ce (2017-03-27)
202202

203203
### Remote API (v1.27) & Client

0 commit comments

Comments
 (0)