From b2e6b30720d024398455f78a6529abb9f0086d79 Mon Sep 17 00:00:00 2001 From: Jon Benson Date: Sun, 15 Jul 2018 02:58:47 -1000 Subject: [PATCH 1/3] Bump Consul version to 1.2.0 --- README.md | 2 +- variables.tf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ac4762f..0459f45 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Checkout [examples](./examples) for fully functioning examples. - `create`: [Optional] Create Module, defaults to true. - `name`: [Optional] Name for resources, defaults to "hashistack-aws". - `release_version`: [Optional] Release version tag to use (e.g. 0.1.0, 0.1.0-rc1, 0.1.0-beta1, 0.1.0-dev1), defaults to "0.1.0", view releases at https://github.com/hashicorp/guides-configuration#hashistack-version-tables. -- `consul_version`: [Optional] Consul version tag to use (e.g. 1.0.6 or 1.0.6-ent), defaults to "1.0.6". +- `consul_version`: [Optional] Consul version tag to use (e.g. 1.2.0 or 1.2.0-ent), defaults to "1.2.0". - `vault_version`: [Optional] Vault version tag to use (e.g. 0.10.0 or 0.10.0-ent), defaults to "0.10.0". - `nomad_version`: [Optional] Nomad version tag to use (e.g. 0.8.0 or 0.8.0-ent), defaults to "0.8.0". - `os`: [Optional] Operating System to use (e.g. RHEL or Ubuntu), defaults to "RHEL". diff --git a/variables.tf b/variables.tf index fac9b30..e97149a 100644 --- a/variables.tf +++ b/variables.tf @@ -14,8 +14,8 @@ variable "release_version" { } variable "consul_version" { - description = "Consul version tag (e.g. 1.0.6 or 1.0.6-ent), defaults to \"1.0.6\"." - default = "1.0.6" + description = "Consul version tag (e.g. 1.2.0 or 1.2.0-ent), defaults to \"1.2.0\"." + default = "1.2.0" } variable "vault_version" { From 47094e3ab4dd4b1502dbd49d87ee8acf115b55a2 Mon Sep 17 00:00:00 2001 From: Jon Benson Date: Sun, 15 Jul 2018 03:10:53 -1000 Subject: [PATCH 2/3] Bump Vault version to 0.10.3 --- README.md | 2 +- variables.tf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0459f45..3eee03f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Checkout [examples](./examples) for fully functioning examples. - `name`: [Optional] Name for resources, defaults to "hashistack-aws". - `release_version`: [Optional] Release version tag to use (e.g. 0.1.0, 0.1.0-rc1, 0.1.0-beta1, 0.1.0-dev1), defaults to "0.1.0", view releases at https://github.com/hashicorp/guides-configuration#hashistack-version-tables. - `consul_version`: [Optional] Consul version tag to use (e.g. 1.2.0 or 1.2.0-ent), defaults to "1.2.0". -- `vault_version`: [Optional] Vault version tag to use (e.g. 0.10.0 or 0.10.0-ent), defaults to "0.10.0". +- `vault_version`: [Optional] Vault version tag to use (e.g. 0.10.3 or 0.10.3-ent), defaults to "0.10.3". - `nomad_version`: [Optional] Nomad version tag to use (e.g. 0.8.0 or 0.8.0-ent), defaults to "0.8.0". - `os`: [Optional] Operating System to use (e.g. RHEL or Ubuntu), defaults to "RHEL". - `os_version`: [Optional] Operating System version to use (e.g. 7.3 for RHEL or 16.04 for Ubuntu), defaults to "7.3". diff --git a/variables.tf b/variables.tf index e97149a..2f987fc 100644 --- a/variables.tf +++ b/variables.tf @@ -19,8 +19,8 @@ variable "consul_version" { } variable "vault_version" { - description = "Vault version tag (e.g. 0.10.0 or 0.10.0-ent), defaults to \"0.10.0\"." - default = "0.10.0" + description = "Vault version tag (e.g. 0.10.3 or 0.10.3-ent), defaults to \"0.10.3\"." + default = "0.10.3" } variable "nomad_version" { From f22c700f9042f3ddf8c4ce0c6e6229741071a7ca Mon Sep 17 00:00:00 2001 From: Jon Benson Date: Sun, 15 Jul 2018 03:19:56 -1000 Subject: [PATCH 3/3] Bump Nomad version to 0.8.4 --- README.md | 2 +- variables.tf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3eee03f..cf6a518 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Checkout [examples](./examples) for fully functioning examples. - `release_version`: [Optional] Release version tag to use (e.g. 0.1.0, 0.1.0-rc1, 0.1.0-beta1, 0.1.0-dev1), defaults to "0.1.0", view releases at https://github.com/hashicorp/guides-configuration#hashistack-version-tables. - `consul_version`: [Optional] Consul version tag to use (e.g. 1.2.0 or 1.2.0-ent), defaults to "1.2.0". - `vault_version`: [Optional] Vault version tag to use (e.g. 0.10.3 or 0.10.3-ent), defaults to "0.10.3". -- `nomad_version`: [Optional] Nomad version tag to use (e.g. 0.8.0 or 0.8.0-ent), defaults to "0.8.0". +- `nomad_version`: [Optional] Nomad version tag to use (e.g. 0.8.4 or 0.8.4-ent), defaults to "0.8.4". - `os`: [Optional] Operating System to use (e.g. RHEL or Ubuntu), defaults to "RHEL". - `os_version`: [Optional] Operating System version to use (e.g. 7.3 for RHEL or 16.04 for Ubuntu), defaults to "7.3". - `vpc_id`: [Required] VPC ID to provision resources in. diff --git a/variables.tf b/variables.tf index 2f987fc..79f5fc4 100644 --- a/variables.tf +++ b/variables.tf @@ -24,8 +24,8 @@ variable "vault_version" { } variable "nomad_version" { - description = "Nomad version tag (e.g. 0.8.0 or 0.8.0-ent), defaults to \"0.8.0\"." - default = "0.8.0" + description = "Nomad version tag (e.g. 0.8.4 or 0.8.4-ent), defaults to \"0.8.4\"." + default = "0.8.4" } variable "os" {