You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
5
## 1.3.5 - Nov 3, 2017
2
6
- Fix tar errors
3
7
- 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 @@
24
28
25
29
**Docs**
26
30
- 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
28
32
- Many example configs in the docs are validated with `mup validate`
29
33
- Many example configs show more of the config surrounding the section being documented
30
34
@@ -125,7 +129,7 @@ Big thanks to @shaiamir for his work on the shared proxy.
125
129
- App inside container's port is set to `docker.imagePort`. The app is still accessible on `env.PORT`.
126
130
- Will build app if cached build is not found and `--cached-build` flag is set
127
131
- 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.
129
133
130
134
## 1.2.7 - May 5, 2017
131
135
- Fix verifying deployment when using ssl autogenerate
@@ -148,7 +152,7 @@ Big thanks to @shaiamir for his work on the shared proxy.
148
152
- MongoDB is safely shutdown for `Start Mongo` and `Stop Mongo` task lists
149
153
- Reduced number of dependencies installed
150
154
- Better error message on meteor build spawn error
151
-
- Setup tasks are consistently capitilized
155
+
- Setup tasks are consistently capitalized
152
156
- Clearer validator message for `ROOT_URL`
153
157
- Add warning message when using `force-ssl` without ssl setup
0 commit comments