Skip to content

Commit d7b50e7

Browse files
author
Jonas Fonseca
committed
Version 0.3.0
1 parent 6578433 commit d7b50e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release notes
22

3-
## master
3+
## 0.3.0
44

55
Improvements:
66

README.md

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

2222
$ ansible-galaxy install --force --roles-path .ansible \
23-
https://github.com/ypg-data/mesos-stack,0.2.0
23+
https://github.com/ypg-data/mesos-stack,0.3.0
2424

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

0 commit comments

Comments
 (0)