chore: bump APM CLI default to v0.13.0#39
Merged
Conversation
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>
ff8bf64 to
26f035c
Compare
Contributor
There was a problem hiding this comment.
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.ymlto defaultapm-versionto0.13.0(and refresh the inline example). - Add a
1.7.3CHANGELOG 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
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.
What
Bump the
apm-versiondefault from0.12.4to0.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:
ghCLI on github.com /*.ghe.com/ GHES.apm install --frozenfor CI-safe read-only installs.apm install <bundle>resolves the consumer target from project context).apm installaccepts the YAML list form undertarget:.Compat assessment
This action only invokes
apm install,apm compile,apm pack, andapm audit. None of these have breaking changes in v0.13.0. The single v0.13.0 breaking change isapm update->apm self-update, which is not used by this action.Validation
action.ymldefault + CHANGELOG.Consumer impact
Consumers pinning
apm-versionexplicitly are unaffected. Consumers on the floatingv1tag transparently move to APM v0.13.0.