Skip to content
This repository was archived by the owner on Nov 23, 2022. It is now read-only.

Commit 49bc6f9

Browse files
committed
Release 6.0.0
1 parent bee1f8c commit 49bc6f9

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# 6.0.0 / 2019-11-05
2+
3+
Breaking changes:
4+
5+
- Exoframe server has been updated to work with Traefik v2.0
6+
7+
Additions:
8+
9+
- Config command now includes additional port, compess and letsencrypt settings
10+
- Allow disabling letsencrypt on inidividual deployments
11+
12+
Fixes:
13+
14+
- Use server volume for traefik config mapping when running in docker
15+
16+
For migration guide see [Exoframe CLI Changelog](https://github.com/exoframejs/exoframe/blob/master/CHANGELOG.md#600--2019-11-05)
17+
118
# 5.0.4 / 2019-08-28
219

320
- Pin traefik to v1.7.x

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "exoframe-server",
3-
"version": "5.0.5-dev",
3+
"version": "6.0.0",
44
"description": "Exoframe is a self-hosted tool that allows simple one-command deployments using Docker",
55
"main": "bin/server-core.js",
66
"bin": "bin/exoframe-server.js",

0 commit comments

Comments
 (0)