Skip to content

Commit 0fd3e3c

Browse files
committed
Release 1.3.6
1 parent 89efd6d commit 0fd3e3c

File tree

3 files changed

+4040
-2028
lines changed

3 files changed

+4040
-2028
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.3.6 - Nov 24, 2017
2+
- Fix permission denied errors when deploying to nonroot user (@nickich)
3+
- Make bundle portable (@m-niesluchow)
4+
15
## 1.3.5 - Nov 3, 2017
26
- Fix tar errors
37
- The validation message shown when the `servers` object is missing from the config has been removed since some deployment plugins might not need it
@@ -24,7 +28,7 @@
2428

2529
**Docs**
2630
- Color, font, and spacing changes were made to the docs. It should look nicer and be easier to read.
27-
- Fixed grammer and capitalization
31+
- Fixed grammar and capitalization
2832
- Many example configs in the docs are validated with `mup validate`
2933
- Many example configs show more of the config surrounding the section being documented
3034

@@ -125,7 +129,7 @@ Big thanks to @shaiamir for his work on the shared proxy.
125129
- App inside container's port is set to `docker.imagePort`. The app is still accessible on `env.PORT`.
126130
- Will build app if cached build is not found and `--cached-build` flag is set
127131
- Fix some bugs with verifying deployment
128-
- Add support for `zodern:mup-helpers` package. Since version 1.2.7, verifying deployment fails if the app's `/` route's http code is other than 200, or if it does not redirect on the server to a page that does have that http code. Adding `zodern:mup-helpers` allows meteor up to sucessfully validate the deployment.
132+
- Add support for `zodern:mup-helpers` package. Since version 1.2.7, verifying deployment fails if the app's `/` route's http code is other than 200, or if it does not redirect on the server to a page that does have that http code. Adding `zodern:mup-helpers` allows meteor up to successfully validate the deployment.
129133

130134
## 1.2.7 - May 5, 2017
131135
- Fix verifying deployment when using ssl autogenerate
@@ -148,7 +152,7 @@ Big thanks to @shaiamir for his work on the shared proxy.
148152
- MongoDB is safely shutdown for `Start Mongo` and `Stop Mongo` task lists
149153
- Reduced number of dependencies installed
150154
- Better error message on meteor build spawn error
151-
- Setup tasks are consistently capitilized
155+
- Setup tasks are consistently capitalized
152156
- Clearer validator message for `ROOT_URL`
153157
- Add warning message when using `force-ssl` without ssl setup
154158
- Validate `meteor.ssl.upload` @markreid

0 commit comments

Comments
 (0)