Releases: convox/rack
20220413210746
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
What's Changed
Increase KMS max retries to avoid potential race condition when creating the EncryptionKey
formation resource.
Full Changelog: 2022040...2022040
20220406121322
What's Changed
- #3490 Use IMDSv2 calls and a parameter to use only v2 [@Twsouza]
- #3519 AMI update [@beastawakens]
Full Changelog: 2022040...2022040
20220401134758
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
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
20220310214003
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
20220304141007
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
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