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 prod release 0.6.2 #292

Merged
merged 1 commit 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
4 changes: 2 additions & 2 deletions .github/workflows/terraform-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- acceptance-1.15-EC2
include:
- name: acceptance-1.15-FARGATE-HCP
consul-version: '1.15.10'
consul-version: '1.15.9'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this intended to decrease the version?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. 1.15.10 isn't yet available in HCP

enable-hcp: true
launch-type: FARGATE

Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
- acceptance-1.13-FARGATE
include:
- name: acceptance-1.13-EC2-HCP
consul-version: '1.13.8'
consul-version: '1.13.9'
enable-hcp: true
launch-type: EC2

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.6.2 (Feb 16, 2024)

IMPROVEMENTS
* Bump Consul image to `1.15.10`[[GH-289](https://github.com/hashicorp/terraform-aws-consul-ecs/pull/289)]
* Bump Consul ECS image to `0.6.2` [[GH-292](https://github.com/hashicorp/terraform-aws-consul-ecs/pull/292)]

## 0.6.1 (Aug 1, 2023)

IMPROVEMENTS
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 @@ -21,7 +21,7 @@ variable "consul_image" {
variable "consul_ecs_image" {
description = "Consul ECS image to use."
type = string
default = "hashicorppreview/consul-ecs:0.6.2"
default = "hashicorp/consul-ecs:0.6.2"
}

variable "client_partition" {
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 @@ -111,5 +111,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.6.2"
default = "hashicorp/consul-ecs:0.6.2"
}
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.6.2"
default = "hashicorp/consul-ecs:0.6.2"
}

variable "consul_server_startup_timeout" {
Expand Down
2 changes: 1 addition & 1 deletion modules/acl-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.6.2"
default = "hashicorp/consul-ecs:0.6.2"
}

variable "ecs_cluster_arn" {
Expand Down
2 changes: 1 addition & 1 deletion modules/gateway-task/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ data "aws_region" "current" {}

locals {
// Must be updated for each release, and after each release to return to a "-dev" version.
version_string = "0.6.2-dev"
version_string = "0.6.2"

gossip_encryption_enabled = var.gossip_key_secret_arn != ""
consul_data_volume_name = "consul_data"
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 @@ -91,7 +91,7 @@ variable "consul_image" {
variable "consul_ecs_image" {
description = "consul-ecs Docker image."
type = string
default = "hashicorppreview/consul-ecs:0.6.2"
default = "hashicorp/consul-ecs:0.6.2"
}

variable "envoy_image" {
Expand Down
2 changes: 1 addition & 1 deletion modules/mesh-task/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ data "aws_region" "current" {}

locals {
// Must be updated for each release, and after each release to return to a "-dev" version.
version_string = "0.6.2-dev"
version_string = "0.6.2"

gossip_encryption_enabled = var.gossip_key_secret_arn != ""
consul_data_volume_name = "consul_data"
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 "consul_image" {
variable "consul_ecs_image" {
description = "consul-ecs Docker image."
type = string
default = "hashicorppreview/consul-ecs:0.6.2"
default = "hashicorp/consul-ecs:0.6.2"
}

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

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 @@ -65,7 +65,7 @@ variable "consul_image" {
variable "consul_ecs_image" {
description = "Consul ECS image to use."
type = string
default = "hashicorppreview/consul-ecs:0.6.2"
default = "hashicorp/consul-ecs:0.6.2"
}

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

variable "consul_public_endpoint_url" {
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 @@ -61,7 +61,7 @@ variable "consul_image" {
variable "consul_ecs_image" {
description = "Consul ECS image to use."
type = string
default = "hashicorppreview/consul-ecs:0.6.2"
default = "hashicorp/consul-ecs:0.6.2"
}

variable "consul_public_endpoint_url" {
Expand Down
Loading