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

Commit 150e9a7

Browse files
committed
Release 3.0.0
1 parent f280b75 commit 150e9a7

File tree

4 files changed

+116
-106
lines changed

4 files changed

+116
-106
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
3.0.0 / 2018-05-23
3+
==================
4+
5+
Additions:
6+
* Add complex recipes support
7+
* Add swarm mode support
8+
29
2.0.2 / 2018-01-26
310
==================
411

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ updateChannel: 'stable'
121121

122122
# path to folder with authorized_keys, default "~/.ssh"
123123
publicKeysPath: '/path/to/your/public/keys'
124+
125+
# whether Exoframe server whould be running in swarm mode, default "false"
126+
swarm: false
124127
```
125128
126129
_Warning:_ Most changes to config are applied immediately. With exception of Letsencrypt config. If you are enabling letsencrypt after Traefik instance has been started, you'll need to remove Traefik and then restart Exoframe server for changes to take effect.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "exoframe-server",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"description": "Exoframe is a self-hosted tool that allows simple one-command deployments using Docker",
55
"main": "index.js",
66
"bin": "index.js",
@@ -20,7 +20,7 @@
2020
"chokidar": "^2.0.3",
2121
"cors": "^2.8.4",
2222
"dockerode": "^2.5.5",
23-
"fastify": "^1.4.0",
23+
"fastify": "^1.5.0",
2424
"fastify-auth": "^0.2.0",
2525
"highland": "^2.13.0",
2626
"js-yaml": "^3.11.0",
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"coveralls": "^3.0.1",
4141
"get-port": "^3.2.0",
42-
"jest": "^22.4.3",
42+
"jest": "^22.4.4",
4343
"pkg": "^4.3.1"
4444
}
4545
}

0 commit comments

Comments
 (0)