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-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" />
<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" />
Expand All @@ -30,7 +31,6 @@ import CardGroup from "/src/components/CardGroup"
<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="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="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": "5ddcbf90d0d5307816a440169426835e"
"hash": "90c73847e44fd587e7acabbdefd30488"
}
##DOCS-SOURCER-END -->
16 changes: 10 additions & 6 deletions docs/guides/stay-up-to-date/releases/2023-04/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -998,17 +998,21 @@ The new signature for Docker Compose is `docker compose &lt;command&gt;` (Not th
### [v0.104.0](https://github.com/gruntwork-io/terraform-aws-service-catalog/releases/tag/v0.104.0)

<p style={{marginTop: "-20px", marginBottom: "10px"}}>
<small>Published: 4/27/2023 | Modules affected: data-stores, mgmt | <a href="https://github.com/gruntwork-io/terraform-aws-service-catalog/releases/tag/v0.104.0">Release notes</a></small>
<small>Published: 4/27/2023 | Modules affected: data-stores/aurora, data-stores/backup-plan, data-stores/backup-vault, data-stores/lambda-cleanup-snapshots | <a href="https://github.com/gruntwork-io/terraform-aws-service-catalog/releases/tag/v0.104.0">Release notes</a></small>
</p>

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



- chore(deps): update terraform github.com/gruntwork-io/terraform-aws-data-storage to v0.26.0
- chore: Update find-all-tests-to-run to work
- Update for-production examples for architecture catalog
- chore: Update Tailscale README
- Update `terraform-aws-data-storage` to v0.26.0
- Upgrade the AWS provider version to 4.22.0
- Convert Security Group Rules for Aurora to use `for_each`
- Added support for custom final snapshot for Aurora
- Added boundary policy in creation of enhancement monitoring IAM role for RDS
- Fixed the `find-all-tests-to-run` script
- Updated the for-production examples for architecture catalog
- Updated Tailscale README


</div>
Expand Down Expand Up @@ -1326,6 +1330,6 @@ The new signature for Docker Compose is `docker compose &lt;command&gt;` (Not th
<!-- ##DOCS-SOURCER-START
{
"sourcePlugin": "releases",
"hash": "b0ab974770913288a3204048f83170e5"
"hash": "c1dd4076f6a9378655e2e3811c3d8a15"
}
##DOCS-SOURCER-END -->
32 changes: 21 additions & 11 deletions docs/guides/stay-up-to-date/releases/2023-07/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,14 @@ 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.4.2

This release includes the following improvements:
- A non-interactive mode was added to the `report` command
- The command outputs the list of dependencies in JSON format
```
patcher report --non-interactive --skip-container-runtime
```


</div>

Expand Down Expand Up @@ -552,34 +559,37 @@ Remove deprecated eks version 1.22
### [v0.25.0](https://github.com/gruntwork-io/terraform-aws-vpc/releases/tag/v0.25.0)

<p style={{marginTop: "-20px", marginBottom: "10px"}}>
<small>Published: 7/19/2023 | <a href="https://github.com/gruntwork-io/terraform-aws-vpc/releases/tag/v0.25.0">Release notes</a></small>
<small>Published: 7/19/2023 | Modules affected: vpc-app, vpc-mgmt | <a href="https://github.com/gruntwork-io/terraform-aws-vpc/releases/tag/v0.25.0">Release notes</a></small>
</p>

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

* Bug_aws_eip_vpc_argument_320 by @zachreborn in https://github.com/gruntwork-io/terraform-aws-vpc/pull/325
* [skip ci] Enhancement add zachreborn codeowners by @zachreborn in https://github.com/gruntwork-io/terraform-aws-vpc/pull/329


- Added IPv6 dual stack capabilities to the vpc-app module for the VPC and public subnets
- Enhancement add zachreborn codeowners
- Fixes #320


**Full Changelog**: https://github.com/gruntwork-io/terraform-aws-vpc/compare/v0.24.0...v0.25.0

</div>


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

<p style={{marginTop: "-20px", marginBottom: "10px"}}>
<small>Published: 7/18/2023 | <a href="https://github.com/gruntwork-io/terraform-aws-vpc/releases/tag/v0.24.0">Release notes</a></small>
<small>Published: 7/18/2023 | Modules affected: vpc-peering-cross-accounts-accepter, vpc-peering | <a href="https://github.com/gruntwork-io/terraform-aws-vpc/releases/tag/v0.24.0">Release notes</a></small>
</p>

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

* CircleCI automated test parallelism by @zachreborn in https://github.com/gruntwork-io/terraform-aws-vpc/pull/323
* [skip ci] Removing former Grunts by @eak12913 in https://github.com/gruntwork-io/terraform-aws-vpc/pull/324
* Feature/vpc-peering - Update provider version constraints to allow &gt;5.x by @zachreborn in https://github.com/gruntwork-io/terraform-aws-vpc/pull/326


- Added CircleCI automated test parallelism
- Removing former Grunts
- Fixes #322


**Full Changelog**: https://github.com/gruntwork-io/terraform-aws-vpc/compare/v0.23.3...v0.24.0

</div>

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