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

Releases: rapid7/convection

v0.4.2

30 Aug 09:22
Compare
Choose a tag to compare

Added

  • Added the ability to delete stack(s) using the new convection delete subcommand (#177)

v0.4.1

08 Aug 17:08
Compare
Choose a tag to compare

Added

  • Added the ability to define custom resource [collections] using the convection Ruby DSL. (#170)

Changed

  • Convection::Model::Template now renders Resources 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

08 Aug 13:26
Compare
Choose a tag to compare
v0.3.3-beta.1 Pre-release
Pre-release

A prerelease version to be used for integration testing of #170.

v0.3.0

08 Aug 17:13
Compare
Choose a tag to compare

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.

v0.2.34-beta.1

03 Aug 15:42
Compare
Choose a tag to compare
v0.2.34-beta.1 Pre-release
Pre-release

Pre-release of convection with updated documentation and test coverage. No significant code changes occurred in this release.

v0.2.32

06 Jul 15:42
Compare
Choose a tag to compare
  • Fix #141 - Define the managed_policy_arn property for the iam_user resource (#142)

v0.2.31

06 Jul 15:49
Compare
Choose a tag to compare
  • Fix a typo in the s3_bucket resource (the cors_configuration property) (#135)
  • Add a resource property for CorsConfigurationRule (#136)

v0.2.30

06 Jul 15:48
Compare
Choose a tag to compare
  • Always perform two-pass stack evaluation (#134)
  • Expose parent reference in resource DSL (#134)

v0.2.29

06 Jul 15:46
Compare
Choose a tag to compare
  • Add support for several AWS::EC2::VPN* resources (#133)
  • Add support for the AWS::Route53::HostedZone resource (#133)

v0.2.28

07 Jun 12:15
Compare
Choose a tag to compare
  • Add an assume_role_policy DSL method to iam_role (Fix #129)