Releases: techpivot/aws-code-deploy
Releases · techpivot/aws-code-deploy
1.0.11
- Support both
zip
and tgz
archive formats via the AWS_CODE_DEPLOY_APP_BUNDLE_TYPE
parameter.
1.0.10
- Reverting "file-exists-behavior".
1.0.9
- 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
- Error early if any of the required variables are not set.
1.0.7
- Ensure correct S3 file and key
1.0.6
- Bugfix to ensure that pre-defined application bundles use the proper name when uploading into S3.
1.0.5
- 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
- Bugfix to ensure that if no application source exists the exit code is 1. Additionally removing trailing white space.
1.0.3
- Added support to deploy a pre-existing bundle (zip, tgz, or gz) in addition to existing directories
- Various bugfixes
1.0.2
Adding package.json for support installing package via npm.