Skip to content

Releases: convox/rack

20220413210746

14 Apr 14:45
Compare
Choose a tag to compare

What's Changed

When running convox apps cancel it will rewrite the last active release on top of the canceled one.

Full Changelog: 2022040...2022041

20220406194409

07 Apr 16:12
Compare
Choose a tag to compare

What's Changed

Increase KMS max retries to avoid potential race condition when creating the EncryptionKey formation resource.

Full Changelog: 2022040...2022040

20220406121322

06 Apr 13:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2022040...2022040

20220401134758

01 Apr 17:48
Compare
Choose a tag to compare

What's Changed

Explicitly declare dependencies on the CF EncryptionKey resource to prevent timeout errors when interfacing with AWS Interface endpoints

Full Changelog: 2022032...2022040

20220328135225

30 Mar 12:37
Compare
Choose a tag to compare

What's Changed

Refactor how we attach rack lambdas to the VPC: use AWS interface and gateway endpoints to connect with AWS services.

Full Changelog: 2022031...2022032

20220318132427

18 Mar 19:48
Compare
Choose a tag to compare

Notes

Set one instances when the Spot Instance is enabled and HA is disabled.

PR

  • #3513 Spot Instances and HA false should have one Instances [@Twsouza]

20220310214003

11 Mar 13:29
Compare
Choose a tag to compare

Add additional AWS resources security rules

  • attach lambdas to the rack VPC
  • support only SSL communication with s3 buckets

The s3 bucket and lambda changes related to applications will be applied after a new app deployment

20220310121318

10 Mar 13:52
Compare
Choose a tag to compare

Notes

Fix for the ps stop when the process is on the BuildInstance. Fix for the HttpProxy param.

PRs

20220304141007

07 Mar 15:20
Compare
Choose a tag to compare

BuildKit front-end support

  • Enable BuildKit front-end(Dockerfile) support. Currently available only if running the rack on x86_64 arch. arm64 is coming soon!

Check the syntax at https://github.com/moby/buildkit/blob/master/frontend/dockerfile/docs/syntax.md#:~:text=BuildKit%20supports%20loading%20frontends%20dynamically,image%20you%20want%20to%20use.

20220228122342

28 Feb 13:20
Compare
Choose a tag to compare

Notes

Change the CLI to work with WebAuthn API on the console.

PRs

  • #3497 Change the CLI to work with WebAuthn API on the console