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 @@ -16,6 +16,7 @@ import CardGroup from "/src/components/CardGroup"

<CardGroup cols={1} gap="1rem" stacked equalHeightRows={false} commonCardProps={{padding: "1.25rem"}}>

<Card title="Update to 2023-10" href="/guides/stay-up-to-date/releases/2023-10" />
<Card title="Update to 2023-09" href="/guides/stay-up-to-date/releases/2023-09" />
<Card title="Update to 2023-08" href="/guides/stay-up-to-date/releases/2023-08" />
<Card title="Update to 2023-07" href="/guides/stay-up-to-date/releases/2023-07" />
Expand All @@ -30,7 +31,6 @@ import CardGroup from "/src/components/CardGroup"
<Card title="Update to 2022-10" href="/guides/stay-up-to-date/releases/2022-10" />
<Card title="Update to 2022-09" href="/guides/stay-up-to-date/releases/2022-09" />
<Card title="Update to 2022-08" href="/guides/stay-up-to-date/releases/2022-08" />
<Card title="Update to 2022-07" href="/guides/stay-up-to-date/releases/2022-07" />
<Card title="See older releases" href="/guides/stay-up-to-date/releases" />

</CardGroup>
Expand Down Expand Up @@ -114,6 +114,6 @@ href="/guides/stay-up-to-date/cis/cis-1.5.0"
<!-- ##DOCS-SOURCER-START
{
"sourcePlugin": "releases",
"hash": "0117f34709e1e02c3d4b3e6010583e5c"
"hash": "855c4b6746af3e09e65e286d94f5ef83"
}
##DOCS-SOURCER-END -->
40 changes: 39 additions & 1 deletion docs/guides/stay-up-to-date/releases/2023-07/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Here are the repos that were updated:
- [terraform-aws-asg](#terraform-aws-asg)
- [terraform-aws-ci](#terraform-aws-ci)
- [terraform-aws-cis-service-catalog](#terraform-aws-cis-service-catalog)
- [terraform-aws-control-tower](#terraform-aws-control-tower)
- [terraform-aws-ecs](#terraform-aws-ecs)
- [terraform-aws-eks](#terraform-aws-eks)
- [terraform-aws-load-balancer](#terraform-aws-load-balancer)
Expand Down Expand Up @@ -335,6 +336,43 @@ patcher update --skip-container-runtime



## terraform-aws-control-tower


### [v0.0.2](https://github.com/gruntwork-io/terraform-aws-control-tower/releases/tag/v0.0.2)

<p style={{marginTop: "-20px", marginBottom: "10px"}}>
<small>Published: 7/25/2023 | <a href="https://github.com/gruntwork-io/terraform-aws-control-tower/releases/tag/v0.0.2">Release notes</a></small>
</p>

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

* [CORE-1111] Use top-level account requests folder by @oredavids in https://github.com/gruntwork-io/terraform-aws-control-tower/pull/2


**Full Changelog**: https://github.com/gruntwork-io/terraform-aws-control-tower/compare/v0.0.1...v0.0.2

</div>


### [v0.0.1](https://github.com/gruntwork-io/terraform-aws-control-tower/releases/tag/v0.0.1)

<p style={{marginTop: "-20px", marginBottom: "10px"}}>
<small>Published: 7/25/2023 | <a href="https://github.com/gruntwork-io/terraform-aws-control-tower/releases/tag/v0.0.1">Release notes</a></small>
</p>

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

* Add control tower modules and templates for account creation by @oredavids in https://github.com/gruntwork-io/terraform-aws-control-tower/pull/1

* @oredavids made their first contribution in https://github.com/gruntwork-io/terraform-aws-control-tower/pull/1

**Full Changelog**: https://github.com/gruntwork-io/terraform-aws-control-tower/commits/v0.0.1

</div>



## terraform-aws-ecs


Expand Down Expand Up @@ -618,6 +656,6 @@ Remove deprecated eks version 1.22
<!-- ##DOCS-SOURCER-START
{
"sourcePlugin": "releases",
"hash": "d55615b903a715e953c3514961dd7d9e"
"hash": "4827202207a738576aefac9c3efb2eba"
}
##DOCS-SOURCER-END -->
Loading