Releases: burtcorp/cuffsert
Releases · burtcorp/cuffsert
0.14.2
0.14.1
0.14.0
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
Change parameter values without passing stack
- 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)