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-07" href="/guides/stay-up-to-date/releases/2023-07" />
<Card title="Update to 2023-06" href="/guides/stay-up-to-date/releases/2023-06" />
<Card title="Update to 2023-05" href="/guides/stay-up-to-date/releases/2023-05" />
<Card title="Update to 2023-04" href="/guides/stay-up-to-date/releases/2023-04" />
Expand All @@ -30,7 +31,6 @@ import CardGroup from "/src/components/CardGroup"
<Card title="Update to 2022-07" href="/guides/stay-up-to-date/releases/2022-07" />
<Card title="Update to 2022-06" href="/guides/stay-up-to-date/releases/2022-06" />
<Card title="Update to 2022-05" href="/guides/stay-up-to-date/releases/2022-05" />
<Card title="Update to 2022-04" href="/guides/stay-up-to-date/releases/2022-04" />
<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": "2641001c967a24cf5ec5f9a9816e06c4"
"hash": "5ddcbf90d0d5307816a440169426835e"
}
##DOCS-SOURCER-END -->
65 changes: 63 additions & 2 deletions docs/guides/stay-up-to-date/releases/2023-06/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@ Here are the repos that were updated:
- [terraform-aws-ecs](#terraform-aws-ecs)
- [terraform-aws-eks](#terraform-aws-eks)
- [terraform-aws-lambda](#terraform-aws-lambda)
- [terraform-aws-load-balancer](#terraform-aws-load-balancer)
- [terraform-aws-monitoring](#terraform-aws-monitoring)
- [terraform-aws-openvpn](#terraform-aws-openvpn)
- [terraform-aws-security](#terraform-aws-security)
- [terraform-aws-server](#terraform-aws-server)
- [terraform-aws-service-catalog](#terraform-aws-service-catalog)
- [terraform-aws-static-assets](#terraform-aws-static-assets)
- [terraform-aws-utilities](#terraform-aws-utilities)
- [terraform-aws-vpc](#terraform-aws-vpc)


## boilerplate
Expand Down Expand Up @@ -65,7 +67,7 @@ Here are the repos that were updated:

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

Release duplicated from https://github.com/gruntwork-io/patcher/releases/tag/v0.3.4
This release contains minor bug fixes.

</div>

Expand Down Expand Up @@ -225,6 +227,23 @@ None
## terraform-aws-cis-service-catalog


### [v0.47.6](https://github.com/gruntwork-io/terraform-aws-cis-service-catalog/releases/tag/v0.47.6)

<p style={{marginTop: "-20px", marginBottom: "10px"}}>
<small>Published: 6/30/2023 | Modules affected: security/aws-securityhub | <a href="https://github.com/gruntwork-io/terraform-aws-cis-service-catalog/releases/tag/v0.47.6">Release notes</a></small>
</p>

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



- Limited AWS provider&apos;s version in AWS Security Hub&apos;s module due to [a bug released in v4.64.0](https://github.com/hashicorp/terraform-provider-aws/issues/30980).



</div>


### [v0.47.5](https://github.com/gruntwork-io/terraform-aws-cis-service-catalog/releases/tag/v0.47.5)

<p style={{marginTop: "-20px", marginBottom: "10px"}}>
Expand Down Expand Up @@ -561,6 +580,26 @@ Note: EKS 1.26 requires kubergrunt v0.11.3 and above



## terraform-aws-load-balancer


### [v0.29.8](https://github.com/gruntwork-io/terraform-aws-load-balancer/releases/tag/v0.29.8)

<p style={{marginTop: "-20px", marginBottom: "10px"}}>
<small>Published: 6/30/2023 | Modules affected: alb | <a href="https://github.com/gruntwork-io/terraform-aws-load-balancer/releases/tag/v0.29.8">Release notes</a></small>
</p>

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



- Add optional alb redirect as default rule


</div>



## terraform-aws-monitoring


Expand Down Expand Up @@ -835,6 +874,28 @@ Note: EKS 1.26 requires kubergrunt v0.11.3 and above



</div>



## terraform-aws-vpc


### [v0.23.2](https://github.com/gruntwork-io/terraform-aws-vpc/releases/tag/v0.23.2)

<p style={{marginTop: "-20px", marginBottom: "10px"}}>
<small>Published: 6/30/2023 | Modules affected: vpc-flow-logs | <a href="https://github.com/gruntwork-io/terraform-aws-vpc/releases/tag/v0.23.2">Release notes</a></small>
</p>

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



- Remove Zack from CODEOWNERS
- Add max_aggregation_interval to vpc_flow_logs



</div>


Expand All @@ -843,6 +904,6 @@ Note: EKS 1.26 requires kubergrunt v0.11.3 and above
<!-- ##DOCS-SOURCER-START
{
"sourcePlugin": "releases",
"hash": "0fde6f28d5c61ac4645d9515d4820dc0"
"hash": "f89d1040196925c21b2fc592f53a8057"
}
##DOCS-SOURCER-END -->
Loading