Skip to content

Commit 9750a58

Browse files
gruntwork-cigruntwork-ciZachGoldberg
authored
Update Gruntwork Releases as of 2025-05-31 (#2602)
* Update Gruntwork releases as of 2025-05-31 * Update docs/guides/stay-up-to-date/releases/2024-09/index.md --------- Co-authored-by: gruntwork-ci <[email protected]> Co-authored-by: Zach Goldberg <[email protected]>
1 parent f8ca864 commit 9750a58

File tree

5 files changed

+940
-5
lines changed

5 files changed

+940
-5
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-05" href="/guides/stay-up-to-date/releases/2025-05" />
2021
<Card title="Update to 2025-04" href="/guides/stay-up-to-date/releases/2025-04" />
2122
<Card title="Update to 2025-03" href="/guides/stay-up-to-date/releases/2025-03" />
2223
<Card title="Update to 2025-02" href="/guides/stay-up-to-date/releases/2025-02" />
@@ -31,7 +32,6 @@ import CardGroup from "/src/components/CardGroup"
3132
<Card title="Update to 2024-05" href="/guides/stay-up-to-date/releases/2024-05" />
3233
<Card title="Update to 2024-04" href="/guides/stay-up-to-date/releases/2024-04" />
3334
<Card title="Update to 2024-03" href="/guides/stay-up-to-date/releases/2024-03" />
34-
<Card title="Update to 2024-02" href="/guides/stay-up-to-date/releases/2024-02" />
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": "90130699f7ae719ee3972d34b979cef8"
118+
"hash": "44e4a941d873f27d34f29e7ac710561e"
119119
}
120120
##DOCS-SOURCER-END -->

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,8 @@ This introduces a change in how tags are managed for AWS Accounts. Now, any tag
333333
- Override the default Helm Chart version and use a newer version of the chart which resolves the issue. This can be accomplished by setting `aws_for_fluent_bit_chart_version` to `0.1.32`.
334334
- Upgrade to [v0.73.0](https://github.com/gruntwork-io/terraform-aws-eks/releases/tag/v0.73.0) of the `terraform-aws-eks` library module which uses a newer chart version as well as contains several enhancements to the module.
335335

336+
337+
336338
</div>
337339

338340

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

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,22 @@ You can freely mix changes to `terragrunt.stack.hcl` and `terragrunt.hcl` files
328328
## terraform-aws-architecture-catalog
329329

330330

331+
### [v2.13.0](https://github.com/gruntwork-io/terraform-aws-architecture-catalog/releases/tag/v2.13.0)
332+
333+
<p style={{marginTop: "-20px", marginBottom: "10px"}}>
334+
<small>Published: 4/30/2025 | <a href="https://github.com/gruntwork-io/terraform-aws-architecture-catalog/releases/tag/v2.13.0">Release notes</a></small>
335+
</p>
336+
337+
<div style={{"overflow":"hidden","textOverflow":"ellipsis","display":"-webkit-box","WebkitLineClamp":10,"lineClamp":10,"WebkitBoxOrient":"vertical"}}>
338+
339+
* Update landing zone template to support custom gitlab instance by @oredavids in https://github.com/gruntwork-io/terraform-aws-architecture-catalog/pull/1143
340+
341+
342+
**Full Changelog**: https://github.com/gruntwork-io/terraform-aws-architecture-catalog/compare/v2.12.11...v2.13.0
343+
344+
</div>
345+
346+
331347
### [v2.12.11](https://github.com/gruntwork-io/terraform-aws-architecture-catalog/releases/tag/v2.12.11)
332348

333349
<p style={{marginTop: "-20px", marginBottom: "10px"}}>
@@ -712,6 +728,6 @@ Default EKS version is 1.31 with this release! Please see the links below for fu
712728
<!-- ##DOCS-SOURCER-START
713729
{
714730
"sourcePlugin": "releases",
715-
"hash": "b1c2e9fa4f387bb16bd2f6a955f1fec4"
731+
"hash": "7803886bd1c402808852ec61e6db31e0"
716732
}
717733
##DOCS-SOURCER-END -->

0 commit comments

Comments
 (0)