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

Commit 7654b26

Browse files
committed
Release 4.0.0
1 parent d3b564c commit 7654b26

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# 4.0.0 / 2019-02-12
2+
3+
BREAKING CHANGES:
4+
5+
- Docker Swarm support 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+
- Expose deployment labels using env vars
15+
- Add debug docker image build that uses node and js code as base
16+
- Add exoframe-server npm package binary, you can now `npm install exoframe-server`
17+
18+
Changes:
19+
20+
- Merge all networks from compose file during deployment
21+
- Use unique folders for each deployemnt to allow parallel deployments
22+
23+
Fixes:
24+
25+
- Use project base name for compose deployments to prevent overwriting
26+
127
# 3.3.0 / 2018-12-13
228

329
- Add basic secrets implementation

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": "3.9.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": "bin/server-core.js",
66
"bin": "bin/exoframe-server.js",

0 commit comments

Comments
 (0)