Skip to content

Releases: sourcetoad/aws-codedeploy-action

v1.3.0 - AssumeRole + Skipping Polling

13 Jan 21:41
v1.3.0
0d44152
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0 - Optional zip flags

05 Nov 14:17
v1.2.0
Compare
Choose a tag to compare
  • Added custom_zip_flags to be used if custom parameters needed during zip generation.

v1.1.1 - AWS CLI v2.2.x

12 Oct 16:40
v1.1.1
Compare
Choose a tag to compare
  • Updated amazon/aws-2.1.29 to 2.2.44

v1.1.0 - The Dry Run / Archive Release

15 Jun 22:02
v1.1.0
6db8a44
Compare
Choose a tag to compare
  • #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.

30 Apr 14:34
v1.0.4
62597bb
Compare
Choose a tag to compare
  • 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.

11 Mar 22:18
v1.0.3
d9203c7
Compare
Choose a tag to compare
  • Clean up documentation
  • #26 - Add documentation for directory
  • Correct directory to not zip outer directory

v1.0.2 - The debug/cache release

09 Mar 20:03
v1.0.2
518d442
Compare
Choose a tag to compare
  • Locks awscli to specific version to ease caching
  • Adds debug lines into action for debug mode

v1.0.1 - The Published Release

15 Jan 20:16
v1.0.1
b9da189
Compare
Choose a tag to compare
  • Fixed colors including extra space
  • Added default validation for required properties
  • Renamed action to fit AWS guidelines.

v1.0.0 - Initial Release

14 Jan 20:08
v1.0.0
fb0f7df
Compare
Choose a tag to compare
Pre-release
  • Initial Release