Skip to content

Commit 41a5691

Browse files
committed
Nomad 0.5.6
- Nomad version 0.5.6 - Update documentation
1 parent ef43696 commit 41a5691

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,3 +174,8 @@
174174
## v1.5.6
175175

176176
- Add iface env var
177+
178+
## v1.5.7
179+
180+
- Nomad version 0.5.6
181+
- Update documentation

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This role requires a Debian, RHEL, or Ubuntu distribution; the role is tested
1818
with the following specific software versions:
1919

2020
* Ansible: 2.2.1.0
21-
* nomad: 0.5.5
21+
* nomad: 0.5.6
2222
* Debian: 8
2323

2424
## Role Variables

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ nomad_architecture_map:
1010
nomad_architecture: "{{ nomad_architecture_map[ansible_architecture] }}"
1111

1212
## role defaults
13-
nomad_version: "{{ lookup('env','NOMAD_VERSION') | default('0.5.5', true) }}"
13+
nomad_version: "{{ lookup('env','NOMAD_VERSION') | default('0.5.6', true) }}"
1414
nomad_server_count: "2"
1515
nomad_checksum_file_url: "https://releases.hashicorp.com/nomad/{{ nomad_version }}/nomad_{{ nomad_version}}_SHA256SUMS"
1616
nomad_zip_url: "https://releases.hashicorp.com/nomad/{{ nomad_version }}/nomad_{{ nomad_version }}_linux_{{nomad_architecture}}.zip"

examples/README_VAGRANT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ BOX_NAME="centos/7" vagrant up
8383
## Notes
8484

8585
0. This project functions with the following software versions:
86-
* nomad version 0.5.5
86+
* nomad version 0.5.6
8787
* Ansible version 2.2.1.0
8888
* VirtualBox version 5.1.14
8989
* Vagrant version 1.9.1

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.5.6
1+
v1.5.7

0 commit comments

Comments
 (0)