Skip to content

Commit b2bdccf

Browse files
author
Jonas Fonseca
committed
Version 0.4.0
1 parent 89169bf commit b2bdccf

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

NEWS.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# Release notes
22

3-
## master
3+
## 0.4.0
44

55
Improvements:
66

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

1214
## 0.3.0
1315

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To use the scripts to build a custom Mesos cluster first install the roles in
2121
your project:
2222

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

2626
and configure Ansible to load roles from the roles directory provided by this
2727
project.
@@ -37,7 +37,7 @@ Alternatively, you can also use a `requirements.yml` file:
3737
```yaml
3838
- src: https://github.com/ypg-data/mesos-stack
3939
path: .ansible
40-
version: 0.3.0
40+
version: 0.4.0
4141
```
4242
4343
and pull down the roles to your DevOps setup by running:

0 commit comments

Comments
 (0)