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

Releases: rapid7/convection

2.2.1

23 Nov 10:50
8913e5f
Compare
Choose a tag to compare

Added

  • convection terraform-export to migrate resources to terraform management (#270)

2.2.0

20 Nov 17:33
03ba3e8
Compare
Choose a tag to compare

Added

  • Add support to mark all resources in a stack as "Retain" (#267)

1.1.6: Merge pull request #254 from rapid7/add-ecr-repo

14 Jul 23:00
Compare
Choose a tag to compare

1.1.0

06 Mar 14:01
Compare
Choose a tag to compare

Fixed

  • Use ebs over non-existent config variable (#236)
  • Support setting Id on policy documents (#237)
  • Update getting started guide (#243)
  • Fix verb tense in delete output (#246)

1.0.2

11 Jan 16:23
Compare
Choose a tag to compare

Added

Add RoleName property to iam_role #226

1.0 Release

11 Jan 16:22
Compare
Choose a tag to compare

Added Since Latest 0.x Release

  • Add target_group_arns to asg resource #225
  • Support EC2 Spot Fleet resources #222
  • Show when resource will be replaced during a convection diff #219
  • Adds the ability to specify target_group_attributes and matcher for an elbv2 target group #218
  • Maintain Backwards compatibility for route53 recordsets #217
  • Add S3 Website Configuration and Properties #216
  • Add support for ELB v2 Application Load Balancer resources/properties #214
  • Change output default to be delayed #210
  • Define subcommands for describing/running stack tasks #207 #208
  • Parallel cloudfile diffs and converges pr #206 issue #203
  • Add support for route53 geolocation
  • Introduce a more explicit error around expired credentials pr #201 issue #189
  • Warn users of manually creating predefined resources pr #199 issue #198
  • Support cross stack references pr #197 issue #196
  • Support autoscaling tags #195 issue #194
  • Update contribution guidelines pr #190 issues #103 #106

Fixed Since Latest 0.x release

  • Fix diff for Mappings #221
  • Fix #212 - Specify --cloudfile for task subcommands #213
  • Fix #207 - Define subcommands for describing/running stack tasks
  • Standardize cli output printing for converge and diff pr #205 issue #204
  • CLI errors should exit non zero pr #206 issue #185
  • When doing a diff print errors found during stack initialization #184

1.0.0-beta.6

02 Nov 19:05
Compare
Choose a tag to compare
1.0.0-beta.6 Pre-release
Pre-release

Added

  • Maintain Backwards compatibility for route53 recordsets #217
  • Add S3 Website Configuration and Properties #216

Fixed

  • Fix #212 - Specify --cloudfile for task subcommands #213

1.0 Convection Pre-release Beta 2

31 Oct 18:27
Compare
Choose a tag to compare
Pre-release

Added

  • Add support for ELB v2 Application Load Balancer resources/properties #214
  • change output default #210

Fixed

  • Fix #212 - Specify --cloudfile for task subcommands #213

Breaking changes

  • route53_recordset properties for geo_location and alias_target changed type. Previously, users needed to supply json, but now both have become a resource_property. For example:

    alias_target({
      'HostedZoneId' => SOME_ZONE_ID,
      'DNSName' => SOME_DNS_NAME,
    })
    

    becomes

    alias_target do
      hosted_zone_id SOME_ZONE_ID
      dns_name SOME_DNS_NAME
    end
    

1.0 Convection Pre-release

07 Oct 12:35
Compare
Choose a tag to compare
Pre-release

Added

  • Define subcommands for describing/running stack tasks #208
  • Parallel cloudfile diffs and converges pr #206 issue #203
  • Introduce a more explicit error around expired credentials pr #201 issue #189
  • Warn users of manually creating predefined resources pr #199 issue #198
  • Support cross stack references pr #197 issue #196
  • Support autoscaling tags #195 issue #194
  • Update contribution guidelines pr #190 issues #103 #106

Below are items that were included in the last release (0.4.3) but did not have release notes.

  • Define Stack#fetch which fails fast when a value is unset pr #192 issue #113
  • Adding support for S3 cross region replication pr #191
  • Add DefaultTTL and Compress pr #188
  • Resolve stack information in parallel #187
  • Use retry limit for a exponential back off to handle rate limiting pr #183

Fixed

  • Standardize cli output printing for converge and diff pr #205 issue #204
  • CLI errors should exit non zero pr #206 issue #185
  • When doing a diff print errors found during stack initialization #184

1.0 Convection Pre-release

06 Oct 23:26
Compare
Choose a tag to compare
Pre-release