This repository was archived by the owner on Nov 23, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments