Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zodern committed Jul 18, 2022
1 parent e4f7c61 commit e5cb413
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
## Next
## 0.8.0 - July 18, 2022

- Support `.platform` files (@s7dhansh)
- If you manually configure the ssl certificate instead of configuring it in the mup config, mup-aws-beanstalk will no longer remove your changes (@filipenovola)
- `mup beanstalk shell` and `mup beanstalk debug` will add a temporary rule to the security group to allow ssh access from your ip address
- `mup beanstalk shell` and `mup beanstalk debug` will temporarily add a rule to the security group to allow ssh access from your ip address
- Fix configuring nginx when using Amazon Linux 2
- Fix health checks when using Amazon Linux 2
- Improve documentation (@filipenevola)
- Increase s3 upload timeout (@@ramijarrar)
- Increase s3 upload timeout (@ramijarrar)
- Improve error when sshKey is not configured
- When requesting logs, wait for env to be ready

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.1-beta.1",
"version": "0.8.0",
"description": "Deploy apps to AWS Elastic Beanstalk using Meteor Up",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e5cb413

Please sign in to comment.