diff --git a/CHANGELOG.md b/CHANGELOG.md index d8351909..5451c616 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## 0.8.0-rc1 (Feb 9, 2024) BREAKING CHANGES * Following are the changes made to the task definitions for `mesh-task` and `gateway-task` submodules to react to the changes made in [this](https://github.com/hashicorp/consul-ecs/pull/211) PR. diff --git a/examples/admin-partitions/terraform/variables.tf b/examples/admin-partitions/terraform/variables.tf index a6f128da..6b1569fd 100644 --- a/examples/admin-partitions/terraform/variables.tf +++ b/examples/admin-partitions/terraform/variables.tf @@ -20,7 +20,7 @@ variable "tags" { variable "consul_ecs_image" { description = "Consul ECS image to use." type = string - default = "hashicorppreview/consul-ecs:0.8.0-rc1" + default = "hashicorp/consul-ecs:0.8.0-rc1" } variable "consul_dataplane_image" { diff --git a/examples/cluster-peering/gateway/variables.tf b/examples/cluster-peering/gateway/variables.tf index 3ad61862..476cd729 100644 --- a/examples/cluster-peering/gateway/variables.tf +++ b/examples/cluster-peering/gateway/variables.tf @@ -77,5 +77,5 @@ variable "additional_task_role_policies" { variable "consul_ecs_image" { description = "Consul ECS image to use in all tasks." type = string - default = "hashicorppreview/consul-ecs:0.8.0-rc1" + default = "hashicorp/consul-ecs:0.8.0-rc1" } diff --git a/examples/cluster-peering/variables.tf b/examples/cluster-peering/variables.tf index e2b89d61..466ddd76 100644 --- a/examples/cluster-peering/variables.tf +++ b/examples/cluster-peering/variables.tf @@ -31,7 +31,7 @@ variable "lb_ingress_ip" { variable "consul_ecs_image" { description = "Consul ECS image to use in all tasks." type = string - default = "hashicorppreview/consul-ecs:0.8.0-rc1" + default = "hashicorp/consul-ecs:0.8.0-rc1" } variable "consul_server_startup_timeout" { diff --git a/examples/locality-aware-routing/variables.tf b/examples/locality-aware-routing/variables.tf index a6d6e49b..6b699e66 100644 --- a/examples/locality-aware-routing/variables.tf +++ b/examples/locality-aware-routing/variables.tf @@ -26,7 +26,7 @@ variable "lb_ingress_ip" { variable "consul_ecs_image" { description = "Consul ECS image to use in all tasks." type = string - default = "hashicorppreview/consul-ecs:0.8.0-rc1" + default = "hashicorp/consul-ecs:0.8.0-rc1" } variable "consul_server_startup_timeout" { diff --git a/examples/mesh-gateways/gateway/variables.tf b/examples/mesh-gateways/gateway/variables.tf index 9ddd45b0..353bf898 100644 --- a/examples/mesh-gateways/gateway/variables.tf +++ b/examples/mesh-gateways/gateway/variables.tf @@ -83,5 +83,5 @@ variable "additional_task_role_policies" { variable "consul_ecs_image" { description = "Consul ECS image to use in all tasks." type = string - default = "hashicorppreview/consul-ecs:0.8.0-rc1" + default = "hashicorp/consul-ecs:0.8.0-rc1" } diff --git a/examples/mesh-gateways/variables.tf b/examples/mesh-gateways/variables.tf index dc79d5db..50cff170 100644 --- a/examples/mesh-gateways/variables.tf +++ b/examples/mesh-gateways/variables.tf @@ -31,7 +31,7 @@ variable "lb_ingress_ip" { variable "consul_ecs_image" { description = "Consul ECS image to use in all tasks." type = string - default = "hashicorppreview/consul-ecs:0.8.0-rc1" + default = "hashicorp/consul-ecs:0.8.0-rc1" } variable "consul_server_startup_timeout" { diff --git a/examples/service-sameness/gateway/variables.tf b/examples/service-sameness/gateway/variables.tf index 95bd505d..18d46e8a 100644 --- a/examples/service-sameness/gateway/variables.tf +++ b/examples/service-sameness/gateway/variables.tf @@ -83,7 +83,7 @@ variable "additional_task_role_policies" { variable "consul_ecs_image" { description = "Consul ECS image to use in all tasks." type = string - default = "hashicorppreview/consul-ecs:0.8.0-rc1" + default = "hashicorp/consul-ecs:0.8.0-rc1" } variable "consul_server_lb_dns_name" { diff --git a/examples/service-sameness/variables.tf b/examples/service-sameness/variables.tf index e757a056..a9cc625c 100644 --- a/examples/service-sameness/variables.tf +++ b/examples/service-sameness/variables.tf @@ -37,7 +37,7 @@ variable "lb_ingress_ip" { variable "consul_ecs_image" { description = "Consul ECS image to use in all tasks." type = string - default = "hashicorppreview/consul-ecs:0.8.0-rc1" + default = "hashicorp/consul-ecs:0.8.0-rc1" } variable "consul_server_startup_timeout" { diff --git a/modules/controller/variables.tf b/modules/controller/variables.tf index 764e26e3..55675e65 100644 --- a/modules/controller/variables.tf +++ b/modules/controller/variables.tf @@ -4,7 +4,7 @@ variable "consul_ecs_image" { description = "consul-ecs Docker image." type = string - default = "hashicorppreview/consul-ecs:0.8.0-rc1" + default = "hashicorp/consul-ecs:0.8.0-rc1" } variable "ecs_cluster_arn" { diff --git a/modules/gateway-task/variables.tf b/modules/gateway-task/variables.tf index 11b4c836..11750301 100644 --- a/modules/gateway-task/variables.tf +++ b/modules/gateway-task/variables.tf @@ -108,7 +108,7 @@ variable "skip_server_watch" { variable "consul_ecs_image" { description = "consul-ecs Docker image." type = string - default = "hashicorppreview/consul-ecs:0.8.0-rc1" + default = "hashicorp/consul-ecs:0.8.0-rc1" } variable "consul_dataplane_image" { diff --git a/modules/mesh-task/variables.tf b/modules/mesh-task/variables.tf index c71b8217..c8902ee2 100644 --- a/modules/mesh-task/variables.tf +++ b/modules/mesh-task/variables.tf @@ -145,7 +145,7 @@ variable "outbound_only" { variable "consul_ecs_image" { description = "consul-ecs Docker image." type = string - default = "hashicorppreview/consul-ecs:0.8.0-rc1" + default = "hashicorp/consul-ecs:0.8.0-rc1" } variable "consul_dataplane_image" { diff --git a/test/acceptance/tests/basic/terraform/basic-install/main.tf b/test/acceptance/tests/basic/terraform/basic-install/main.tf index b709723a..06b2b763 100644 --- a/test/acceptance/tests/basic/terraform/basic-install/main.tf +++ b/test/acceptance/tests/basic/terraform/basic-install/main.tf @@ -69,7 +69,7 @@ variable "launch_type" { variable "consul_ecs_image" { description = "Consul ECS image to use." type = string - default = "hashicorppreview/consul-ecs:0.8.0-rc1" + default = "hashicorp/consul-ecs:0.8.0-rc1" } variable "server_service_name" { diff --git a/test/acceptance/tests/hcp/terraform/ap-tproxy/variables.tf b/test/acceptance/tests/hcp/terraform/ap-tproxy/variables.tf index 18781b34..3de96e37 100644 --- a/test/acceptance/tests/hcp/terraform/ap-tproxy/variables.tf +++ b/test/acceptance/tests/hcp/terraform/ap-tproxy/variables.tf @@ -70,7 +70,7 @@ variable "consul_image" { variable "consul_ecs_image" { description = "Consul ECS image to use." type = string - default = "hashicorppreview/consul-ecs:0.8.0-rc1" + default = "hashicorp/consul-ecs:0.8.0-rc1" } variable "consul_server_address" { diff --git a/test/acceptance/tests/hcp/terraform/ap/variables.tf b/test/acceptance/tests/hcp/terraform/ap/variables.tf index 18781b34..3de96e37 100644 --- a/test/acceptance/tests/hcp/terraform/ap/variables.tf +++ b/test/acceptance/tests/hcp/terraform/ap/variables.tf @@ -70,7 +70,7 @@ variable "consul_image" { variable "consul_ecs_image" { description = "Consul ECS image to use." type = string - default = "hashicorppreview/consul-ecs:0.8.0-rc1" + default = "hashicorp/consul-ecs:0.8.0-rc1" } variable "consul_server_address" { diff --git a/test/acceptance/tests/hcp/terraform/hcp-install/variables.tf b/test/acceptance/tests/hcp/terraform/hcp-install/variables.tf index a5f98de4..d528c1f7 100644 --- a/test/acceptance/tests/hcp/terraform/hcp-install/variables.tf +++ b/test/acceptance/tests/hcp/terraform/hcp-install/variables.tf @@ -66,7 +66,7 @@ variable "consul_image" { variable "consul_ecs_image" { description = "Consul ECS image to use." type = string - default = "hashicorppreview/consul-ecs:0.8.0-rc1" + default = "hashicorp/consul-ecs:0.8.0-rc1" } variable "consul_server_address" { diff --git a/test/acceptance/tests/hcp/terraform/ns-tproxy/variables.tf b/test/acceptance/tests/hcp/terraform/ns-tproxy/variables.tf index ae7d2508..45690dc9 100644 --- a/test/acceptance/tests/hcp/terraform/ns-tproxy/variables.tf +++ b/test/acceptance/tests/hcp/terraform/ns-tproxy/variables.tf @@ -66,7 +66,7 @@ variable "consul_image" { variable "consul_ecs_image" { description = "Consul ECS image to use." type = string - default = "hashicorppreview/consul-ecs:0.8.0-rc1" + default = "hashicorp/consul-ecs:0.8.0-rc1" } variable "consul_server_address" { diff --git a/test/acceptance/tests/hcp/terraform/ns/variables.tf b/test/acceptance/tests/hcp/terraform/ns/variables.tf index ae7d2508..45690dc9 100644 --- a/test/acceptance/tests/hcp/terraform/ns/variables.tf +++ b/test/acceptance/tests/hcp/terraform/ns/variables.tf @@ -66,7 +66,7 @@ variable "consul_image" { variable "consul_ecs_image" { description = "Consul ECS image to use." type = string - default = "hashicorppreview/consul-ecs:0.8.0-rc1" + default = "hashicorp/consul-ecs:0.8.0-rc1" } variable "consul_server_address" { diff --git a/test/acceptance/tests/tproxy/terraform/main.tf b/test/acceptance/tests/tproxy/terraform/main.tf index a945bbf3..c9218fc0 100644 --- a/test/acceptance/tests/tproxy/terraform/main.tf +++ b/test/acceptance/tests/tproxy/terraform/main.tf @@ -69,7 +69,7 @@ variable "launch_type" { variable "consul_ecs_image" { description = "Consul ECS image to use." type = string - default = "hashicorppreview/consul-ecs:0.8.0-rc1" + default = "hashicorp/consul-ecs:0.8.0-rc1" } variable "server_service_name" {