Skip to content

Releases: convox/rack

20220215121952

15 Feb 15:27
Compare
Choose a tag to compare

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

14 Feb 19:46
Compare
Choose a tag to compare

Notes

Fix the error on alpine linux.

PRs

#3498 Build the binary as statically linked [@Twsouza]

20220208134803

09 Feb 09:13
Compare
Choose a tag to compare

Notes

Improves reliability of updates on a non-HA Rack

PRs

#3495 Catching some edge cases around high availability [@beastawakens]

20220207122553

07 Feb 20:46
Compare
Choose a tag to compare

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

01 Feb 17:14
Compare
Choose a tag to compare

Notes

Updates AMIs to latest versions

PRs

#3491 AMI update 20220127 [@beastawakens]

20220117190849

17 Jan 21:39
Compare
Choose a tag to compare

What's Changed

  • Add permission to lambda:GetFunction to ApiRole by @Twsouza in #3487

20211221142623

21 Dec 15:24
Compare
Choose a tag to compare

What's Changed

  • User can set a schedule to shut down and up the cluster by @Twsouza in #3483

New Contributors

20211124193539

24 Nov 20:32
Compare
Choose a tag to compare

What's Changed

  • Add support to enable/disable High Availability when creating racks by @heronrs in #3481
  • Fix inconsistent vendoring error when building the cli by @heronrs in #3482

20211109164223

09 Nov 20:46
Compare
Choose a tag to compare
  • Add support for AWS arm64 instance types (#3478 )

20211019100155

20 Oct 08:44
Compare
Choose a tag to compare

Notes

Fixes a bug around --no-sync flag. Refactors and tidies up work around the new AWS ECS API validation.

PRs