Release 1.8.0#121
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
drernie
approved these changes
Jun 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cut release 1.8.0 — adds the Transit Gateway egress mode merged in #115.
CHANGELOG-only: promotes the TGW entry from
[Unreleased]into a dated## [1.8.0]section and updates the bottom link refs ([Unreleased]compare base →1.8.0, new[1.8.0]tag link). Matches the established release-PR convention (e.g. #118 for 1.7.2).1.8.0 is a minor, non-breaking bump (new opt-in
enable_transit_gatewayfeature; default behavior unchanged). After merge, tag1.8.0on the merge commit so the changelog links resolve.Set the
[1.8.0]date to the actual merge date before merging if it slips past 2026-06-09.Supersedes #120, which was auto-closed when #115's branch was deleted with
--delete-branch(a known GitHub bug closes stacked dependents instead of retargeting them). This branch is freshly based onmainpost-merge, so no stacked-history conflict.Greptile Summary
This is a CHANGELOG-only release cut for 1.8.0, moving the Transit Gateway egress entry from
[Unreleased]into a dated## [1.8.0]section and updating the bottom link references to point[Unreleased]at1.8.0...HEADwhile adding the new[1.8.0]tag link.[Unreleased]placeholder is correctly left empty above[1.8.0], ready for the next cycle.[Unreleased]compare base and the new[1.8.0]release tag link both reference1.8.0, matching the established convention from prior release PRs (e.g.1.7.2).Confidence Score: 5/5
Safe to merge — the change is CHANGELOG-only and follows the established release-cut convention exactly.
Only CHANGELOG.md is touched. The section structure, link-ref update, and empty [Unreleased] placeholder are all consistent with prior release PRs. The date matches today and the TGW bullet content matches the underlying #115 feature PR.
No files require special attention.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A["[Unreleased] - YYYY-MM-DD\n(empty placeholder)"] --> B["[1.8.0] - 2026-06-09\n+ TGW egress entry"] B --> C["[1.7.2] - 2026-06-08\n..."] D["Link refs"] --> E["[Unreleased]: compare/1.8.0...HEAD"] D --> F["[1.8.0]: releases/tag/1.8.0 ← new"] D --> G["[1.7.2]: releases/tag/1.7.2"]Reviews (1): Last reviewed commit: "Release 1.8.0" | Re-trigger Greptile