Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
Docs changes for 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thieman committed Feb 18, 2016
1 parent 33e4493 commit f535783
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## 0.7.0 (In Progress)
## 0.7.1 (In Progress)

## 0.7.0 (February 18, 2016)
* **Breaking**
* Dusty app and lib spec filenames must now abide by Docker image naming conventions: `[a-z0-9]+(?:[._-][a-z0-9]+)*`. Your file name must start with a number or lowercase letter, cannot have uppercase letters, and can only have `.`, `_`, and `-` as special characters.
* Dusty requires Docker Machine 0.5.0+
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ These can be obtained all together from [Docker Toolbox](https://www.docker.com/
Then, run the following to download and install Dusty:

```
bash -c "`curl -L https://github.com/gamechanger/dusty/releases/download/0.6.5/install.sh`"
bash -c "`curl -L https://github.com/gamechanger/dusty/releases/download/0.7.0/install.sh`"
```

This script will install Dusty as a service and run the preflight check to ensure that all
Expand Down

0 comments on commit f535783

Please sign in to comment.