Skip to content

Commit

Permalink
Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Fonseca committed Feb 24, 2016
1 parent 89169bf commit b2bdccf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Release notes

## master
## 0.4.0

Improvements:

- mesos-master, mesos-agent: Use fully qualified host names.
- Generate Ansible role documentation from YAML files so they are always up to
date.
- marathon-lb: Upgrade to version 1.1.1
- marathon-lb: Upgrade to version 1.1.1.
- common: Disable IPv6 on all cluster nodes.
- New glusterfs role which adds persistent storage across nodes.

## 0.3.0

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To use the scripts to build a custom Mesos cluster first install the roles in
your project:

$ ansible-galaxy install --force --roles-path .ansible \
https://github.com/ypg-data/mesos-stack,0.3.0
https://github.com/ypg-data/mesos-stack,0.4.0

and configure Ansible to load roles from the roles directory provided by this
project.
Expand All @@ -37,7 +37,7 @@ Alternatively, you can also use a `requirements.yml` file:
```yaml
- src: https://github.com/ypg-data/mesos-stack
path: .ansible
version: 0.3.0
version: 0.4.0
```

and pull down the roles to your DevOps setup by running:
Expand Down

0 comments on commit b2bdccf

Please sign in to comment.