Releases: kickstarter/cfn-flow
Releases · kickstarter/cfn-flow
v0.11.0
v0.10.0
New features in v0.10.0
- Add
cfn-flow update
to update existing stacks. 🎉 This allows more flexibility modify stateful backing resources withcfn-flow
.⚠️ Note that updating stacks conflicts with the idea of immutable infrastructure, so it's intended to be used sparingly. Added in #17. - Show stack outputs when deploying or updating stacks. #16. 🙆♀️
cfn-flow delete
now polls for stack events instead of exiting before the stack is fully deleted. #18 😌