Release 1.7.1 - #113
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Stamps the CHANGELOG for the 1.7.1 patch release, reflecting the registry-module pinning fix and updating the reference links accordingly.
Changes:
- Adds a new
[1.7.1] - 2026-06-04release section and moves the single fix entry under it. - Updates the
[Unreleased]comparison link to start from1.7.1. - Adds the
[1.7.1]tag reference link.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Description
Stamps the changelog for the 1.7.1 release. The sole change in 1.7.1 is the registry-module pinning fix (#110 + #112): pin every registry module with
~>so an upstream major can't silently breakterraform plan/apply.Release date is set to 2026-06-04, but should be confirmed against the actual merge date before tagging (the 1.7.0 release PR included a "Set release date to merge date" step).
TODO
Greptile Summary
This PR stamps the CHANGELOG for the 1.7.1 patch release, which pins every Terraform registry module using
~>to prevent silent breakage from upstream major version bumps.[1.7.1] - 2026-06-04section with the single changelog entry describing the registry-module pinning fix (referencing Pin security-group module to < 6.0.0 #110 and Pin all registry modules with ~> (#111 follow-up) #112), moves it out of[Unreleased], and leaves the[Unreleased]section empty.[Unreleased]comparison link from1.7.0...HEADto1.7.1...HEADand adds the corresponding[1.7.1]release tag link at the bottom of the file.Confidence Score: 5/5
Changelog-only update; no executable code is touched and the format is consistent with all prior release entries.
The change is a single-file, documentation-only edit. The new section header, changelog entry, comparison link, and tag reference all follow the established pattern exactly. The release date (2026-06-04) matches today's date per the PR description note, and the PR description explicitly flags the confirm merge date before tagging step, showing awareness of the process.
No files require special attention.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A["[Unreleased] — empty"] -->|was| B["[Unreleased] contains 1.7.1 fix entry"] B -->|stamped as| C["[1.7.1] - 2026-06-04\n• Pin registry modules with ~>"] C --> D["[1.7.0] - 2026-05-28"] E["[Unreleased] link: 1.7.0...HEAD"] -->|updated to| F["[Unreleased] link: 1.7.1...HEAD"] G["(no [1.7.1] ref link)"] -->|added| H["[1.7.1]: releases/tag/1.7.1"]Reviews (1): Last reviewed commit: "Release 1.7.1" | Re-trigger Greptile