Skip to content

Releases: burtcorp/cuffsert

0.14.2

04 Mar 11:07
Compare
Choose a tag to compare

This fixes an issue with the Hashdiff dependency, see #42

0.14.1

24 Oct 12:17
Compare
Choose a tag to compare

This fixes a display bug in 0.14.0, see 3178fb3

0.14.0

24 Oct 12:03
Compare
Choose a tag to compare

This version changes the behaviour of cuffsert when there are no changes to the stack: instead of printing an error and exiting with a non-zero exit code, it prints "No changes" and exits with zero. The CFN service treats the no changes scenario as an error, which is the reason why it behaved the way it did before. See #40

0.13.0

24 Oct 12:01
Compare
Choose a tag to compare
0.13.0

Change parameter values without passing stack

18 Oct 12:45
Compare
Choose a tag to compare
  • cuffsert can be executed without passing a template to just change parameter values (#20)
  • use --ask to always stop for confirmation (#26)
  • names with more than two elements are now looked up properly in metadata files (#25)
  • large templates are now uploaded to the correct region (#21)
  • cuffdown now works with regions again (#24)

No longer require metadata file

05 Dec 10:31
Compare
Choose a tag to compare

This release incorporates #9 (addressing #8) which means that it is now possible to do cuffsert -n my-stack ./template.json provided you don't need to change parameters. If you need to change parameters, you can still do -p k=v to set/change parameters. Read linked for more info.