Skip to content

Commit 27b3acf

Browse files
committed
Nomad v0.9.4
1 parent 722018a commit 27b3acf

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v1.8.8
2+
3+
- Nomad v0.9.4
4+
- Update documentation
5+
16
## v1.8.7
27

38
- Nomad v0.9.2

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This role requires an Arch Linux, Debian, RHEL, or Ubuntu distribution; the role
1818
with the following specific software versions:
1919

2020
* Ansible: 2.7.10
21-
* nomad: 0.9.2
21+
* nomad: 0.9.4
2222
* Arch Linux
2323
* CentOS: 7
2424
* Debian: 8
@@ -36,7 +36,7 @@ The role defines most of its variables in `defaults/main.yml`:
3636
### `nomad_version`
3737

3838
- Nomad version to install
39-
- Default value: **0.9.2**
39+
- Default value: **0.9.4**
4040

4141
### `nomad_architecture_map`
4242

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
nomad_debug: false
66

77
### Package
8-
nomad_version: "{{ lookup('env','NOMAD_VERSION') | default('0.9.2', true) }}"
8+
nomad_version: "{{ lookup('env','NOMAD_VERSION') | default('0.9.4', true) }}"
99
nomad_architecture_map:
1010
amd64: amd64
1111
x86_64: amd64

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
1. This project functions with the following software versions:
86-
* Nomad version 0.9.2
86+
* Nomad version 0.9.4
8787
* Ansible version 2.8.0
8888
* VirtualBox version 5.2.30
8989
* Vagrant version 2.2.4

version.txt

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

0 commit comments

Comments
 (0)