0.7.0
New features:
- Add support for custom .ebextensions folder (@s7dhansh)
- New environments use platforms based on Amazon Linux 2. The docs have instructions for migrating existing environments to the new platforms
- During deploys, the environment will only be updated a single time. This makes deploys much faster when updating env vars or the settings.json during a deploy, or when longEnvVars is enabled.
- Add
mup beanstalk shell
to get a production Meteor shell. Look in the docs for how to enable - Add
mup beanstalk debug
to allow connecting your local Node debugging tools to the app. Look in the docs for how to enable. - Logs if the deploy fails. It also sets the exit code to an error code
- The environment name can be changed
Bug fixes:
- Fix node version used when rebuilding native npm dependencies
- Fix unnecessarily updating environment during deploys when longEnvVars is enabled (@alexkyen)
- Fix few cases where it did not wait until the environment was ready before updating it
- Fix
mup status
when the environment does not exist - Reduce timeout of automation document used for graceful shutdown