From f00aeb57d5e40516b25d536470b4bd96f07d5d63 Mon Sep 17 00:00:00 2001 From: Fred Lifton Date: Fri, 10 Apr 2015 14:40:47 -0700 Subject: [PATCH] Adds release notes for upcoming 1.6 release Signed-off-by: Fred Lifton --- docs/index.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index f32b803948..57fd77aa0d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -38,7 +38,7 @@ Now you should be able to check the version with `docker-machine -v`: ``` $ docker-machine -v -machine version 0.1.0 +machine version 0.2.0 ``` ## Getting started with Docker Machine using a local VM @@ -924,3 +924,22 @@ Options: - `--vmwarevsphere-vcenter`: IP/hostname for vCenter (or ESXi if connecting directly to a single host). The VMware vSphere driver uses the latest boot2docker image. + +## Release Notes + +### Version 0.2.0 (April 16, 2015) + +For complete information on this release, see the [0.2.0 Milestone project page](https://github.com/docker/machine/wiki/0.2.0-Milestone-Project-Page). +In addition to bug fixes and refinements, this release adds the following: + +* Updated and refactored Driver interface For details, see +[PR #694](https://github.com/docker/machine/pull/694). + +* Initial creation of an internal API, so Machine can be used as a library. For +details, see [PR #553](https://github.com/docker/machine/issues/553). + +* Improvements and isolation of provisioning functionality, so Machine can +provision and configure the Docker Engine based on OS detection. For details, +see [PR #553](https://github.com/docker/machine/issues/553). + +