Skip to content
Closed
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
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Optional release notice.

## [Unreleased] - YYYY-MM-DD

## [1.8.0] - 2026-06-09

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Placeholder date may need updating before merge

The PR description explicitly notes that 2026-06-09 is a placeholder and asks for the actual merge date to be set before merging. The current value happens to match today's date, so it is correct if merged today — but if this PR sits open and merges on a later date, the release date will be wrong in the changelog history.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!


- [Added] Transit Gateway egress mode for new VPCs: set `enable_transit_gateway = true` (+ `transit_gateway_id`) to route private-subnet egress through a Transit Gateway instead of NAT gateways; IPv6 egress is opt-in via `transit_gateway_ipv6_egress`. See [Transit Gateway egress](README.md#transit-gateway-egress) ([#115](https://github.com/quiltdata/iac/pull/115))

## [1.7.2] - 2026-06-08
Expand Down Expand Up @@ -100,7 +102,8 @@ Ensure your Quilt stack is upgraded to version 1.66 or later *before* upgrading

- [Added] Add changelog ([#74](https://github.com/quiltdata/iac/pull/74))

[Unreleased]: https://github.com/quiltdata/iac/compare/1.7.2...HEAD
[Unreleased]: https://github.com/quiltdata/iac/compare/1.8.0...HEAD
[1.8.0]: https://github.com/quiltdata/iac/releases/tag/1.8.0
[1.7.2]: https://github.com/quiltdata/iac/releases/tag/1.7.2
[1.7.1]: https://github.com/quiltdata/iac/releases/tag/1.7.1
[1.7.0]: https://github.com/quiltdata/iac/releases/tag/1.7.0
Expand Down