Releases: convox/rack
Releases · convox/rack
20221108182218
What's Changed
- Add grpc support [@nightfury1204] [@nightfury1204] #3603
Full Changelog: 2022103...2022110
20221031174855
What's Changed
- Upgrade AWS lambda nodejs version to nodejs16.x [@nightfury1204] #3601
Full Changelog: 2022102...2022103
20221026175318
What's Changed
- DesiredCapacity cannot be 0 or negative [@Twsouza] #3597
- Add wildcard domain support [@nightfury1204] #3598
- Include the Spot instances when creating the schedule rack option [@Twsouza] #3599
Full Changelog: 2022101...2022102
20221013170042
What's Changed
- Add additional env var for resources by @Twsouza #3594
- Add template to new Pull Requests by @Twsouza #3595
Full Changelog: 2022100...2022101
20221006171046
What's Changed
#3568 feat-420: Run docker in TLS mode for secure docker communication [@nightfury1204]
#3589 Create E2E test for canceling apps deployment [@Twsouza]
#3593 Add E2E tests for internal communication and internal apps [@Twsouza]
Attention
If you're using InstanceBootCommand
to override options in /etc/sysconfig/docker
make sure to include the tls parameters --tls --tlscacert /etc/ca.pem --tlscert /etc/cert.pem --tlskey /etc/key.pem
Full Changelog: 2022092...2022100
20220929223307
What's Changed
- feat-598: Add unit test for helper pkg by @nightfury1204 in #3583
- Enable the unit tests for forked PRs by @Twsouza in #3586
- Ignore release test for forked PRs by @Twsouza in #3587
- e2e tests for internal communication between apps by @yuriadams in #3585
- refactor: move from io/ioutil to io and os packages by @Juneezee in #3582
- added /var/lib/docker/container path to volume allow list by @radekl in #3584
- Add docker builder prune to the daily cron by @Twsouza in #3588
Full Changelog: 2022091...2022092
20220915193714
What's Changed
- Add e2e test for timers by @yuriadams in #3572
- Add unit tests for some packages by @nightfury1204 in #3573
- feat-595: Add unit test for SDK package by @nightfury1204 in #3575
- Use MicroSecond instead of Millisecond to get logs by @Twsouza in #3574
- Add unit tests for generate, sync and token pkg by @nightfury1204 in #3576
- Add CI to test updating/downgrading rack and app by @Twsouza #3570
- Explicitly set Encrypted=false for new app resources by @heronrs #3577
- Configure Retryer and Max Retry to avoid throttling error by @Twsouza #3578
- Update go 1.17 and golang.org/x/sys lib by @Twsouza #3579
New Contributors
- @yuriadams made their first contribution in #3572
Full Changelog: 2022081...2022091
20220817173516
What's Changed
Full Changelog: 2022081...2022081
20220817122135
20220802124912
#3556 - Fix env variable bug when cancelling app deployments