Releases: jeremietharaud/aws-cfn-cli
Releases · jeremietharaud/aws-cfn-cli
1.0.7
1.0.6
FEATURES:
- Add
--output
option for displaying stack outputs and show by default the outputs of the stack (if defined) during apply
1.0.5
BUG FIXES:
- Fix
Cannot unpack non-iterable NoneType object
error when applying a stack without change
1.0.4
IMPROVEMENTS:
- Update logging message when creating/updating a stack
1.0.3
FEATURES:
- Add
--assume-role-arn
option for assuming an IAM role using the supplied credentials (perform an AssumeRole call to AWS STS)
BUG FIXES:
- Fix unhandled error when stack file is empty
1.0.2
BUG FIXES:
- Fix incorrect detection of changes during planning that was causing
No change detected
message in some cases
1.0.1
FEATURES:
- Add support for json parameter file using
--var-file
option
1.0.0
First release.
FEATURES:
- Add options for validation, planning, deployment and deletion of a CFN stack
- Add a Dockerfile for building an image containing cfncli tool
- Add a setup.py for building the package
- Add some tests