Skip to content

Commit

Permalink
Towards 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
efrecon committed Jun 1, 2015
1 parent 77dbb13 commit e14a369
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
12 changes: 1 addition & 11 deletions NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Internal Notes and TODOs
# Internal Notes

## Making a Release

Expand All @@ -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`?
10 changes: 7 additions & 3 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit e14a369

Please sign in to comment.