docs(changelog): complete 0.1.15 entry and backfill 0.1.14 - #150
Open
JeroenSoeters wants to merge 1 commit into
Open
docs(changelog): complete 0.1.15 entry and backfill 0.1.14#150JeroenSoeters wants to merge 1 commit into
JeroenSoeters wants to merge 1 commit into
Conversation
The 0.1.15 section on main listed only the secret-value hashing change. It now also covers the CloudTrail Trail, CodeBuild ImageBuild, and Lambda LayerVersion additions and the EKS, Lambda Version, ELBv2 ListenerRule, S3 cross-region object, and Network Firewall logging discovery fixes that shipped in the same release, so the changelog matches the released 0.1.15. Add the missing 0.1.14 section and record the formae version floor for both.
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.
Summary
Make the CHANGELOG on
mainthe single source of truth for the already-released 0.1.15.The
[0.1.15]section onmainpreviously listed only the secret-value hashing change, while the rest of the release's notes lived on therelease/0.1.15branch. This consolidates them into one authoritative[0.1.15]entry covering everything that shipped:Trail, CodeBuildImageBuild, LambdaLayerVersionresolvableformae.SecretValue(hashed at rest)Versionphantom update, ELBv2ListenerRulephantom update, S3 cross-region object discovery, Network Firewall logging-configuration discoveryAlso backfills the missing
[0.1.14]section and records the formae version floor for both (0.1.15requires 0.88.0;0.1.14requires 0.87.1).Docs only. After this merges, the
release/0.1.15branch can be deleted.