Releases: rapid7/convection
Releases · rapid7/convection
v0.2.27
- Support before/after update tasks (#130 and #131) for stacks
v0.2.26
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
- Add support for
AWS::EC2::VPCPeeringConnection
(#121 and #122).
v0.2.24
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.