Skip to content

Commit 4d375ff

Browse files
committed
Nomad v0.6.3 and more
- Nomad 0.6.3 - Finish cluster_nodes -> nomad_instances renaming - Update CONTRIBUTORS - Typo fixes (thanks @kjagiello)
1 parent b8ac299 commit 4d375ff

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,3 +258,10 @@
258258

259259
- Nomad v0.6.2
260260
- Re-instate nomad_use_consul functionality (thanks @awheeler)
261+
262+
## v1.7.6
263+
264+
- Nomad 0.6.3
265+
- Finish cluster_nodes -> nomad_instances renaming
266+
- Update CONTRIBUTORS
267+
- Typo fixes (thanks @kjagiello)

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.6.2', true) }}"
8+
nomad_version: "{{ lookup('env','NOMAD_VERSION') | default('0.6.3', 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.5
1+
v1.7.6

0 commit comments

Comments
 (0)