From 16e900a1c2858fbe49e256ffdab24d09727e787f Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Mon, 25 Nov 2013 19:05:32 +0000 Subject: [PATCH 1/2] Bump version file to 0.7.0 Upstream-commit: 5c5ee194cb383be42c0d0b9fc53114fa991de564 Component: engine --- components/engine/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/VERSION b/components/engine/VERSION index 3b4b12db5a..faef31a435 100644 --- a/components/engine/VERSION +++ b/components/engine/VERSION @@ -1 +1 @@ -0.6.7-dev +0.7.0 From ae49d218bd6e9e2a77231dde3b98cb009c45e258 Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Mon, 25 Nov 2013 19:05:49 +0000 Subject: [PATCH 2/2] Add 0.7.0 Changelog entry, with notable high-level features since 0.6.0. Upstream-commit: de30ffb2c3b9aa86a5abd6a40b661cec247c6dbd Component: engine --- components/engine/CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/components/engine/CHANGELOG.md b/components/engine/CHANGELOG.md index a1042ba53a..75dd094bd4 100644 --- a/components/engine/CHANGELOG.md +++ b/components/engine/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 0.7.0 (2013-11-25) + +#### Notable features since 0.6.0 + +* Storage drivers: choose from aufs, device mapper, vfs or btrfs. +* Standard Linux support: docker now runs on unmodified linux kernels and all major distributions. +* Links: compose complex software stacks by connecting containers to each other. +* Container naming: organize your containers by giving them memorable names. +* Advanced port redirects: specify port redirects per interface, or keep sensitive ports private. +* Offline transfer: push and pull images to the filesystem without losing information. +* Quality: numerous bugfixes and small usability improvements. Significant increase in test coverage. + ## 0.6.7 (2013-11-21) #### Runtime