Skip to content

v0.10.0

Compare
Choose a tag to compare
@ktheory ktheory released this 01 Dec 22:18
· 16 commits to master since this release

New features in v0.10.0

  • Add cfn-flow update to update existing stacks. πŸŽ‰ This allows more flexibility modify stateful backing resources with cfn-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 😌