Skip to content
This repository has been archived by the owner on Dec 12, 2019. It is now read-only.

Commit

Permalink
Updating changelog to keep up with dev branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
dixhuit committed Feb 22, 2015
1 parent 8ed1cb5 commit 60a634c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions project/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

## Version 0.10.0

### BREAKING CHANGE
### BREAKING CHANGES

- Moved to using boolean values (`true`/`false`) for settings variables in place of `"y"`/`"n"` strings.
- This will break previous installations until settings files are adapted accordingly.
- Moved to using boolean values (`true`/`false`) for settings variables in place of `"y"`/`"n"` strings. This will cause Ansible to fail on existing installations until settings files are adapted accordingly.
- Vlad's default operating system is now Ubuntu 14.04. Existing installations that require a different OS will need to specify that in their settings files using the `vlad_os` variable before re-provisioning.

### Non-breaking changes

- Added a docs directory, which contains ongoing documentation for the Vlad project.
- Added multi operating system support.
- Added CentOS support.
- Added Ubuntu 14 support.
- Fixed issues in XHProf install.
- Path & name of vlad_aux directory on host box can now be controlled via settings.
- Path & name of vlad_aux directory on host box can now be controlled via settings.
- Custom roles no longer require a `vars/main.yml` file.
- Numerous minor bug fixes, formatting issues and standards updates.

## Version 0.9.0
Expand Down

0 comments on commit 60a634c

Please sign in to comment.