Skip to content
Merged
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
4 changes: 2 additions & 2 deletions docs/guides/stay-up-to-date/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import CardGroup from "/src/components/CardGroup"
<CardGroup cols={1} gap="1rem" stacked equalHeightRows={false} commonCardProps={{padding: "1.25rem"}}>

<!-- START_DOCS_SOURCER_DYNAMIC_CONTENT id=gruntwork-releases-cards -->
<Card title="Update to 2025-10" href="/guides/stay-up-to-date/releases/2025-10" />
<Card title="Update to 2025-09" href="/guides/stay-up-to-date/releases/2025-09" />
<Card title="Update to 2025-08" href="/guides/stay-up-to-date/releases/2025-08" />
<Card title="Update to 2025-07" href="/guides/stay-up-to-date/releases/2025-07" />
Expand All @@ -31,7 +32,6 @@ import CardGroup from "/src/components/CardGroup"
<Card title="Update to 2024-10" href="/guides/stay-up-to-date/releases/2024-10" />
<Card title="Update to 2024-09" href="/guides/stay-up-to-date/releases/2024-09" />
<Card title="Update to 2024-08" href="/guides/stay-up-to-date/releases/2024-08" />
<Card title="Update to 2024-07" href="/guides/stay-up-to-date/releases/2024-07" />
<Card title="See older releases" href="/guides/stay-up-to-date/releases" />
<!-- END_DOCS_SOURCER_DYNAMIC_CONTENT -->

Expand Down Expand Up @@ -115,6 +115,6 @@ href="/guides/stay-up-to-date/cis/cis-1.5.0"
<!-- ##DOCS-SOURCER-START
{
"sourcePlugin": "releases",
"hash": "00e13525734b766356c89780045b818a"
"hash": "ea536ebd66fc7607ecd8acd736e8164b"
}
##DOCS-SOURCER-END -->
7 changes: 5 additions & 2 deletions docs/guides/stay-up-to-date/releases/2025-08/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,10 @@ The `v4` line of Pipelines Workflows will support versions of Terragrunt &gt;= `

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

* LIB-2545 Update root-pipelines-apply-role and root-pipelines-plan-role (templates/gruntwork-landing-zone/_envcommon/landingzone) with permissions required by new [control-tower-multi-account-factory-async](https://github.com/gruntwork-io/terraform-aws-control-tower/tree/b5880dc867eb2ead34401f5bc4497830c3ddf49b/modules/landingzone/control-tower-multi-account-factory-async) module.
&gt; [!IMPORTANT]
&gt; This release **contains breaking changes** to the architecture catalog and should have been tagged in v4.0.0 release. The changes in this release have now been re-released with v4.0.0

* LIB-2545 Update root-pipelines-apply-role and root-pipelines-plan-role (templates/gruntwork-landing-zone/_envcommon/landingzone) with permissions required by new [control-tower-multi-account-factory-async](https://github.com/gruntwork-io/terraform-aws-control-tower/tree/b5880dc867eb2ead34401f5bc4497830c3ddf49b/modules/landingzone/control-tower-multi-account-factory-async) module.
* Updated single-account-baseline template to optionally include a pipelines HCL environment config for the new account.
* Deprecates remaining Pipelines v2 templates infra-live-root, infra-live-github-base &amp; devops-foundations-infrastructure-live-delegated
* Bump Terragrunt and OpenTofu versions in boilerplate and mise.toml
Expand Down Expand Up @@ -727,6 +730,6 @@ Each release will include detailed notes indicating whether changes are breaking
<!-- ##DOCS-SOURCER-START
{
"sourcePlugin": "releases",
"hash": "75e9a45418b39c438c2de4b0f028cac7"
"hash": "3b60ef3bbe7a800cb2983917e6debab9"
}
##DOCS-SOURCER-END -->
Loading