Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prep 0.7.3 dev release #290

Merged
merged 2 commits into from
Feb 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/reusable-ecs-acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
consul-version:
required: false
type: string
default: "1.17.1"
default: "1.17.3"
enable-hcp:
description: "Whether to create a HCP cluster for running acceptance tests"
required: true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/terraform-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ jobs:
- name: acceptance-1.17-FARGATE-HCP
enable-hcp: true
launch-type: FARGATE
consul-version: 1.17.0
consul-version: 1.17.2

- name: acceptance-1.17-FARGATE
enable-hcp: false
launch-type: FARGATE
consul-version: 1.17.1
consul-version: 1.17.3
fail-fast: false
uses: ./.github/workflows/reusable-ecs-acceptance.yml
with:
Expand All @@ -131,12 +131,12 @@ jobs:
- name: acceptance-1.17-EC2-HCP
enable-hcp: true
launch-type: EC2
consul-version: 1.17.0
consul-version: 1.17.2

- name: acceptance-1.17-EC2
enable-hcp: false
launch-type: EC2
consul-version: 1.17.1
consul-version: 1.17.3
fail-fast: false
uses: ./.github/workflows/reusable-ecs-acceptance.yml
with:
Expand Down
4 changes: 2 additions & 2 deletions examples/admin-partitions/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ variable "tags" {
variable "consul_ecs_image" {
description = "Consul ECS image to use."
type = string
default = "hashicorp/consul-ecs:0.7.2"
default = "hashicorppreview/consul-ecs:0.7.3"
}

variable "consul_dataplane_image" {
description = "consul-dataplane Docker image."
type = string
default = "hashicorp/consul-dataplane:1.3.2"
default = "hashicorp/consul-dataplane:1.3.3"
}

variable "client_partition" {
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 = "hashicorp/consul-ecs:0.7.2"
default = "hashicorppreview/consul-ecs:0.7.3"
}
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 = "hashicorp/consul-ecs:0.7.2"
default = "hashicorppreview/consul-ecs:0.7.3"
}

variable "consul_server_startup_timeout" {
Expand Down
2 changes: 1 addition & 1 deletion examples/locality-aware-routing/datacenter/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ variable "consul_server_startup_timeout" {
variable "consul_image" {
description = "Consul Docker image."
type = string
default = "hashicorp/consul-enterprise:1.17.1-ent"
default = "hashicorp/consul-enterprise:1.17.3-ent"
}

variable "consul_license" {
Expand Down
4 changes: 2 additions & 2 deletions 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 = "hashicorp/consul-ecs:0.7.2"
default = "hashicorppreview/consul-ecs:0.7.3"
}

variable "consul_server_startup_timeout" {
Expand All @@ -38,5 +38,5 @@ variable "consul_server_startup_timeout" {
variable "consul_image" {
description = "Consul Docker image."
type = string
default = "hashicorp/consul-enterprise:1.17.1-ent"
default = "hashicorp/consul-enterprise:1.17.3-ent"
}
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 = "hashicorp/consul-ecs:0.7.2"
default = "hashicorppreview/consul-ecs:0.7.3"
}
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 = "hashicorp/consul-ecs:0.7.2"
default = "hashicorppreview/consul-ecs:0.7.3"
}

variable "consul_server_startup_timeout" {
Expand Down
2 changes: 1 addition & 1 deletion examples/service-sameness/datacenter/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ variable "consul_server_startup_timeout" {
variable "consul_image" {
description = "Consul Docker image."
type = string
default = "public.ecr.aws/hashicorp/consul-enterprise:1.17.2-ent"
default = "public.ecr.aws/hashicorp/consul-enterprise:1.17.3-ent"
}

variable "consul_license" {
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 = "hashicorp/consul-ecs:0.7.2"
default = "hashicorppreview/consul-ecs:0.7.3"
}

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 = "hashicorp/consul-ecs:0.7.2"
default = "hashicorppreview/consul-ecs:0.7.3"
}

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 = "hashicorp/consul-ecs:0.7.2"
default = "hashicorppreview/consul-ecs:0.7.3"
}

variable "ecs_cluster_arn" {
Expand Down
2 changes: 1 addition & 1 deletion modules/dev-server/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ variable "lb_ingress_rule_security_groups" {
variable "consul_image" {
description = "Consul Docker image."
type = string
default = "hashicorp/consul:1.17.2"
default = "hashicorp/consul:1.17.3"
}

variable "consul_license" {
Expand Down
6 changes: 3 additions & 3 deletions modules/gateway-task/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ variable "additional_execution_role_policies" {
variable "consul_image" {
description = "Consul Docker image."
type = string
default = "hashicorp/consul:1.17.2"
default = "hashicorp/consul:1.17.3"
}

variable "consul_server_hosts" {
Expand All @@ -108,13 +108,13 @@ variable "skip_server_watch" {
variable "consul_ecs_image" {
description = "consul-ecs Docker image."
type = string
default = "hashicorp/consul-ecs:0.7.2"
default = "hashicorppreview/consul-ecs:0.7.3"
}

variable "consul_dataplane_image" {
description = "consul-dataplane Docker image."
type = string
default = "hashicorp/consul-dataplane:1.3.2"
default = "hashicorp/consul-dataplane:1.3.3"
}

variable "envoy_readiness_port" {
Expand Down
4 changes: 2 additions & 2 deletions modules/mesh-task/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,13 @@ variable "outbound_only" {
variable "consul_ecs_image" {
description = "consul-ecs Docker image."
type = string
default = "hashicorp/consul-ecs:0.7.2"
default = "hashicorppreview/consul-ecs:0.7.3"
}

variable "consul_dataplane_image" {
description = "consul-dataplane Docker image."
type = string
default = "hashicorp/consul-dataplane:1.3.2"
default = "hashicorp/consul-dataplane:1.3.3"
}

variable "envoy_public_listener_port" {
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 = "hashicorp/consul-ecs:0.7.2"
default = "hashicorppreview/consul-ecs:0.7.3"
}

variable "server_service_name" {
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 = "hashicorp/consul-ecs:0.7.2"
default = "hashicorppreview/consul-ecs:0.7.3"
}

variable "consul_server_address" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ variable "consul_image" {
variable "consul_ecs_image" {
description = "Consul ECS image to use."
type = string
default = "hashicorp/consul-ecs:0.7.2"
default = "hashicorppreview/consul-ecs:0.7.3"
}

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 = "hashicorp/consul-ecs:0.7.2"
default = "hashicorppreview/consul-ecs:0.7.3"
}

variable "consul_server_address" {
Expand Down
Loading