Uh oh!
There was an error while loading. Please reload this page.
fix(deps): consume agentcore-cdk alpha.49 - #2087
Merged
aidandaly24 merged 1 commit intoAug 24, 2026
Merged
Conversation
Contributor
Claude Security Review: no high-confidence findings. (run) |
Contributor
Package TarballHow to installgh release download pr-2087-tarball --repo aws/agentcore-cli --pattern "*.tgz" --dir /tmp/pr-tarball
npm install -g /tmp/pr-tarball/aws-agentcore-0.27.1.tgz |
notgitika
approved these changes
Aug 24, 2026
notgitika
left a comment
Contributor
There was a problem hiding this comment.
not for this PR but can we find a way to automate this by adding it to our release workflow? it already creates a version bump PR
aidandaly24
commented
Aug 24, 2026
ContributorAuthor
Yes lets cut an issue for that |
Uh oh!
There was an error while loading. Please reload this page.
This was referenced Aug 26, 2026
jariy17 added a commit
that referenced
this pull request
Aug 26, 2026
The @aws/agentcore-cdk pin lived as a hand-typed literal in plan.test.ts and sync.test.ts as well as in src/assets/cdk/package.json, so every prerelease bump (e.g. #2087, alpha.48 -> alpha.49) had to edit the same string in all of them. Read the pin from the vended template instead via a shared fixture, and derive the skew-test's 'newer' example from it, so bumping the template no longer touches these tests. The asset snapshot remains the literal guardrail that trips on any unintended pin change.
jariy17 added a commit
that referenced
this pull request
Aug 26, 2026
Adds scripts/sync-vended-cdk.ts, which resolves @aws/agentcore-cdk from an npm dist-tag (or an explicit --to) and rewrites the pin in the vended CDK template, and wires a 'Sync vended CDK version' step into the Prepare Release job that runs it, reformats the template, and refreshes the asset snapshot. The bump now rides into the existing reviewed release PR instead of a separate hand-edited PR per prerelease (see #2087). Tag is configurable via the new cdk_dist_tag workflow input (default: latest); the step is a no-op when the template is already current. Depends on the pin de-duplication in the parent commit: because the dependency-management tests derive the pin from the template, this bump needs no test edits.
jariy17 added a commit
that referenced
this pull request
Aug 26, 2026
Adds scripts/sync-vended-cdk.ts, which resolves @aws/agentcore-cdk from an npm dist-tag (or an explicit --to) and rewrites the pin in the vended CDK template, and wires a 'Sync vended CDK version' step into the active release workflow (release-main-and-preview.yml) before its existing snapshot-update step. The bump now rides into the reviewed release PR instead of a separate hand-edited PR per prerelease (see #2087). Tag is configurable via the new cdk_dist_tag input (default: latest); the step is a no-op when the template is already current. Depends on the pin de-duplication in the parent commit: because the dependency-management tests derive the pin from the template, this bump needs no test edits.
aidandaly24 added a commit
that referenced
this pull request
Aug 27, 2026
The @aws/agentcore-cdk pin lived as a hand-typed literal in plan.test.ts and sync.test.ts as well as in src/assets/cdk/package.json, so every prerelease bump (e.g. #2087, alpha.48 -> alpha.49) had to edit the same string in all of them. Read the pin from the vended template instead via a shared fixture, and derive the skew-test's 'newer' example from it, so bumping the template no longer touches these tests. The asset snapshot remains the literal guardrail that trips on any unintended pin change.
aidandaly24 pushed a commit
that referenced
this pull request
Aug 27, 2026
Adds scripts/sync-vended-cdk.ts, which resolves @aws/agentcore-cdk from an npm dist-tag (or an explicit --to) and rewrites the pin in the vended CDK template, and wires a 'Sync vended CDK version' step into the active release workflow (release-main-and-preview.yml) before its existing snapshot-update step. The bump now rides into the reviewed release PR instead of a separate hand-edited PR per prerelease (see #2087). Tag is configurable via the new cdk_dist_tag input (default: latest); the step is a no-op when the template is already current. Depends on the pin de-duplication in the parent commit: because the dependency-management tests derive the pin from the template, this bump needs no test edits.
aidandaly24 added a commit
that referenced
this pull request
Aug 27, 2026
Adds scripts/sync-vended-cdk.ts, which resolves @aws/agentcore-cdk from an npm dist-tag (or an explicit --to) and rewrites the pin in the vended CDK template, and wires a 'Sync vended CDK version' step into the active release workflow (release-main-and-preview.yml) before its existing snapshot-update step. The bump now rides into the reviewed release PR instead of a separate hand-edited PR per prerelease (see #2087). Tag is configurable via the new cdk_dist_tag input (default: latest); the step is a no-op when the template is already current. Depends on the pin de-duplication in the parent commit: because the dependency-management tests derive the pin from the template, this bump needs no test edits.
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 freeto 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.
Description
Updates the CLI-managed
@aws/agentcore-cdkdependency from0.1.0-alpha.48to the published0.1.0-alpha.49release.The new construct release includes Quick Create payment connector support from
aws/agentcore-l3-cdk-constructs#324, which is required by the CLI flow merged in #2017.This change updates the vended CDK manifest, dependency reconciliation expectations, prerelease
skew tests, and the asset snapshot. Existing projects are upgraded to
alpha.49by the normalmanaged-dependency sync on their next deploy.
Related Issue
N/A. This is the published dependency follow-up for #2017 and
aws/agentcore-l3-cdk-constructs#324.Documentation PR
N/A. The CLI interface and documentation were included in #2017.
Type of Change
Testing
How have you tested the change?
npm run test:unitandnpm run test:integnpm run typechecknpm run lintsrc/assets/, I rannpm run test:update-snapshotsand committed the updated snapshotsAdditional verification:
npm run format:checkfailures caused by a missing built CLI, sandboxed process/file operations, and exhausted test ports
Checklist
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the
terms of your choice.