Skip to content

Releases: convox/rack

Cluster Health and Cron Improvements

19 Aug 22:46
Compare
Choose a tag to compare

#1096 fixes a bug that would inadvertently terminate good instances in a clusters with more than 100 instances. Thanks @beedub testing and improving how Convox works at large scale.

Cron gets simpler and more secure in #1099 thanks to @ddollar. The periodic Lambda function that runs your cron jobs now has a more explicit IAM role and uses the ECS RunTask API.

Native ECS Services and Bug Fixes

18 Aug 15:06
Compare
Choose a tag to compare

#1081 switches over to the native AWS::ECS::Service CloudFormation handler which gives a few improvements:

  • Better swaps during changes that require ECS service replacement
  • CloudFormation updates are contingent on the new deployment reaching steady state

This means when you deploy new code apps will now stay in updating state until the new release actually stabilizes and will roll back if it does not.

Bug Fixes

General Enhancements

16 Aug 17:21
Compare
Choose a tag to compare

#969 Switch password parameter to NoEcho [@ianmalott]
#1072 move services into provider interface [@ddollar]
#1075 Fix shift handling during convox start [@ddollar]
#1077 fix git-restore-mtime in builds [@ddollar]

General Improvements and Fixes

16 Aug 16:08
Compare
Choose a tag to compare

#1040 Validate ec2 instance type when scaling [@MiguelMoll]
#1043 Make stopping of local containers more graceful [@bladealslayer]
#1062 fix pct-based output regression [@ddollar]
#1064 Explicit build call for monitor added [@MiguelMoll]
#1065 prevent panics on dockerignore recursion [@ddollar]
#1069 fix reverted ecs amis [@ddollar]

Project Reorganization

15 Aug 15:12
Compare
Choose a tag to compare

This release reorganizes the project for faster build and load times and more consistency in the Makefiles around templates and building releases.

General Enhancements

15 Aug 01:03
Compare
Choose a tag to compare

Incremental Builds and Bug Fixes

14 Aug 16:01
Compare
Choose a tag to compare

This release includes a massive speed and efficiency update to incremental builds. This allows large projects to deploy smaller changes much more efficiently. #1018

$ convox build --incremental

Bug Fixes

Region Support and General Enhancements

13 Aug 01:54
Compare
Choose a tag to compare

Support has been added for three additional regions. #1033

  • ap-northeast-1
  • ap-southeast-1
  • eu-central-1

General Enhancements

Security Improvements and General Enhancements

12 Aug 19:11
Compare
Choose a tag to compare

Thanks to some great work by @MiguelMoll we are locking down the IAM permissions both needed and created by Convox. This work begins in #1026.

General Enhancements

20160812145923: Merge pull request #1039 from convox/20160811

12 Aug 16:09
Compare
Choose a tag to compare