Skip to content

Commit 99d11c7

Browse files
Update dependencies using Patcher by Gruntwork
1 parent 50bff40 commit 99d11c7

File tree

6 files changed

+72
-3
lines changed

6 files changed

+72
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# data-stores/rds v0.95.0 -> v0.96.0 (2024.12.04 00:16:33)
2+
3+
Updated dependency data-stores/rds in infrastructure-live/dev/eu-central-1/data-stores/rds/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
4+
5+
Here are the notes to complete the update for version v0.96.0:
6+
7+
8+
## Description
9+
10+
11+
- Module dependency updates, to unlock Terraform AWS Provider v4:
12+
- Update Terraform github.com/gruntwork-io/terraform-aws-eks to v0.53.0
13+
- Update Terraform github.com/gruntwork-io/terraform-aws-ecs to v0.34.0
14+
- **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.
15+
16+
### Migration Guide
17+
18+
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`.
19+
20+
21+
22+
23+
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This is the configuration for Terragrunt, a thin wrapper for Terraform: https://terragrunt.gruntwork.io/
22

33
terraform {
4-
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/data-stores/rds?ref=v0.95.0"
4+
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/data-stores/rds?ref=v0.96.0"
55
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# data-stores/rds v0.95.0 -> v0.96.0 (2024.12.04 00:16:33)
2+
3+
Updated dependency data-stores/rds in infrastructure-live/dev2/eu-central-1/data-stores/rds/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
4+
5+
Here are the notes to complete the update for version v0.96.0:
6+
7+
8+
## Description
9+
10+
11+
- Module dependency updates, to unlock Terraform AWS Provider v4:
12+
- Update Terraform github.com/gruntwork-io/terraform-aws-eks to v0.53.0
13+
- Update Terraform github.com/gruntwork-io/terraform-aws-ecs to v0.34.0
14+
- **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.
15+
16+
### Migration Guide
17+
18+
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`.
19+
20+
21+
22+
23+
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This is the configuration for Terragrunt, a thin wrapper for Terraform: https://terragrunt.gruntwork.io/
22

33
terraform {
4-
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/data-stores/rds?ref=v0.95.0"
4+
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/data-stores/rds?ref=v0.96.0"
55
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# data-stores/rds v0.95.0 -> v0.96.0 (2024.12.04 00:16:33)
2+
3+
Updated dependency data-stores/rds in infrastructure-live/stage/eu-central-1/data-stores/rds/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
4+
5+
Here are the notes to complete the update for version v0.96.0:
6+
7+
8+
## Description
9+
10+
11+
- Module dependency updates, to unlock Terraform AWS Provider v4:
12+
- Update Terraform github.com/gruntwork-io/terraform-aws-eks to v0.53.0
13+
- Update Terraform github.com/gruntwork-io/terraform-aws-ecs to v0.34.0
14+
- **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.
15+
16+
### Migration Guide
17+
18+
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`.
19+
20+
21+
22+
23+
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This is the configuration for Terragrunt, a thin wrapper for Terraform: https://terragrunt.gruntwork.io/
22

33
terraform {
4-
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/data-stores/rds?ref=v0.95.0"
4+
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/data-stores/rds?ref=v0.96.0"
55
}

0 commit comments

Comments
 (0)