Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Releases: rapid7/convection

v0.2.27

06 Jun 08:59
Compare
Choose a tag to compare
  • Support before/after update tasks (#130 and #131) for stacks

v0.2.26

03 Jun 15:38
Compare
Choose a tag to compare

User facing changes

  • Support stack life cycle tasks (#114, #119, and #120)
  • Reimplement AWS trust service methods after merging #92 (#94)
  • Support running convection diff up to individual stacks (#128)

Developer facing changes

  • Resolve violations introduced by [accidentally] pulling in RuboCop v0.40.0 (#123)
  • 👮🏽 Constrain RuboCop to ~> 0.40.0 (#125)

v0.2.25

03 Jun 14:54
Compare
Choose a tag to compare
  • Add support for AWS::EC2::VPCPeeringConnection (#121 and #122).

v0.2.24

05 May 19:23
Compare
Choose a tag to compare

The convection diff command now only shows stacks that have changes. To get the old behavior of seeing both changed and unchanged stacks, run convection diff --vv. Run convection help diff to see other verbosity options. Code changes with example output are in #118.