Releases: convox/rack
20230126132222
What's Changed
- #3628 Private subnets should only be created when rack is Private [@Twsouza]
- #3629 feat-829: Add support to restrict rack api access from certain ips [@nightfury1204]
Full Changelog: 2022121...2023012
20221216180753
What's Changed
- #3623 feat-619: Add support to add custom tags [@nightfury1204]
- #3624 Worker monitor should not get LogGroup from Rack API service [@Twsouza]
Full Changelog: 2022121...2022121
20221214201933
A new resource was introduced, EFS resource lets you share volumes between services in different AZs.
What's Changed
Full Changelog: 2022121...2022121
20221213184247
To use convox resources proxy memcached
you only need to update the CLI, no need to update the rack API.
What's Changed
Full Changelog: 2022120...2022121
20221209185028
20221208145355
The LB migration should run smoothly, only the rack API will be affected, and the rack services will not encounter any downtime. For Convox Console managed racks, in case the racks are on unknown status run convox rack sync. The command convox rack sync --name RACK-NAME
will print out the new rack API URL. Please update your console to the latest version for self-hosted consoles before updating your racks.
V2 rack CLI changes its default settings directory from $HOME/.convox/
to $HOME/.config/convox2/
. You may need to log in again.
What's Changed
- #3615 Change the CLI default directory to avoid conflict with v3 cli [@nightfury1204]
- #3617 Fix rack sync name flag [@Twsouza]
Full Changelog: 2022120...2022120
20221202145130
20221129130331
Implementation for migrating the rack API Classic Load Balancer to an Application Load Balancer.
- cloudformation changes
- To sync the rack manually run
convox rack sync [-r rack]
- Use
convox rack sync --name rack-name
to retrieve the new rack API URL
It's important to note that with the ELB migration, the rack API hostname will change.
The switch between hostname will be transparent for console-managed racks. For users running racks outside of the console, we provide the convox rack sync --name rack-name
command that should be executed after the update. This will print the new hostname to stdout.
20221125182347
What's Changed
Full Changelog: 2022111...2022112
20221115125919
What's Changed
- Add support for build time env [@nightfury1204] #3605
- Default setting directory changed from
$HOME/.convox/
to$HOME/.config/convox/
Full Changelog: 2022110...2022111