Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

25 lines (17 loc) · 1.3 KB

Changelog

1.1.0 - 2024-12-20

  • [Changed] Increase default CloudFormation stack delete timeout from 1h to 1h30m (#78)
  • [Fixed] Really use on_failure variable, previously CloudFormation stack on_failure was hardcoded to ROLLBACK (#77)
  • [Fixed] Add CloudFormation stack on_failure to lifecycle.ignore_changes, so stacks created before 0ca3e1319cc89557ea31b3553012562d0e9a0b81 won't be re-created on update by default (#77)
  • [Changed] Update Elasticsearch to 6.8 (#71)
  • [Changed] Increase CloudFormation stack update timeout from 30m to 1h (#73)

1.0.0 - 2024-12-09

  • [Added] Add changelog (#74)