Skip to content

Commit a0991ec

Browse files
committed
Nomad v0.10.3 and more
1 parent 3fe36f4 commit a0991ec

File tree

6 files changed

+16
-6
lines changed

6 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.9.5
2+
3+
- Nomad v0.10.3
4+
- Fix Nomad Debian initscript issue (thanks @raposalorx)
5+
- Add Amazon Linux support to check (thanks @blade2005)
6+
- Update Contributors
7+
- Update documentation
8+
19
## 1.9.4
210

311
- Correct dmsetup issue (thanks @cimermanGregor)

CONTRIBUTORS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ Thank you to all these fine folk for helping with ansible-nomad!
2424
- [@bdossantos](https://github.com/bdossantos)
2525
- [@jadams](https://github.com/jadams)
2626
- [@heri16](https://github.com/heri16)
27-
- [@cimermanGregor](https://github.com/cimermanGregor)
27+
- [@cimermanGregor](https://github.com/cimermanGregor)
28+
- [@raposalorx](https://github.com/raposalorx)
29+
- [@blade2005](https://github.com/blade2005)

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.10.2
21+
* nomad: 0.10.3
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.10.2**
39+
- Default value: **0.10.3**
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.10.2', true) }}"
8+
nomad_version: "{{ lookup('env','NOMAD_VERSION') | default('0.10.3', 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.10.2
86+
* Nomad version 0.10.3
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.9.4
1+
v1.9.5

0 commit comments

Comments
 (0)