Skip to content

Commit

Permalink
Fix header levels for 1.9 release notes
Browse files Browse the repository at this point in the history
This way, parsers like allmychanges.com will be able to extract structured information about release

Signed-off-by: Alexander Artemenko <[email protected]>
  • Loading branch information
svetlyak40wt committed Nov 18, 2015
1 parent 7179c89 commit 4cef347
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ be found.

## 1.9.0 (2015-11-03)

## Runtime
### Runtime

+ `docker stats` now returns block IO metrics (#15005)
+ `docker stats` now details network stats per interface (#15786)
Expand Down Expand Up @@ -37,19 +37,19 @@ with `ro` option (#14965)
- Fix an issue with incorrect template execution in `docker inspect` (#17284)
- DEPRECATE `-c` short flag variant for `--cpu-shares` in docker run (#16271)

## Client
### Client

+ Allow `docker import` to import from local files (#11907)

## Builder
### Builder

+ Add a `STOPSIGNAL` Dockerfile instruction allowing to set a different
stop-signal for the container process (#15307)
+ Add an `ARG` Dockerfile instruction and a `--build-arg` flag to `docker build`
that allows to add build-time environment variables (#15182)
- Improve cache miss performance (#16890)

## Storage
### Storage

- devicemapper: Implement deferred deletion capability (#16381)

Expand All @@ -71,7 +71,7 @@ that allows to add build-time environment variables (#15182)
Those are now specific to the `bridge` network. Use `NetworkSettings.Networks` to inspect
the networking settings of a container per network.

## Volumes
### Volumes

+ New top-level `volume` subcommand and API (#14242)
- Move API volume driver settings to host-specific config (#15798)
Expand All @@ -80,15 +80,15 @@ that allows to add build-time environment variables (#15182)
(#15507)
- DEPRECATE auto-creating missing host paths for bind mounts (#16349)

## Logging
### Logging

+ Add `awslogs` logging driver for Amazon CloudWatch (#15495)
+ Add generic `tag` log option to allow customizing container/image
information passed to driver (e.g. show container names) (#15384)
- Implement the `docker logs` endpoint for the journald driver (#13707)
- DEPRECATE driver-specific log tags (e.g. `syslog-tag`, etc.) (#15384)

## Distribution
### Distribution

+ `docker search` now works with partial names (#16509)
- Push optimization: avoid buffering to file (#15493)
Expand All @@ -101,7 +101,7 @@ by another client (#15489)
`DOCKER_CONTENT_TRUST_OFFLINE_PASSPHRASE` and
`DOCKER_CONTENT_TRUST_TAGGING_PASSPHRASE` (#16894)

## Security
### Security

+ Add SELinux profiles to the rpm package (#15832)
- Fix various issues with AppArmor profiles provided in the deb package
Expand Down

0 comments on commit 4cef347

Please sign in to comment.