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

[Patcher] Update gruntwork-io/terraform-aws-service-catalog/networking/vpc #53

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
@@ -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`.





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::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/networking/vpc?ref=v0.95.0"
source = "git::[email protected]: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.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`.





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::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/networking/vpc?ref=v0.95.0"
source = "git::[email protected]: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.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`.





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::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/networking/vpc?ref=v0.95.0"
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/networking/vpc?ref=v0.96.0"
}
Loading