Skip to content

Commit 5f372a9

Browse files
committed
Nomad v0.9.1
1 parent 23b090f commit 5f372a9

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## v1.8.4 (UNRELEASED)
1+
## v1.8.4
22

3+
- Nomad v0.9.1
34
- Add Arch Linux support (thanks @bilke)
45
- chroot_env config for exec and Java drivers (thanks @pxsloot)
56
- Update shell task with pipefail

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ in a development environment based on Vagrant and VirtualBox. See
1414

1515
## Requirements
1616

17-
This role requires a Debian, RHEL, or Ubuntu distribution; the role is tested
17+
This role requires an Arch Linux, Debian, RHEL, or Ubuntu distribution; the role is tested
1818
with the following specific software versions:
1919

2020
* Ansible: 2.7.10
21-
* nomad: 0.9.0
21+
* nomad: 0.9.1
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.0**
39+
- Default value: **0.9.1**
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.0', true) }}"
8+
nomad_version: "{{ lookup('env','NOMAD_VERSION') | default('0.9.1', true) }}"
99
nomad_architecture_map:
1010
amd64: amd64
1111
x86_64: amd64

examples/README_VAGRANT.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ BOX_NAME="centos/7" vagrant up
8383
## Notes
8484

8585
1. This project functions with the following software versions:
86-
* nomad version 0.9.0
86+
* Nomad version 0.9.1
8787
* Ansible version 2.7.10
88-
* VirtualBox version 5.2.12
89-
* Vagrant version 2.1.2
90-
* Vagrant Hosts version 2.8.1
88+
* VirtualBox version 5.2.28
89+
* Vagrant version 2.2.4
90+
* Vagrant Hosts version 2.8.3
9191
2. This project uses Debian 8 (Jessie) by default, but you can choose other OS
9292
with the *BOX_NAME* environment variable
9393
3. The `bin/preinstall` shell script performs the following actions for you:

0 commit comments

Comments
 (0)