-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies using Patcher by Gruntwork
- Loading branch information
1 parent
50bff40
commit 41a3ed8
Showing
6 changed files
with
72 additions
and
3 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
infrastructure-live/dev/eu-central-1/networking/vpc/README-TO-COMPLETE-UPDATE.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# networking/vpc v0.95.0 -> v0.96.0 (2024.12.04 00:16:36) | ||
|
||
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`. | ||
|
||
|
||
|
||
|
||
|
2 changes: 1 addition & 1 deletion
2
infrastructure-live/dev/eu-central-1/networking/vpc/terragrunt.hcl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
23 changes: 23 additions & 0 deletions
23
infrastructure-live/dev2/eu-central-1/networking/vpc/README-TO-COMPLETE-UPDATE.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# networking/vpc v0.95.0 -> v0.96.0 (2024.12.04 00:16:36) | ||
|
||
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`. | ||
|
||
|
||
|
||
|
||
|
2 changes: 1 addition & 1 deletion
2
infrastructure-live/dev2/eu-central-1/networking/vpc/terragrunt.hcl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
23 changes: 23 additions & 0 deletions
23
infrastructure-live/stage/eu-central-1/networking/vpc/README-TO-COMPLETE-UPDATE.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# networking/vpc v0.95.0 -> v0.96.0 (2024.12.04 00:16:36) | ||
|
||
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`. | ||
|
||
|
||
|
||
|
||
|
2 changes: 1 addition & 1 deletion
2
infrastructure-live/stage/eu-central-1/networking/vpc/terragrunt.hcl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |