Skip to content

Commit

Permalink
update changelog and add build note to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jblancett committed Jun 13, 2016
1 parent ac61369 commit d526372
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.2.0] - 2016-06-13

- upgraded ansible to 2.1.0.0

## [1.1.2] - 2016-04-20

- fixed pythonpath issue - https://github.com/omniti-labs/ansible-dk/issues/63
Expand Down
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -207,6 +207,11 @@ omnibus manifest PROJECT -l warn
This will output a JSON-formatted manifest containing the resolved
version of every software definition.

## Note
When building new versions, clear local build cache. Stale or broken builds could get built in.
```shell
$ rm -rf local/build local/cache /opt/ansible-dk/*
```

Kitchen-based Build Environment
-------------------------------
Expand Down

0 comments on commit d526372

Please sign in to comment.