Skip to content

Commit 949cede

Browse files
gruntwork-cigruntwork-ci
andauthored
Update Gruntwork releases as of 2025-11-30 (#2861)
Co-authored-by: gruntwork-ci <[email protected]>
1 parent 516b158 commit 949cede

File tree

5 files changed

+562
-16
lines changed

5 files changed

+562
-16
lines changed

docs/guides/stay-up-to-date/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import CardGroup from "/src/components/CardGroup"
1717
<CardGroup cols={1} gap="1rem" stacked equalHeightRows={false} commonCardProps={{padding: "1.25rem"}}>
1818

1919
<!-- START_DOCS_SOURCER_DYNAMIC_CONTENT id=gruntwork-releases-cards -->
20+
<Card title="Update to 2025-11" href="/guides/stay-up-to-date/releases/2025-11" />
2021
<Card title="Update to 2025-10" href="/guides/stay-up-to-date/releases/2025-10" />
2122
<Card title="Update to 2025-09" href="/guides/stay-up-to-date/releases/2025-09" />
2223
<Card title="Update to 2025-08" href="/guides/stay-up-to-date/releases/2025-08" />
@@ -31,7 +32,6 @@ import CardGroup from "/src/components/CardGroup"
3132
<Card title="Update to 2024-11" href="/guides/stay-up-to-date/releases/2024-11" />
3233
<Card title="Update to 2024-10" href="/guides/stay-up-to-date/releases/2024-10" />
3334
<Card title="Update to 2024-09" href="/guides/stay-up-to-date/releases/2024-09" />
34-
<Card title="Update to 2024-08" href="/guides/stay-up-to-date/releases/2024-08" />
3535
<Card title="See older releases" href="/guides/stay-up-to-date/releases" />
3636
<!-- END_DOCS_SOURCER_DYNAMIC_CONTENT -->
3737

@@ -115,6 +115,6 @@ href="/guides/stay-up-to-date/cis/cis-1.5.0"
115115
<!-- ##DOCS-SOURCER-START
116116
{
117117
"sourcePlugin": "releases",
118-
"hash": "ea536ebd66fc7607ecd8acd736e8164b"
118+
"hash": "f2a2e5de20a6ff54ac9fdab2e19eadd0"
119119
}
120120
##DOCS-SOURCER-END -->

docs/guides/stay-up-to-date/releases/2024-04/index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -551,44 +551,44 @@ https://github.com/gruntwork-io/terraform-aws-architecture-catalog/pull/1047/fil
551551
## terraform-aws-asg
552552

553553

554-
### [v0.21.14](https://github.com/gruntwork-io/terraform-aws-asg/releases/tag/v0.21.14)
554+
### [v0.21.15](https://github.com/gruntwork-io/terraform-aws-asg/releases/tag/v0.21.15)
555555

556556
<p style={{marginTop: "-20px", marginBottom: "10px"}}>
557-
<small>Published: 4/2/2024 | Modules affected: server-group | <a href="https://github.com/gruntwork-io/terraform-aws-asg/releases/tag/v0.21.14">Release notes</a></small>
557+
<small>Published: 4/5/2024 | Modules affected: asg-rolling-deploy | <a href="https://github.com/gruntwork-io/terraform-aws-asg/releases/tag/v0.21.15">Release notes</a></small>
558558
</p>
559559

560560
<div style={{"overflow":"hidden","textOverflow":"ellipsis","display":"-webkit-box","WebkitLineClamp":10,"lineClamp":10,"WebkitBoxOrient":"vertical"}}>
561561

562562

563-
- `server-group`
564563

564+
- asg-rolling-deploy: support autoscaling lifecycle hook
565565

566-
- Expose `max_session_duration` for server-group vended role
567566

568567

569-
- https://github.com/gruntwork-io/terraform-aws-asg/pull/211
570568

571569

572-
573570
</div>
574571

575572

576-
### [v0.21.15](https://github.com/gruntwork-io/terraform-aws-asg/releases/tag/v0.21.15)
573+
### [v0.21.14](https://github.com/gruntwork-io/terraform-aws-asg/releases/tag/v0.21.14)
577574

578575
<p style={{marginTop: "-20px", marginBottom: "10px"}}>
579-
<small>Published: 4/5/2024 | Modules affected: asg-rolling-deploy | <a href="https://github.com/gruntwork-io/terraform-aws-asg/releases/tag/v0.21.15">Release notes</a></small>
576+
<small>Published: 4/2/2024 | Modules affected: server-group | <a href="https://github.com/gruntwork-io/terraform-aws-asg/releases/tag/v0.21.14">Release notes</a></small>
580577
</p>
581578

582579
<div style={{"overflow":"hidden","textOverflow":"ellipsis","display":"-webkit-box","WebkitLineClamp":10,"lineClamp":10,"WebkitBoxOrient":"vertical"}}>
583580

584581

582+
- `server-group`
585583

586-
- asg-rolling-deploy: support autoscaling lifecycle hook
587584

585+
- Expose `max_session_duration` for server-group vended role
588586

589587

588+
- https://github.com/gruntwork-io/terraform-aws-asg/pull/211
590589

591590

591+
592592
</div>
593593

594594

@@ -1630,6 +1630,6 @@ Default EKS version is 1.29 with this release! Please see the links below for fu
16301630
<!-- ##DOCS-SOURCER-START
16311631
{
16321632
"sourcePlugin": "releases",
1633-
"hash": "ba1bd9d16e665a70a02dbe1b835e97ed"
1633+
"hash": "d089e2fec7b5c23e83918eec936e3908"
16341634
}
16351635
##DOCS-SOURCER-END -->

docs/guides/stay-up-to-date/releases/2025-10/index.md

Lines changed: 57 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Here are the repos that were updated:
2121
- [terraform-aws-monitoring](#terraform-aws-monitoring)
2222
- [terraform-aws-security](#terraform-aws-security)
2323
- [terraform-aws-service-catalog](#terraform-aws-service-catalog)
24+
- [terraform-aws-vpc](#terraform-aws-vpc)
2425

2526

2627
## boilerplate
@@ -633,6 +634,24 @@ Templates now uses the following new variables
633634
## terraform-aws-service-catalog
634635

635636

637+
### [v0.140.0](https://github.com/gruntwork-io/terraform-aws-service-catalog/releases/tag/v0.140.0)
638+
639+
<p style={{marginTop: "-20px", marginBottom: "10px"}}>
640+
<small>Published: 10/31/2025 | Modules affected: modules/networking/vpc, modules/services/eks-argocd, modules/services/eks-cluster, modules/services/eks-core-services | <a href="https://github.com/gruntwork-io/terraform-aws-service-catalog/releases/tag/v0.140.0">Release notes</a></small>
641+
</p>
642+
643+
<div style={{"overflow":"hidden","textOverflow":"ellipsis","display":"-webkit-box","WebkitLineClamp":10,"lineClamp":10,"WebkitBoxOrient":"vertical"}}>
644+
645+
646+
647+
- Bump `terraform-aws-eks` to `v2.0.0`
648+
- Update default Karpenter to `v1.6.2`
649+
650+
651+
652+
</div>
653+
654+
636655
### [v0.130.7](https://github.com/gruntwork-io/terraform-aws-service-catalog/releases/tag/v0.130.7)
637656

638657
<p style={{marginTop: "-20px", marginBottom: "10px"}}>
@@ -643,7 +662,21 @@ Templates now uses the following new variables
643662

644663

645664

646-
- Add Support for AL2023 EKS Worker AMI&apos;s
665+
Add Support for AL2023 EKS Worker AMI&apos;s. New configurations have been added to `autoscaling_group_configurations` and `managed_node_group_configurations` to support both AL2 and AL2023 AMI Types. Users on an AMI Type other than AL2 will need to proactively set the corresponding `autoscaling_group_configurations.asg_ami_type` and/or managed_node_group_configurations.ami_type` to ensure the correct user data script is used during initialization of the worker node(s). See [here](https://github.com/gruntwork-io/terraform-aws-service-catalog/blob/v0.130.7/modules/services/eks-workers/user_data.tf#L49-L57) for current supported AMI Type configurations.
666+
667+
The following attributes and variables have were added:
668+
- `autoscaling_group_configurations.asg_ami_type`
669+
- `autoscaling_group_configurations.asg_instance_user_data_base64`
670+
- `managed_node_group_configurations.ami_type`
671+
- `managed_node_group_configurations.user_data_base64`
672+
- `asg_default_ami_type`
673+
- `asg_default_instance_user_data_base64`
674+
- `node_group_default_ami_type`
675+
- `node_group_default_user_data_base64`
676+
- `managed_node_group_create_security_group`
677+
678+
**NOTE**: The new `*ami_type` variables and attributes are defaulted to `AL2_x86_64` to maintain previous default configurations. These will need to be updated to `AL2023_*` configurations for AL2023 AMI types. An example would be `AL2023_x86_64_STANDARD`. See [here](https://github.com/gruntwork-io/terraform-aws-service-catalog/blob/v0.130.7/modules/services/eks-workers/user_data.tf#L49-L57) for current supported AMI Type configurations.
679+
647680

648681

649682
</div>
@@ -826,11 +859,33 @@ Templates now uses the following new variables
826859

827860

828861

862+
</div>
863+
864+
865+
866+
## terraform-aws-vpc
867+
868+
869+
### [v0.28.8](https://github.com/gruntwork-io/terraform-aws-vpc/releases/tag/v0.28.8)
870+
871+
<p style={{marginTop: "-20px", marginBottom: "10px"}}>
872+
<small>Published: 10/31/2025 | Modules affected: vpc-interface-endpoint | <a href="https://github.com/gruntwork-io/terraform-aws-vpc/releases/tag/v0.28.8">Release notes</a></small>
873+
</p>
874+
875+
<div style={{"overflow":"hidden","textOverflow":"ellipsis","display":"-webkit-box","WebkitLineClamp":10,"lineClamp":10,"WebkitBoxOrient":"vertical"}}>
876+
877+
878+
879+
- Added ability to provision secretsmanager-fips vpc endpoint
880+
- Added ability to have rds fips endpoint
881+
882+
883+
829884
</div>
830885

831886
<!-- ##DOCS-SOURCER-START
832887
{
833888
"sourcePlugin": "releases",
834-
"hash": "30a6084f1b3382e8553986339ab82715"
889+
"hash": "611953e375c563ab852e36cea11fcd3e"
835890
}
836891
##DOCS-SOURCER-END -->

0 commit comments

Comments
 (0)