Skip to content

Releases: jeremietharaud/aws-cfn-cli

1.0.7

02 Apr 08:05
Compare
Choose a tag to compare

FEATURES:

  • Add --ls option for displaying all running stacks

IMPROVEMENTS:

  • Update logging message when creating/updating/destroying a stack
  • Better catch exception in case of ClientError exception

1.0.6

30 Mar 20:22
71bc4d9
Compare
Choose a tag to compare

FEATURES:

  • Add --output option for displaying stack outputs and show by default the outputs of the stack (if defined) during apply

1.0.5

13 Mar 17:44
Compare
Choose a tag to compare

BUG FIXES:

  • Fix Cannot unpack non-iterable NoneType object error when applying a stack without change

1.0.4

01 Mar 07:31
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Update logging message when creating/updating a stack

1.0.3

30 Jan 08:33
Compare
Choose a tag to compare

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

08 Jan 21:59
02f47c2
Compare
Choose a tag to compare

BUG FIXES:

  • Fix incorrect detection of changes during planning that was causing No change detected message in some cases

1.0.1

11 Dec 22:12
c41ff62
Compare
Choose a tag to compare

FEATURES:

  • Add support for json parameter file using --var-file option

1.0.0

07 Nov 09:55
9122f41
Compare
Choose a tag to compare

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