docs(changelog): cut 1.7.0#35
Merged
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Cuts the v1.7.0 release entry in CHANGELOG.md, documenting the recent isolated-mode target propagation + target input validation hardening and the apm-version default pin.
Changes:
- Add a
1.7.0changelog section describing thetargetpropagation fix andtargetinput allowlist validation. - Document the
apm-versiondefault pin to0.12.3and removal of thevscodetarget alias from docs. - Add rationale in a “Why these changes” subsection.
Show a summary per file
| File | Description |
|---|---|
| CHANGELOG.md | Adds the 1.7.0 release notes and rationale for the fixes shipped in PRs #33 and #34. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comments suppressed due to low confidence (1)
CHANGELOG.md:28
- Link reference definitions for PRs are otherwise grouped at the end of the file (e.g.,
[#2]…[#31]). Consider moving[#33]/[#34]down into that existing reference list to keep the changelog structure consistent and avoid scattering link definitions through the document.
[#33]: https://github.com/microsoft/apm-action/pull/33
[#34]: https://github.com/microsoft/apm-action/pull/34
- Files reviewed: 1/1 changed files
- Comments generated: 2
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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.
Why
Cuts the
v1.7.0release covering the v0.12.3 fallout fixes:target:into the generatedapm.yml(isolated mode), pinapm-versiondefault to0.12.3, drop the obsoletevscodealias from the documented allowlist.targetinput before YAML/CLI interpolation #34 — strict allowlist validation on thetargetinput (YAML / CLI injection guard).CHANGELOG entry follows the existing Keep-a-Changelog format and includes a brief "Why these changes" rationale matching prior releases.
How to release
After merge, tag and push from
main:The release workflow in
ci.ymlwill:v1floating tag to the new commit.No
package.jsonbump needed — the action is tag-versioned, not npm-versioned.