Skip to content

Commit

Permalink
Update dependencies using Patcher by Gruntwork
Browse files Browse the repository at this point in the history
  • Loading branch information
gruntwork-patcher-bot committed Nov 26, 2024
1 parent 9fb6e2f commit 1de733a
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# networking/vpc v0.95.0 -> v0.96.0 (2024.11.26 21:16:17)

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`.





Original file line number Diff line number Diff line change
@@ -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"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# networking/vpc v0.95.0 -> v0.96.0 (2024.11.26 21:16:17)

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`.





Original file line number Diff line number Diff line change
@@ -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"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# networking/vpc v0.95.0 -> v0.96.0 (2024.11.26 21:16:17)

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`.





Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 1de733a

Please sign in to comment.