Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zodern committed Oct 20, 2021
1 parent 01b81cb commit bcc494a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 0.7.0 - October 19, 2021

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

## 0.6.4 - June 14, 2020

- Fix compatibility with Meteor Up 1.5
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mup-aws-beanstalk",
"version": "0.7.0-beta.6",
"version": "0.7.0",
"description": "Deploy apps to AWS Elastic Beanstalk using Meteor Up",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit bcc494a

Please sign in to comment.