Skip to content

Commit 6995c94

Browse files
committed
Nomad 0.5.3
1 parent 641244e commit 6995c94

File tree

6 files changed

+13
-10
lines changed

6 files changed

+13
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,7 @@
121121

122122
- Checks for existing packages and summary files
123123
- Nomad 0.5.2
124+
125+
## v1.4.3
126+
127+
- Nomad 0.5.3

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ in a development environment based on Vagrant and VirtualBox. See
1717
This role requires a Debian, RHEL, or Ubuntu distribution; the role is tested
1818
with the following specific software versions:
1919

20-
* Ansible: 2.2.2.0
21-
* nomad: 0.5.2
20+
* Ansible: 2.2.1.0
21+
* nomad: 0.5.3
2222
* Debian: 8
2323

2424
## Role Variables

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# File: defaults/main.yml - Main default variables for nomad
33

4-
nomad_version: "{{ lookup('env','NOMAD_VERSION') | default('0.5.2', true) }}"
4+
nomad_version: "{{ lookup('env','NOMAD_VERSION') | default('0.5.3', true) }}"
55
nomad_server_count: "2"
66
nomad_checksum_file_url: "https://releases.hashicorp.com/nomad/{{ nomad_version }}/nomad_{{ nomad_version}}_SHA256SUMS"
77
nomad_zip_url: "https://releases.hashicorp.com/nomad/{{ nomad_version }}/nomad_{{ nomad_version }}_linux_amd64.zip"

examples/README_VAGRANT.md

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

8585
0. This project functions with the following software versions:
86-
* nomad version 0.5.2
87-
* Ansible version 2.2.2.0
88-
* VirtualBox version 5.1.12
86+
* nomad version 0.5.3
87+
* Ansible version 2.2.1.0
88+
* VirtualBox version 5.1.14
8989
* Vagrant version 1.9.1
9090
* Vagrant Hosts version 2.8.0
9191
1. This project uses Debian 8 (Jessie) by default, but you can choose other OS

templates/base.hcl.j2

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@ advertise {
2121
serf = "{{ nomad_advertise_address }}:4648"
2222
}
2323

24-
# Ship metrics to monitor the health of the cluster and to see
25-
# task resource usage.
24+
# Send Nomad telemetry to statsite
2625

2726
# telemetry {
2827
# statsite_address = "${var.statsite}"
2928
# disable_hostname = true
3029
# }
3130

32-
# Enable debug endpoints.
31+
# Enable debug endpoints
3332
enable_debug = true

version.txt

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

0 commit comments

Comments
 (0)