From bf3ea070b181d804ae08a5414c91b6fe2e1ab597 Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Fri, 27 Feb 2015 11:34:52 +0000 Subject: [PATCH] Add start of a change log Signed-off-by: Ben Firshman --- CHANGES.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 CHANGES.md diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 0000000000..c0c0291e7f --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,29 @@ +Change log +========== + +0.1.0 (2015-02-26) +------------------ + +Initial beta release. + +* Provision Docker Engines using multiple drivers +* Provide light management for the machines + * Create, Start, Stop, Restart, Kill, Remove, SSH +* Configure the Docker Engine for secure communication (TLS) +* Easily switch target machine for fast configuration of Docker Engine client +* Provision Swarm clusters (experimental) + +### Included drivers + +* Amazon EC2 +* Digital Ocean +* Google +* Microsoft Azure +* Microsoft Hyper-V +* Openstack +* Rackspace +* VirtualBox +* VMware Fusion +* VMware vCloud Air +* VMware vSphere +