Skip to content

Commit d031d34

Browse files
committed
v1.8.5
1 parent 5f372a9 commit d031d34

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v1.8.5
2+
3+
- Fix: install: set explicit bash shell to use pipefail
4+
- Update documentation
5+
16
## v1.8.4
27

38
- Nomad v0.9.1

examples/README_VAGRANT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ BOX_NAME="centos/7" vagrant up
8484

8585
1. This project functions with the following software versions:
8686
* Nomad version 0.9.1
87-
* Ansible version 2.7.10
88-
* VirtualBox version 5.2.28
87+
* Ansible version 2.8.0
88+
* VirtualBox version 5.2.30
8989
* Vagrant version 2.2.4
9090
* Vagrant Hosts version 2.8.3
9191
2. This project uses Debian 8 (Jessie) by default, but you can choose other OS

tasks/install.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
shell: |
3232
set -o pipefail
3333
grep "{{ nomad_pkg }}" "{{ role_path }}/files/nomad_{{ nomad_version }}_SHA256SUMS" | awk '{print $1}'
34+
executable: /bin/bash
3435
become: false
3536
register: nomad_sha256
3637
tags: installation

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.8.4
1+
v1.8.5

0 commit comments

Comments
 (0)