Skip to content

Commit

Permalink
Prepare 0.7.1 release (#245)
Browse files Browse the repository at this point in the history
* Prep 0.7.1-dev release

* Bump min consul version
  • Loading branch information
Ganeshrockz authored Dec 18, 2023
1 parent f8580f1 commit b3e69bf
Show file tree
Hide file tree
Showing 20 changed files with 29 additions and 29 deletions.
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.0"
default: "1.17.1"
enable-hcp:
description: "Whether to create a HCP cluster for running acceptance tests"
required: true
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/terraform-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,18 +94,18 @@ jobs:
# HCP is always disabled for tests on PRs.
matrix:
name:
- acceptance-1.16-FARGATE-HCP
- acceptance-1.17-FARGATE-HCP
- acceptance-1.17-FARGATE
include:
- name: acceptance-1.16-FARGATE-HCP
- name: acceptance-1.17-FARGATE-HCP
enable-hcp: true
launch-type: FARGATE
consul-version: 1.16.2
consul-version: 1.17.0

- name: acceptance-1.17-FARGATE
enable-hcp: false
launch-type: FARGATE
consul-version: 1.17.0
consul-version: 1.17.1
fail-fast: false
uses: ./.github/workflows/reusable-ecs-acceptance.yml
with:
Expand All @@ -125,18 +125,18 @@ jobs:
# HCP is always disabled for tests on PRs.
matrix:
name:
- acceptance-1.16-EC2-HCP
- acceptance-1.17-EC2-HCP
- acceptance-1.17-EC2
include:
- name: acceptance-1.16-EC2-HCP
- name: acceptance-1.17-EC2-HCP
enable-hcp: true
launch-type: EC2
consul-version: 1.16.2
consul-version: 1.17.0

- name: acceptance-1.17-EC2
enable-hcp: false
launch-type: EC2
consul-version: 1.17.0
consul-version: 1.17.1
fail-fast: false
uses: ./.github/workflows/reusable-ecs-acceptance.yml
with:
Expand Down
2 changes: 1 addition & 1 deletion examples/admin-partitions/terraform/hcp_consul.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ resource "hcp_consul_cluster" "this" {
hvn_id = hcp_hvn.server.hvn_id
tier = "development"
public_endpoint = true
min_consul_version = "1.16.2"
min_consul_version = "1.17.0"
}

// Configure Consul resources to allow cross-partition and cross-namespace communication.
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 = "hashicorp/consul-ecs:0.7.0"
default = "hashicorppreview/consul-ecs:0.7.0-dev"
}

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 = "hashicorp/consul-ecs:0.7.0"
default = "hashicorppreview/consul-ecs:0.7.1-dev"
}
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.0"
default = "hashicorppreview/consul-ecs:0.7.1-dev"
}

variable "consul_server_startup_timeout" {
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.0"
default = "hashicorppreview/consul-ecs:0.7.1-dev"
}

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.0-ent"
default = "hashicorp/consul-enterprise:1.17.1-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.0"
default = "hashicorppreview/consul-ecs:0.7.1-dev"
}
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.0"
default = "hashicorppreview/consul-ecs:0.7.1-dev"
}

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.0-ent"
default = "public.ecr.aws/hashicorp/consul-enterprise:1.17.1-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.0"
default = "hashicorppreview/consul-ecs:0.7.1-dev"
}

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.0"
default = "hashicorppreview/consul-ecs:0.7.1-dev"
}

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.0"
default = "hashicorppreview/consul-ecs:0.7.1-dev"
}

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.0"
default = "hashicorp/consul:1.17.1"
}

variable "consul_license" {
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.7.0"
version_string = "0.7.1-dev"

consul_data_volume_name = "consul_data"
consul_data_mount = {
Expand Down
4 changes: 2 additions & 2 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.0"
default = "hashicorp/consul:1.17.1"
}

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

variable "consul_dataplane_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.7.0"
version_string = "0.7.1-dev"

consul_data_volume_name = "consul_data"
consul_data_mount = {
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 = "hashicorp/consul-ecs:0.7.0"
default = "hashicorppreview/consul-ecs:0.7.1-dev"
}

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 = "hashicorp/consul-ecs:0.7.0"
default = "hashicorppreview/consul-ecs:0.7.1-dev"
}

variable "server_service_name" {
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.0"
default = "hashicorppreview/consul-ecs:0.7.1-dev"
}

variable "consul_server_address" {
Expand Down

0 comments on commit b3e69bf

Please sign in to comment.