Skip to content

Commit 2fdff7f

Browse files
committed
Merge branch '1.3.5'
2 parents 60a8302 + 19ded2c commit 2fdff7f

File tree

12 files changed

+957
-953
lines changed

12 files changed

+957
-953
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.3.5 - Nov 3, 2017
2+
- Fix tar errors
3+
- The validation message shown when the `servers` object is missing from the config has been removed since some deployment plugins might not need it
4+
- The config created by `mup init` has the correct docker image for Meteor 1.6
5+
- Add table to docs that shows which docker image to use for each Meteor version
6+
7+
**Plugins**
8+
- The remaining Meteor functionality has been removed from the default plugin, allowing plugins to completely take over deploying and managing the app when `app.type` in the config is set to something besides `meteor`
9+
110
## 1.3.4 - October 4, 2017
211
- The exit code for `mup validate` is now 1 when there are validation errors
312
- Fix changing proxy's clientUploadLimit with `proxy.shared.clientUploadLimit`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can install and use Meteor Up on Linux, Mac and Windows. It can deploy to se
88

99
This version of Meteor Up is powered by [Docker](http://www.docker.com/), making deployment easy to manage and reducing server specific errors.
1010

11-
Read the [getting started tutorial](http://meteor-up.com/getting-started.html).
11+
Read the [getting started tutorial](http://meteor-up.com/getting-started.html).
1212

1313
### Features
1414

docs/docs.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,16 @@ The `--cached-build` option will use the build from the last time you deployed t
252252
* `mup restart` - restart the app
253253
* `mup logs [-f --tail=50]` - view the app's logs. Supports all of the flags from `docker logs`.
254254

255+
## Meteor Support
256+
257+
Mup supports Meteor 1.2 and newer, though you might need to change the docker image in your mup config.
258+
259+
| Meteor version | Docker image | Notes |
260+
| --- | --- | --- |
261+
| 1.2 - 1.3 | `kadirahq/meteord` | This is the default docker image. When using Meteor 1.2, `app.buildOptions.serverOnly` should be false. |
262+
| 1.4 - 1.5 | `abernix/meteord:base` | |
263+
| 1.6 | `abernix/meteord:node-8.4.0-base` | |
264+
255265
## Build Options
256266

257267
You can define Meteor build options in `mup.js` like this:

0 commit comments

Comments
 (0)