Skip to content

Commit 7e5dd20

Browse files
committed
Bump Nomad version to 0.8.4
1 parent 30e8f0a commit 7e5dd20

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

infrastructure-as-code/hashistack/best-practices/terraform-aws/terraform.auto.tfvars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# bastion_release = "0.1.0" # Release version tag (e.g. 0.1.0, 0.1.0-rc1, 0.1.0-beta1, 0.1.0-dev1)
1818
# bastion_consul_version = "1.2.0" # Consul version tag (e.g. 1.2.0 or 1.2.0-ent) - https://releases.hashicorp.com/consul/
1919
# bastion_vault_version = "0.10.3" # Vault version tag (e.g. 0.10.3 or 0.10.3-ent) - https://releases.hashicorp.com/vault/
20-
# bastion_nomad_version = "0.8.0" # Nomad version tag (e.g. 0.8.0 or 0.8.0-ent) - https://releases.hashicorp.com/nomad/
20+
# bastion_nomad_version = "0.8.4" # Nomad version tag (e.g. 0.8.4 or 0.8.4-ent) - https://releases.hashicorp.com/nomad/
2121
# bastion_os = "Ubuntu" # OS (e.g. RHEL, Ubuntu), defaults to RHEL
2222
# bastion_os_version = "16.04" # OS Version (e.g. 7.3 for RHEL, 16.04 for Ubuntu), defaults to 7.3
2323
# bastion_image_id = "" # AMI ID override, defaults to base RHEL AMI
@@ -32,7 +32,7 @@
3232
# hashistack_release = "0.1.0" # Release version tag (e.g. 0.1.0, 0.1.0-rc1, 0.1.0-beta1, 0.1.0-dev1)
3333
# hashistack_consul_version = "1.2.0" # Consul version tag (e.g. 1.2.0 or 1.2.0-ent) - https://releases.hashicorp.com/consul/
3434
# hashistack_vault_version = "0.10.3" # Version tag (e.g. 0.10.3 or 0.10.3-ent) - https://releases.hashicorp.com/vault/
35-
# hashistack_nomad_version = "0.8.0" # Nomad version tag (e.g. 0.8.0 or 0.8.0-ent) - https://releases.hashicorp.com/nomad/
35+
# hashistack_nomad_version = "0.8.4" # Nomad version tag (e.g. 0.8.4 or 0.8.4-ent) - https://releases.hashicorp.com/nomad/
3636
# hashistack_os = "RHEL" # OS (e.g. RHEL, Ubuntu)
3737
# hashistack_os_version = "7.3" # OS Version (e.g. 7.3 for RHEL, 16.04 for Ubuntu)
3838
# hashistack_image_id = "" # AMI ID override, defaults to base RHEL AMI

infrastructure-as-code/hashistack/best-practices/terraform-aws/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ variable "bastion_instance" { default = "t2.small" }
2929
variable "bastion_release" { default = "0.1.0" }
3030
variable "bastion_consul_version" { default = "1.2.0" }
3131
variable "bastion_vault_version" { default = "0.10.3" }
32-
variable "bastion_nomad_version" { default = "0.8.0" }
32+
variable "bastion_nomad_version" { default = "0.8.4" }
3333
variable "bastion_os" { default = "RHEL" }
3434
variable "bastion_os_version" { default = "7.3" }
3535
variable "bastion_image_id" { default = "" }
@@ -47,7 +47,7 @@ variable "hashistack_instance" { default = "t2.small" }
4747
variable "hashistack_release" { default = "0.1.0" }
4848
variable "hashistack_consul_version" { default = "1.2.0" }
4949
variable "hashistack_vault_version" { default = "0.10.3" }
50-
variable "hashistack_nomad_version" { default = "0.8.0" }
50+
variable "hashistack_nomad_version" { default = "0.8.4" }
5151
variable "hashistack_os" { default = "RHEL" }
5252
variable "hashistack_os_version" { default = "7.3" }
5353
variable "hashistack_image_id" { default = "" }

infrastructure-as-code/hashistack/dev/terraform-aws/terraform.auto.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# hashistack_instance = "t2.micro"
2626
# hashistack_consul_version = "1.2.0" # Consul Version for runtime install, defaults to 1.2.0
2727
# hashistack_vault_version = "0.10.3" # Vault Version for runtime install, defaults to 0.10.3
28-
# hashistack_nomad_version = "0.8.0" # Nomad Version for runtime install, defaults to 0.8.0
28+
# hashistack_nomad_version = "0.8.4" # Nomad Version for runtime install, defaults to 0.8.4
2929
# hashistack_consul_url = "" # Consul Enterprise download URL for runtime install, defaults to Consul OSS
3030
# hashistack_vault_url = "" # Vault Enterprise download URL for runtime install, defaults to Vault OSS
3131
# hashistack_nomad_url = "" # Nomad Enterprise download URL for runtime install, defaults to Nomad OSS

infrastructure-as-code/hashistack/dev/terraform-aws/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ variable "hashistack_servers" { default = 1 }
3838
variable "hashistack_instance" { default = "t2.micro" }
3939
variable "hashistack_consul_version" { default = "1.2.0" }
4040
variable "hashistack_vault_version" { default = "0.10.3" }
41-
variable "hashistack_nomad_version" { default = "0.8.0" }
41+
variable "hashistack_nomad_version" { default = "0.8.4" }
4242
variable "hashistack_consul_url" { default = "" }
4343
variable "hashistack_vault_url" { default = "" }
4444
variable "hashistack_nomad_url" { default = "" }

infrastructure-as-code/hashistack/dev/vagrant-local/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ vault_comment = "Vault"
2727
vault_home = "/srv/vault"
2828

2929
# Nomad variables
30-
nomad_version = ENV['NOMAD_VERSION'] || "0.8.0"
30+
nomad_version = ENV['NOMAD_VERSION'] || "0.8.4"
3131
nomad_ent_url = ENV['NOMAD_ENT_URL']
3232
nomad_group = "root"
3333
nomad_user = "root"

infrastructure-as-code/hashistack/quick-start/terraform-aws/terraform.auto.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# hashistack_instance = "t2.micro"
2727
# hashistack_consul_version = "1.2.0" # Consul Version for runtime install, defaults to 1.2.0
2828
# hashistack_vault_version = "0.10.3" # Vault Version for runtime install, defaults to 0.10.3
29-
# hashistack_nomad_version = "0.8.0" # Nomad Version for runtime install, defaults to 0.8.0
29+
# hashistack_nomad_version = "0.8.4" # Nomad Version for runtime install, defaults to 0.8.4
3030
# hashistack_consul_url = "" # Consul Enterprise download URL for runtime install, defaults to Consul OSS
3131
# hashistack_vault_url = "" # Vault Enterprise download URL for runtime install, defaults to Vault OSS
3232
# hashistack_nomad_url = "" # Nomad Enterprise download URL for runtime install, defaults to Nomad OSS

infrastructure-as-code/hashistack/quick-start/terraform-aws/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ variable "hashistack_servers" { default = -1 }
3939
variable "hashistack_instance" { default = "t2.micro" }
4040
variable "hashistack_consul_version" { default = "1.2.0" }
4141
variable "hashistack_vault_version" { default = "0.10.3" }
42-
variable "hashistack_nomad_version" { default = "0.8.0" }
42+
variable "hashistack_nomad_version" { default = "0.8.4" }
4343
variable "hashistack_consul_url" { default = "" }
4444
variable "hashistack_vault_url" { default = "" }
4545
variable "hashistack_nomad_url" { default = "" }

0 commit comments

Comments
 (0)