Skip to content

Commit d1e5b6a

Browse files
committed
Nomad 0.6.0
1 parent da82464 commit d1e5b6a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

246246
- Conditionally include options and meta to avoid error when empty
247247
- Rename `nomad_cluster_nodes` label to `nomad_instances`
248+
249+
## v1.7.3
250+
251+
- Nomad version 0.6.0

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
nomad_debug: no
66

77
### Package
8-
nomad_version: "{{ lookup('env','NOMAD_VERSION') | default('0.5.6', true) }}"
8+
nomad_version: "{{ lookup('env','NOMAD_VERSION') | default('0.6.0', true) }}"
99
nomad_architecture_map:
1010
amd64: amd64
1111
x86_64: amd64

version.txt

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

0 commit comments

Comments
 (0)