Skip to content

Releases: convox/rack

Enhancements and Bug Fixes

26 Oct 17:22
Compare
Choose a tag to compare

Cancelling Deployments

You can now cancel an update in progress with convox apps cancel #1318 [@ddollar]

Doctor Checks

New convox doctor checks around Database, Reloading, and Commands #1334 [@nzoschke]

Bug Fixes

Improved Instance Rolls and Bug Fixes

25 Oct 01:46
Compare
Choose a tag to compare

Bug Fixes and Enhancements

18 Oct 14:06
Compare
Choose a tag to compare

Bug Fixes

07 Oct 16:17
Compare
Choose a tag to compare

Enhancements and Bug Fixes

01 Oct 18:45
Compare
Choose a tag to compare

Enhancements and Bug Fixes

30 Sep 16:46
Compare
Choose a tag to compare

Enhancements

Convox now reads the default CPU and Memory settings from the cpu_shares and mem_limit stanzas in the docker-compose.yml.

  • #1254 read default cpu and memory scale from manifest [@ddollar]

There are now additional parameters to the SQS service:
--message-retention-period, --receive-message-wait-time, and --visibility-timeout.

Bug Fixes

  • #1277 make config/manifest backwards compatible in client [@ddollar]

Bug Fixes

30 Sep 16:36
Compare
Choose a tag to compare

Process Scheduling and Code Sync

28 Sep 16:46
Compare
Choose a tag to compare

Build and Process Scheduling

convox build and convox run are now scheduled with ECS rather than always running on the same host as the Rack containers.

Code Sync Updates

Code sync now uses FSEvents on MacOS and inotify on Linux to reduce the amount of CPU used by the file sync process.

NOTE: Our current CLI release process involves cross-compiling on Linux so the cgo extensions required for these features are not yet enabled on MacOS.

20160927142616: Merge pull request #1256 from convox/20160923

27 Sep 16:22
Compare
Choose a tag to compare

Lifecycle Handler and General Enhancements

23 Sep 14:33
Compare
Choose a tag to compare

The instance lifecycle handler has been updated to handle instance terminations more gracefully. Instances terminating in an AutoScalingGroup will now gracefully remove that instance from all load balancers, removes the instance from the ECS cluster, and waits for connections to the instance to drain before allowing the instance to terminate.

Enhancements