Skip to content

Commit

Permalink
Prepare 0.8.0-rc1 release (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganeshrockz authored Feb 8, 2024
1 parent 4e746e5 commit 6a3b1c7
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion examples/admin-partitions/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
2 changes: 1 addition & 1 deletion examples/cluster-peering/gateway/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion examples/cluster-peering/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
2 changes: 1 addition & 1 deletion examples/locality-aware-routing/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
2 changes: 1 addition & 1 deletion examples/mesh-gateways/gateway/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion examples/mesh-gateways/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
2 changes: 1 addition & 1 deletion examples/service-sameness/gateway/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
2 changes: 1 addition & 1 deletion examples/service-sameness/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
2 changes: 1 addition & 1 deletion modules/controller/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
2 changes: 1 addition & 1 deletion modules/gateway-task/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
2 changes: 1 addition & 1 deletion modules/mesh-task/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
2 changes: 1 addition & 1 deletion test/acceptance/tests/hcp/terraform/ap-tproxy/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
2 changes: 1 addition & 1 deletion test/acceptance/tests/hcp/terraform/ap/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
2 changes: 1 addition & 1 deletion test/acceptance/tests/hcp/terraform/ns-tproxy/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
2 changes: 1 addition & 1 deletion test/acceptance/tests/hcp/terraform/ns/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
2 changes: 1 addition & 1 deletion test/acceptance/tests/tproxy/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 6a3b1c7

Please sign in to comment.