From b8dd93b2a3b5414f914447f5cdd3fa853ae5ec9d Mon Sep 17 00:00:00 2001 From: zodern Date: Sat, 11 Feb 2017 16:44:18 -0600 Subject: [PATCH] Release 1.2.2 --- CHANGELOG.md | 2 +- README.md | 4 ++++ package.json | 2 +- src/mup-api.js | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a080565e..34e0fa3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Next +# 1.2.2 - Configure nginx max client upload size, and increase default to `10M` (@shadowcodex) - Displays better message if it can not find the meteor app - Displays message if can not find pem for server diff --git a/README.md b/README.md index 8ef92183..a638e02a 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,13 @@ Meteor Up is a command line tool that allows you to deploy any [Meteor](http://meteor.com) app to your own server. It currently supports Ubuntu. +This repository formerly was at `kadirahq/meteor-up`. + You can install and use Meteor Up on Linux, Mac and Windows. This version of Meteor Up is powered by [Docker](http://www.docker.com/), making deployment easy to manage and reducing a lot of server specific errors. + **Table of Contents** - [Features](#features) @@ -42,6 +45,7 @@ This version of Meteor Up is powered by [Docker](http://www.docker.com/), making * Password or Private Key (pem) based server authentication * Access logs from the terminal (supports log tailing) * Support for custom docker images +* Support for auto-generating SSL certificates using Let's Encrypt ### Server Configuration diff --git a/package.json b/package.json index d5c700ab..e4a8ba7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mup", - "version": "1.2.1", + "version": "1.2.2", "description": "Production Quality Meteor Deployments", "main": "lib/index.js", "bin": { diff --git a/src/mup-api.js b/src/mup-api.js index f3b34c35..2b9ed780 100644 --- a/src/mup-api.js +++ b/src/mup-api.js @@ -50,7 +50,7 @@ export default class MupAPI { console.log( 'If you think there is a bug in the mup.js validator, please' ); - console.log('create an issue at https://github.com/zodern/meteor-up.'); + console.log('create an issue at https://github.com/zodern/meteor-up'); } }