diff --git a/infrastructure-live/dev/eu-central-1/networking/vpc/README-TO-COMPLETE-UPDATE.md b/infrastructure-live/dev/eu-central-1/networking/vpc/README-TO-COMPLETE-UPDATE.md new file mode 100644 index 0000000..cb38986 --- /dev/null +++ b/infrastructure-live/dev/eu-central-1/networking/vpc/README-TO-COMPLETE-UPDATE.md @@ -0,0 +1,23 @@ +# networking/vpc v0.95.0 -> v0.96.0 (2024.12.17 01:50:16) + +Updated dependency networking/vpc in infrastructure-live/dev/eu-central-1/networking/vpc/terragrunt.hcl to version v0.96.0, which contains breaking changes. You MUST follow the instructions in the release notes to complete this update safely: https://github.com/gruntwork-io/terraform-aws-service-catalog/releases/tag/v0.96.0 + +Here are the notes to complete the update for version v0.96.0: + + +## Description + + +- Module dependency updates, to unlock Terraform AWS Provider v4: + - Update Terraform github.com/gruntwork-io/terraform-aws-eks to v0.53.0 + - Update Terraform github.com/gruntwork-io/terraform-aws-ecs to v0.34.0 +- **Unlock AWS provider v4. Require minimum 3.75.1.** This update includes a few tests that make sure upgrading to this module from the last release is easy. However, you may need to bump your AWS provider version. See the migration guide notes below for more. + +### Migration Guide + +The AWS Provider v4 unlock is a functionally backward compatible update. Modules no longer have the AWS Provider v4 lock. Upgrade tests were run to give reasonable confidence that upgrading to this version of the modules from the last tagged release is backward compatible, requiring no further modifications from you. However, the AWS Provider version must be `3.75.1` or newer, so you may need to run `terraform init` with the `-upgrade` flag, which will allow terraform to pull the latest version of the AWS provider, as in `terraform init -upgrade`. + + + + + diff --git a/infrastructure-live/dev/eu-central-1/networking/vpc/terragrunt.hcl b/infrastructure-live/dev/eu-central-1/networking/vpc/terragrunt.hcl index 961d174..540d1c4 100644 --- a/infrastructure-live/dev/eu-central-1/networking/vpc/terragrunt.hcl +++ b/infrastructure-live/dev/eu-central-1/networking/vpc/terragrunt.hcl @@ -1,5 +1,5 @@ # This is the configuration for Terragrunt, a thin wrapper for Terraform: https://terragrunt.gruntwork.io/ terraform { - source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/networking/vpc?ref=v0.95.0" + source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/networking/vpc?ref=v0.96.0" } \ No newline at end of file diff --git a/infrastructure-live/dev2/eu-central-1/networking/vpc/README-TO-COMPLETE-UPDATE.md b/infrastructure-live/dev2/eu-central-1/networking/vpc/README-TO-COMPLETE-UPDATE.md new file mode 100644 index 0000000..df4736d --- /dev/null +++ b/infrastructure-live/dev2/eu-central-1/networking/vpc/README-TO-COMPLETE-UPDATE.md @@ -0,0 +1,23 @@ +# networking/vpc v0.95.0 -> v0.96.0 (2024.12.17 01:50:16) + +Updated dependency networking/vpc in infrastructure-live/dev2/eu-central-1/networking/vpc/terragrunt.hcl to version v0.96.0, which contains breaking changes. You MUST follow the instructions in the release notes to complete this update safely: https://github.com/gruntwork-io/terraform-aws-service-catalog/releases/tag/v0.96.0 + +Here are the notes to complete the update for version v0.96.0: + + +## Description + + +- Module dependency updates, to unlock Terraform AWS Provider v4: + - Update Terraform github.com/gruntwork-io/terraform-aws-eks to v0.53.0 + - Update Terraform github.com/gruntwork-io/terraform-aws-ecs to v0.34.0 +- **Unlock AWS provider v4. Require minimum 3.75.1.** This update includes a few tests that make sure upgrading to this module from the last release is easy. However, you may need to bump your AWS provider version. See the migration guide notes below for more. + +### Migration Guide + +The AWS Provider v4 unlock is a functionally backward compatible update. Modules no longer have the AWS Provider v4 lock. Upgrade tests were run to give reasonable confidence that upgrading to this version of the modules from the last tagged release is backward compatible, requiring no further modifications from you. However, the AWS Provider version must be `3.75.1` or newer, so you may need to run `terraform init` with the `-upgrade` flag, which will allow terraform to pull the latest version of the AWS provider, as in `terraform init -upgrade`. + + + + + diff --git a/infrastructure-live/dev2/eu-central-1/networking/vpc/terragrunt.hcl b/infrastructure-live/dev2/eu-central-1/networking/vpc/terragrunt.hcl index 961d174..540d1c4 100644 --- a/infrastructure-live/dev2/eu-central-1/networking/vpc/terragrunt.hcl +++ b/infrastructure-live/dev2/eu-central-1/networking/vpc/terragrunt.hcl @@ -1,5 +1,5 @@ # This is the configuration for Terragrunt, a thin wrapper for Terraform: https://terragrunt.gruntwork.io/ terraform { - source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/networking/vpc?ref=v0.95.0" + source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/networking/vpc?ref=v0.96.0" } \ No newline at end of file diff --git a/infrastructure-live/stage/eu-central-1/networking/vpc/README-TO-COMPLETE-UPDATE.md b/infrastructure-live/stage/eu-central-1/networking/vpc/README-TO-COMPLETE-UPDATE.md new file mode 100644 index 0000000..6232d53 --- /dev/null +++ b/infrastructure-live/stage/eu-central-1/networking/vpc/README-TO-COMPLETE-UPDATE.md @@ -0,0 +1,23 @@ +# networking/vpc v0.95.0 -> v0.96.0 (2024.12.17 01:50:16) + +Updated dependency networking/vpc in infrastructure-live/stage/eu-central-1/networking/vpc/terragrunt.hcl to version v0.96.0, which contains breaking changes. You MUST follow the instructions in the release notes to complete this update safely: https://github.com/gruntwork-io/terraform-aws-service-catalog/releases/tag/v0.96.0 + +Here are the notes to complete the update for version v0.96.0: + + +## Description + + +- Module dependency updates, to unlock Terraform AWS Provider v4: + - Update Terraform github.com/gruntwork-io/terraform-aws-eks to v0.53.0 + - Update Terraform github.com/gruntwork-io/terraform-aws-ecs to v0.34.0 +- **Unlock AWS provider v4. Require minimum 3.75.1.** This update includes a few tests that make sure upgrading to this module from the last release is easy. However, you may need to bump your AWS provider version. See the migration guide notes below for more. + +### Migration Guide + +The AWS Provider v4 unlock is a functionally backward compatible update. Modules no longer have the AWS Provider v4 lock. Upgrade tests were run to give reasonable confidence that upgrading to this version of the modules from the last tagged release is backward compatible, requiring no further modifications from you. However, the AWS Provider version must be `3.75.1` or newer, so you may need to run `terraform init` with the `-upgrade` flag, which will allow terraform to pull the latest version of the AWS provider, as in `terraform init -upgrade`. + + + + + diff --git a/infrastructure-live/stage/eu-central-1/networking/vpc/terragrunt.hcl b/infrastructure-live/stage/eu-central-1/networking/vpc/terragrunt.hcl index 961d174..540d1c4 100644 --- a/infrastructure-live/stage/eu-central-1/networking/vpc/terragrunt.hcl +++ b/infrastructure-live/stage/eu-central-1/networking/vpc/terragrunt.hcl @@ -1,5 +1,5 @@ # This is the configuration for Terragrunt, a thin wrapper for Terraform: https://terragrunt.gruntwork.io/ terraform { - source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/networking/vpc?ref=v0.95.0" + source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/networking/vpc?ref=v0.96.0" } \ No newline at end of file