From e14a3693f4867474638e6a1018216dee2bc30cf2 Mon Sep 17 00:00:00 2001 From: Emmanuel Frecon Date: Mon, 1 Jun 2015 23:19:47 +0200 Subject: [PATCH] Towards 0.5.1 --- NOTES.md | 12 +----------- RELEASENOTES.md | 10 +++++++--- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/NOTES.md b/NOTES.md index c4dcd61..bca87dc 100644 --- a/NOTES.md +++ b/NOTES.md @@ -1,4 +1,4 @@ -# Internal Notes and TODOs +# Internal Notes ## Making a Release @@ -10,13 +10,3 @@ To make a release, you should do the following: 3. Make binaries using the script in the `make` sub-directory. 4. Tag the release in git using: `git tag -a -m "Version vX.Y" vX.Y`. 5. Push the tag to the main repository: `git push --tags`. - -## TODO - -* Use docker save (locally on the host), scp and docker load on the - guest to skip slow downloads and use the local cache of docker - images whenever possible. - -* Sort out `docker login` properly, by default docker `compose` starts the - components in the cluster as `root`, so maybe should we simply `sudo docker - login`? diff --git a/RELEASENOTES.md b/RELEASENOTES.md index b3b62e2..9878804 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,10 +1,10 @@ # Release Notes -## v 0.5.1 (In development) +## v 0.5.1 * Exported shares are now resolved relatively to the directory of the - main cluster description file, which to migrate project trees if - necessary. + main cluster description file, which helps migrating project trees + if necessary. * Mounted shares (still VirtualBox only) will persist reboots of the virtual machines through adding a specific section to @@ -42,6 +42,10 @@ * Added `ps` command to return the status of the whole cluster (via the swarm master). +* `ssh` sub-command now can be called without arguments to get a + prompt into virtual machine (thus being a (handy?) relay to + `docker-machine ssh`). + ## v 0.5