Releases: sourcetoad/aws-codedeploy-action
Releases · sourcetoad/aws-codedeploy-action
v1.3.0 - AssumeRole + Skipping Polling
What's Changed
- build: use aws-cli 2.4.6 by @iBotPeaches in #53
- fix: use proper team name for CODEOWNERS by @iBotPeaches in #54
- Support configure aws creds by @iBotPeaches in #55
- fix: allow dry-run to function without network call fail to aws by @iBotPeaches in #56
- Support skipping polling. by @iBotPeaches in #58
Full Changelog: v1.2.0...v1.3.0
v1.2.0 - Optional zip flags
- Added
custom_zip_flags
to be used if custom parameters needed during zip generation.
v1.1.1 - AWS CLI v2.2.x
- Updated amazon/aws-2.1.29 to 2.2.44
v1.1.0 - The Dry Run / Archive Release
- #32 - Update readme for additional IAM permissions
- #35 / #43 / #45 - Support output variables for etag / zip filename
- #36 - Support
archive
parameter to directly pass CodeDeploy valid archive vs making one - #39 - Introduce
dry_run
to skip all AWS related networks calls. - #41 - Correct linting actions to lint all bash files
v1.0.4 - The "s3" logging fix.
- Clean up grammar in documentation
- Add example snippet for IAM roles for S3
- Fixes #30 - does not clobber S3 output anymore
v1.0.3 - The "subdir" fix.
- Clean up documentation
- #26 - Add documentation for
directory
- Correct
directory
to not zip outer directory
v1.0.2 - The debug/cache release
- Locks
awscli
to specific version to ease caching - Adds debug lines into action for debug mode
v1.0.1 - The Published Release
- Fixed colors including extra space
- Added default validation for required properties
- Renamed action to fit AWS guidelines.
v1.0.0 - Initial Release
- Initial Release