Skip to content

chore: bump APM CLI default to v0.13.0#39

Merged
danielmeppiel merged 1 commit into
mainfrom
chore/bump-apm-0.13.0
May 11, 2026
Merged

chore: bump APM CLI default to v0.13.0#39
danielmeppiel merged 1 commit into
mainfrom
chore/bump-apm-0.13.0

Conversation

@danielmeppiel
Copy link
Copy Markdown
Collaborator

What

Bump the apm-version default from 0.12.4 to 0.13.0. Cuts v1.7.3 (patch). Same shape as v1.7.2 (the previous default-bump release).

Why

Picks up the APM v0.13.0 release:

  • Zero-config private-package auth via gh CLI on github.com / *.ghe.com / GHES.
  • apm install --frozen for CI-safe read-only installs.
  • GitLab marketplace and install support.
  • Target-agnostic local bundles (apm install <bundle> resolves the consumer target from project context).
  • apm install accepts the YAML list form under target:.
  • Several install correctness fixes (collision detection, MCP injection hardening, ADO sub-paths, mono-repo SHA pinning, etc.).

Compat assessment

This action only invokes apm install, apm compile, apm pack, and apm audit. None of these have breaking changes in v0.13.0. The single v0.13.0 breaking change is apm update -> apm self-update, which is not used by this action.

Validation

  • Lint / build: no source changes; only action.yml default + CHANGELOG.
  • The gh-aw compat smoke test (microsoft/apm) is the integration check: it cloned and packed against v0.13.0 successfully (the one transient failure during the v0.13.0 retag was a github.com 5xx, unrelated to APM behavior).

Consumer impact

Consumers pinning apm-version explicitly are unaffected. Consumers on the floating v1 tag transparently move to APM v0.13.0.

Copilot AI review requested due to automatic review settings May 11, 2026 16:13
Picks up the v0.13.0 release: zero-config private-package auth via the
gh CLI on github.com / *.ghe.com / GHES, apm install --frozen for
CI-safe read-only installs, GitLab marketplace and install support,
target-agnostic local bundles, YAML list form under target:, and
several apm install correctness fixes.

The action only invokes apm install, apm compile, apm pack, and apm
audit -- none of which have breaking changes in v0.13.0. The single
v0.13.0 breaking change (apm update -> apm self-update) is not used
by this action.

Cuts v1.7.3 (patch). Consumers pinning apm-version explicitly are
unaffected.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR bumps the default APM CLI version used by microsoft/apm-action from 0.12.4 to 0.13.0, keeping consumers on the floating v1 tag up to date with the latest pinned, known-good APM release.

Changes:

  • Update action.yml to default apm-version to 0.13.0 (and refresh the inline example).
  • Add a 1.7.3 CHANGELOG entry documenting the default APM version bump.
Show a summary per file
File Description
CHANGELOG.md Adds the 1.7.3 entry describing the APM default version bump to 0.13.0.
action.yml Updates the apm-version input default (and example) to 0.13.0.

Copilot's findings

Tip

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

  • Files reviewed: 2/2 changed files
  • Comments generated: 0

@danielmeppiel danielmeppiel merged commit a7806d8 into main May 11, 2026
20 checks passed
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