This repository has been archived by the owner on Oct 19, 2023. It is now read-only.
Releases: rapid7/convection
Releases · rapid7/convection
v0.4.2
v0.4.1
Added
- Added the ability to define custom resource [collections] using the convection Ruby DSL. (#170)
Changed
Convection::Model::Template
now rendersResources
as all resources (native or custom/resource collection), not just AWS resources. (#170)- Custom resources/collections are rendered as all their component resources and flattened.
v0.3.3-beta.1
A prerelease version to be used for integration testing of #170.
v0.3.0
Added
- The ability to logically group stacks in a Cloudfile as "stack groups" (#169)
- The ability to converge "stack groups" (
--stack-group ec2instances
) - The ability to converge a user-defined list of stacks (
--stacks stack1 stack2
)
Removed
- The
Cloud#deck
method- This was replaced by
#filter_deck
.
- This was replaced by
v0.2.34-beta.1
Pre-release of convection with updated documentation and test coverage. No significant code changes occurred in this release.