Skip to content

Commit

Permalink
Nomad v0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
brianshumate committed Aug 21, 2019
1 parent 27b3acf commit 1df2ae9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.8.9

- Nomad v0.9.5
- Update documentation

## v1.8.8

- Nomad v0.9.4
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This role requires an Arch Linux, Debian, RHEL, or Ubuntu distribution; the role
with the following specific software versions:

* Ansible: 2.7.10
* nomad: 0.9.4
* nomad: 0.9.5
* Arch Linux
* CentOS: 7
* Debian: 8
Expand All @@ -36,7 +36,7 @@ The role defines most of its variables in `defaults/main.yml`:
### `nomad_version`

- Nomad version to install
- Default value: **0.9.4**
- Default value: **0.9.5**

### `nomad_architecture_map`

Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
nomad_debug: false

### Package
nomad_version: "{{ lookup('env','NOMAD_VERSION') | default('0.9.4', true) }}"
nomad_version: "{{ lookup('env','NOMAD_VERSION') | default('0.9.5', true) }}"
nomad_architecture_map:
amd64: amd64
x86_64: amd64
Expand Down
2 changes: 1 addition & 1 deletion examples/README_VAGRANT.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ BOX_NAME="centos/7" vagrant up
## Notes

1. This project functions with the following software versions:
* Nomad version 0.9.4
* Nomad version 0.9.5
* Ansible version 2.8.0
* VirtualBox version 5.2.30
* Vagrant version 2.2.4
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.88
v1.8.9

0 comments on commit 1df2ae9

Please sign in to comment.