Skip to content

Commit 1d98eeb

Browse files
committed
Release 4.0.0
1 parent 11fee72 commit 1d98eeb

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 4.0.0 / 2019-02-12
2+
3+
BREAKING CHANGES:
4+
5+
- Docker Swarm support on server is now a plugin (see [plugin docs](https://github.com/exoframejs/exoframe-plugin-swarm) for more info)
6+
7+
Additions:
8+
9+
- Add plugins support
10+
- Add method to get secret value
11+
- Add way to get exoframe-server logs
12+
- Add support for volumes for deployments
13+
- Add way to deploy projects from image and image tar file
14+
15+
Changes:
16+
17+
- Multiple documentation improvements
18+
119
# 3.3.0 / 2018-12-13
220

321
- Add basic secrets support and docs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "exoframe",
3-
"version": "3.4.0-dev",
3+
"version": "4.0.0",
44
"description": "Exoframe is a self-hosted tool that allows simple one-command deployments using Docker",
55
"main": "index.js",
66
"repository": "[email protected]:exoframejs/exoframe.git",

0 commit comments

Comments
 (0)