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

Commit cc2d415

Browse files
committed
Release 6.2.0
1 parent 5ce8c4d commit cc2d415

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 6.2.0 / 2020-05-11
2+
3+
- Add autoprune config to execute prune after deployments if enabled
4+
- Add basic system prune endpoint
5+
- Add server install script (thanks to FDiskas)
6+
- Added possibility to customize traefik config (thanks to anbraten)
7+
18
# 6.1.0 / 2020-02-12
29

310
- Allow using custom traefik middlewares from exoframe config

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": "6.1.1-dev.3",
3+
"version": "6.2.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)