Skip to content

Releases: convox/rack

Bug Fixes and General Enhancements

21 Sep 19:02
Compare
Choose a tag to compare

Autoscale Tweaks

16 Sep 12:37
Compare
Choose a tag to compare

Racks set to Autoscale=Yes will now add instances in groups but remove them one at a time. This will help the ECS scheduler rebalance without pulling the rug out from under it.

Enhancements

Build Import and Export

10 Sep 16:02
Compare
Choose a tag to compare

The Rack API now supports exporting and importing builds. You can use this functionality to move builds between different Racks and to ensure that you are using identical images throughout your CI/CD pipeline.

$ convox builds export B12345678 --app myapp --rack staging > export.tgz

$ convox builds import --app myapp --rack production < export.tgz

Enhancements

Fixes

General Enhancements

07 Sep 17:10
Compare
Choose a tag to compare

Bug Fixes and Enhancements

03 Sep 19:55
Compare
Choose a tag to compare

Autoscale Updates and Bug Fixes

01 Sep 19:01
Compare
Choose a tag to compare

The instance autoscaler has been updated to be smarter about rolling processes. This will allow your Rack to automatically increase in size as necessary to complete a large deployment and then scale back down when complete.

Bug Fixes

Bug Fixes and Enhancements

27 Aug 23:50
Compare
Choose a tag to compare
  • #1158 Release promotion --wait now based on CloudFormation status [@ddollar]
  • #1159 Better handling of some build failures [@ddollar]
  • #1161 Normalize and test provider-level stack updates [@ddollar]

Updated AMIs, Memcached, and General Enhancements

27 Aug 14:38
Compare
Choose a tag to compare

Enhancements and Bug Fixes

27 Aug 14:20
Compare
Choose a tag to compare

Bug Fixes

27 Aug 00:01
Compare
Choose a tag to compare