Browse code

Fix header levels for 1.9 release notes

This way, parsers like allmychanges.com will be able to extract structured information about release

Signed-off-by: Alexander Artemenko <svetlyak.40wt@gmail.com>

Alexander Artemenko authored on 2015/11/18 18:46:39
Showing 1 changed files
... ...
@@ -7,7 +7,7 @@ be found.
7 7
 
8 8
 ## 1.9.0 (2015-11-03)
9 9
 
10
-## Runtime
10
+### Runtime
11 11
 
12 12
 + `docker stats` now returns block IO metrics (#15005)
13 13
 + `docker stats` now details network stats per interface (#15786)
... ...
@@ -37,11 +37,11 @@ with `ro` option (#14965)
37 37
 - Fix an issue with incorrect template execution in `docker inspect` (#17284)
38 38
 - DEPRECATE `-c` short flag variant for `--cpu-shares` in docker run (#16271)
39 39
 
40
-## Client
40
+### Client
41 41
 
42 42
 + Allow `docker import` to import from local files (#11907)
43 43
 
44
-## Builder
44
+### Builder
45 45
 
46 46
 + Add a `STOPSIGNAL` Dockerfile instruction allowing to set a different
47 47
 stop-signal for the container process (#15307)
... ...
@@ -49,7 +49,7 @@ stop-signal for the container process (#15307)
49 49
 that allows to add build-time environment variables (#15182)
50 50
 - Improve cache miss performance (#16890)
51 51
 
52
-## Storage
52
+### Storage
53 53
 
54 54
 - devicemapper: Implement deferred deletion capability (#16381)
55 55
 
... ...
@@ -71,7 +71,7 @@ that allows to add build-time environment variables (#15182)
71 71
   Those are now specific to the `bridge` network. Use `NetworkSettings.Networks` to inspect
72 72
   the networking settings of a container per network.
73 73
 
74
-## Volumes
74
+### Volumes
75 75
 
76 76
 + New top-level `volume` subcommand and API (#14242)
77 77
 - Move API volume driver settings to host-specific config (#15798)
... ...
@@ -80,7 +80,7 @@ that allows to add build-time environment variables (#15182)
80 80
 (#15507)
81 81
 - DEPRECATE auto-creating missing host paths for bind mounts (#16349)
82 82
 
83
-## Logging
83
+### Logging
84 84
 
85 85
 + Add `awslogs` logging driver for Amazon CloudWatch (#15495)
86 86
 + Add generic `tag` log option to allow customizing container/image
... ...
@@ -88,7 +88,7 @@ information passed to driver (e.g. show container names) (#15384)
88 88
 - Implement the `docker logs` endpoint for the journald driver (#13707)
89 89
 - DEPRECATE driver-specific log tags (e.g. `syslog-tag`, etc.) (#15384)
90 90
 
91
-## Distribution
91
+### Distribution
92 92
 
93 93
 + `docker search` now works with partial names (#16509)
94 94
 - Push optimization: avoid buffering to file (#15493)
... ...
@@ -101,7 +101,7 @@ by another client (#15489)
101 101
 `DOCKER_CONTENT_TRUST_OFFLINE_PASSPHRASE` and
102 102
 `DOCKER_CONTENT_TRUST_TAGGING_PASSPHRASE` (#16894)
103 103
 
104
-## Security
104
+### Security
105 105
 
106 106
 + Add SELinux profiles to the rpm package (#15832)
107 107
 - Fix various issues with AppArmor profiles provided in the deb package