-
Notifications
You must be signed in to change notification settings - Fork 5
chore: cut 1.9.0 #44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: cut 1.9.0 #44
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,12 +12,12 @@ inputs: | |
| default: '.' | ||
| apm-version: | ||
| description: | | ||
| APM CLI version to install (e.g. "0.13.0"). Defaults to a pinned, known-good release. | ||
| APM CLI version to install (e.g. "0.14.0"). Defaults to a pinned, known-good release. | ||
| The default is intentionally NOT "latest": pinning the action to a specific APM version | ||
| prevents downstream workflows from being broken by an unrelated APM release. Pass | ||
| "latest" explicitly to opt in to floating, or pin to a different tag for reproducibility. | ||
| required: false | ||
| default: '0.13.0' | ||
| default: '0.14.0' | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Declining -- the v0.14.0 bump is the intentional core of this cut, not a stowaway. Why the bump is required, not optional: MCP Registry v0.1 scope is narrower than it reads: the breaking surface in apm#1337 only affects users who install MCP servers from a self-hosted registry serving Affected users have a one-line escape hatch: Not a major-version trigger: floating |
||
| script: | ||
| description: 'APM script to run after install (optional — by default only install runs)' | ||
| required: false | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch -- fixed in 77f3b29. Added
[1.9.0]: ...compare/v1.8.0...v1.9.0and bumped[Unreleased]to compare fromv1.9.0.