diff --git a/CHANGELOG.md b/CHANGELOG.md index 2451a62c..576c3c36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.9.0 + +- Nomad v0.9.6 +- Fedora support (thanks @rbjorklin) +- Update documentation + ## v1.8.9 - Nomad v0.9.5 diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 02479b48..7d49f322 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -19,3 +19,4 @@ Thank you to all these fine folk for helping with ansible-nomad! - [@bewiwi](https://github.com/bewiwi) - [@bilke](https://github.com/bilke) - [@pxsloot](https://github.com/pxsloot) +- [@rbjorklin](https://github.com/rbjorklin) diff --git a/README.md b/README.md index 4d57d398..c15f5f7e 100644 --- a/README.md +++ b/README.md @@ -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.5 +* nomad: 0.9.6 * Arch Linux * CentOS: 7 * Debian: 8 @@ -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.5** +- Default value: **0.9.6** ### `nomad_architecture_map` diff --git a/defaults/main.yml b/defaults/main.yml index ff349428..82833a8a 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -5,7 +5,7 @@ nomad_debug: false ### Package -nomad_version: "{{ lookup('env','NOMAD_VERSION') | default('0.9.5', true) }}" +nomad_version: "{{ lookup('env','NOMAD_VERSION') | default('0.9.6', true) }}" nomad_architecture_map: amd64: amd64 x86_64: amd64 diff --git a/examples/README_VAGRANT.md b/examples/README_VAGRANT.md index 65a28577..3495a7ca 100644 --- a/examples/README_VAGRANT.md +++ b/examples/README_VAGRANT.md @@ -83,7 +83,7 @@ BOX_NAME="centos/7" vagrant up ## Notes 1. This project functions with the following software versions: - * Nomad version 0.9.5 + * Nomad version 0.9.6 * Ansible version 2.8.0 * VirtualBox version 5.2.30 * Vagrant version 2.2.4 diff --git a/version.txt b/version.txt index 300d3584..295e37c0 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v1.8.9 +v1.9.0