Skip to content

Commit abec35d

Browse files
committed
Nomad v0.10.2
1 parent e51fa5d commit abec35d

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## NEXT
1+
## v1.9.3
22

3+
- Nomad v0.10.2
34
- Remove root user from docker group (thanks @jadams)
45
- Use JSON for custom configuration/fix template (thanks @heri16)
56

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

0 commit comments

Comments
 (0)