Releases: convox/rack
Releases · convox/rack
20220215121952
Notes
Updates the AMI's to the latest ones from AWS, and changes all the lambda runtimes to nodejs14.x ahead of the nodejs12.x deprecation in a couple of months.
PRs
#3500 Upgrade to nodejs14 [@beastawakens]
#3501 AMI updates 20220215 [@beastawakens]
20220214160133
20220208134803
Notes
Improves reliability of updates on a non-HA Rack
PRs
#3495 Catching some edge cases around high availability [@beastawakens]
20220207122553
Notes
You can specify the valid success codes for an app's health checks through the new app parameter. By default it is 200-399,401
.
PRs
#3493 Adds an app param to configure health check success codes
20220127162912
20220117190849
20211221142623
20211124193539
20211109164223
- Add support for AWS arm64 instance types (#3478 )
20211019100155
Notes
Fixes a bug around --no-sync flag. Refactors and tidies up work around the new AWS ECS API validation.
PRs
- #3471 Fix: --no-sync not respected in gen2 [@advance512]
- #3475 AWS api cluster validation refactor [@beastawakens]