Merged
Conversation
… v2.0.0
Major upgrade from v1 to v2:
- Node 12 -> Node 20 runtime
- AWS SDK v2 -> AWS SDK v3 (@aws-sdk/client-cloudformation)
- TypeScript 3.9 -> 5.9, Jest 26 -> 30
- Added Zod input validation layer
- Added 3-mode operation: create-and-execute, create-only, execute-only
- Added changeset formatting for PR comments (changes-markdown output)
- Added real-time event streaming during deployments
- Added nested stacks changeset support
- Added drift revert mode (deployment-mode: REVERT_DRIFT)
- Added new outputs: change-set-id, has-changes, changes-count, changes-summary
- Updated CI workflows to actions/checkout@v4, Node 20
Backward compatibility preserved for fork-specific features:
- parameters-file: load params from {"Parameters":{"Key":"Value"}} JSON
- changeset-postfix: deprecated alias, falls back when change-set-name not set
- YAML parameter-overrides: Key: Value format still supported
- no-fail-on-empty-changeset: deprecated inverted alias for fail-on-empty-changeset
Consumers can pin to @v1 for the old version, @v2 for this version.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
aws-actions/aws-cloudformation-github-deployv2.0.0Existing consumers can pin to
@v1(already tagged). Tag as@v2after merge.Test plan
npm run buildcompiles cleanlynpm run packgenerates dist/index.jsparameters-fileandchangeset-postfixinputs🤖 Generated with Claude Code