Skip to content

Releases: techpivot/aws-code-deploy

1.0.11

07 Jan 19:57
87f4b19

Choose a tag to compare

  • Support both zip and tgz archive formats via the AWS_CODE_DEPLOY_APP_BUNDLE_TYPE parameter.

1.0.10

29 Jan 14:19

Choose a tag to compare

  • Reverting "file-exists-behavior".

1.0.9

27 Jan 18:36

Choose a tag to compare

  • Adding support for end users to configure the --file-exists-behavior which defaults to DISALLOW.

Note: This version was apparently broke various builds. Please do not use. Upgrade immediately to 1.0.10 which reverts the "file-exists-behavior" changes.

1.0.8

16 Jul 22:32

Choose a tag to compare

  • Error early if any of the required variables are not set.

1.0.7

16 Jul 22:02

Choose a tag to compare

  • Ensure correct S3 file and key

1.0.6

16 Jul 18:31

Choose a tag to compare

  • Bugfix to ensure that pre-defined application bundles use the proper name when uploading into S3.

1.0.5

16 Jul 17:36

Choose a tag to compare

  • Adding support to enable/disable live status output which may be useful in consoles that do not support this output making the log file more useful.

1.0.4

15 Jul 21:26

Choose a tag to compare

  • Bugfix to ensure that if no application source exists the exit code is 1. Additionally removing trailing white space.

1.0.3

11 Jul 23:05

Choose a tag to compare

  • Added support to deploy a pre-existing bundle (zip, tgz, or gz) in addition to existing directories
  • Various bugfixes

1.0.2

08 Jul 21:08

Choose a tag to compare

Adding package.json for support installing package via npm.