Skip to content

docs(changelog): cut 1.7.1#37

Merged
danielmeppiel merged 1 commit into
mainfrom
release/v1.7.1
May 7, 2026
Merged

docs(changelog): cut 1.7.1#37
danielmeppiel merged 1 commit into
mainfrom
release/v1.7.1

Conversation

@danielmeppiel

Copy link
Copy Markdown
Collaborator

Patch release wrapping #36.

v1.7.0 fixed the isolated-mode strict-detection break (#33) and hardened input validation (#34), but missed the non-isolated additive install path. #36 completes the coverage; this PR adds the CHANGELOG entry so the release workflow has something to publish.

After merge: tag v1.7.1 from main, release workflow auto-moves the floating v1 tag forward (currently still pointing at the broken v1.7.0 for the additive path).

Patch release wrapping #36: completes the v0.12.3 strict-detection
fix for the non-isolated additive install path that v1.7.0 missed.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 7, 2026 10:37
@danielmeppiel danielmeppiel merged commit 7a2f0d8 into main May 7, 2026
22 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Adds the v1.7.1 changelog entry so the release workflow can publish a patch release that includes the non-isolated additive apm install --target forwarding fix from #36.

Changes:

  • Add a 1.7.1 section documenting the fix for forwarding target to additive (non-isolated) apm install calls.
  • Add a PR reference link for #36 in the changelog entry.
Show a summary per file
File Description
CHANGELOG.md Adds the v1.7.1 release notes describing the additive install --target forwarding fix (PR #36).

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/1 changed files
  • Comments generated: 1

Comment thread CHANGELOG.md
Comment on lines +11 to +17
## [1.7.1] - 2026-05-07

### Fixed

- **Forward `target` input to additive `apm install` invocations** ([#36]). v1.7.0 fixed the isolated-mode path but missed the non-isolated additive path (`apm install <dep>` per inline dep, no `apm.yml` present), which still hit APM v0.12.3 strict harness detection (exit 2, "No harness detected") on any workspace without an on-disk marker. `installDeps()` now appends `--target <value>` to every per-dep call, mirroring what isolated mode achieves via the generated `apm.yml`.

[#36]: https://github.com/microsoft/apm-action/pull/36
@danielmeppiel danielmeppiel mentioned this pull request May 18, 2026
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants