Skip to content

Commit 07cfa67

Browse files
committed
Release 1.5.5
1 parent 40b2fcd commit 07cfa67

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.5.5 - September 30, 2021
2+
3+
- Config created by `mup init` now uses `zodern/meteor:root` as docker image
4+
- Update docs for Meteor support
5+
- Fix default docker registry host when using private docker registery
6+
- Avoid race condition when `app.docker.prepareBundleLocally` is enabled and logging into private docker registry
7+
18
## 1.5.4 - September 19, 2021
29

310
- Increase worker_connections in nginx (@markdowney)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mup",
3-
"version": "1.5.4",
3+
"version": "1.5.5",
44
"description": "Production Quality Meteor Deployments",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)