Skip to content

Commit 7b9452c

Browse files
committed
Release 6.2.0
1 parent 08cbfe7 commit 7b9452c

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 6.2.0 / 2020-05-11
2+
3+
- Add "exoframe system prune" command that cleans up images and volumes on server
4+
15
# 6.1.4 / 2020-05-08
26

37
- Fix for .exoframeignore handling on Windows

docs/Basics.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ You can find the list of available recipes [on npm](https://www.npmjs.com/search
219219
| endpoint [url] | Selects or adds the endpoint of Exoframe server |
220220
| rm-endpoint [url] | Removes an existing endpoint of Exoframe server |
221221
| update [target] | Gets current versions or updates given target (server, traefik, all) |
222+
| system [command] | Executes given system command (prune) |
222223
| completion | Generates bash completion script |
223224

224225
## Exoframe CLI - Special Commands

docs/ServerConfiguration.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ letsencryptEmail: [email protected]
1616
# whether to apply gzip compression, default "true"
1717
compress: true
1818

19+
# whether to execute docker prune for images and volumes, default "false"
20+
autoprune: false
21+
1922
# base top-level domain to use for deployments without domains specified, default "false"
2023
# used as postfix, e.g. if you specify ".example.com" (dot is auto-prepended if not present)
2124
# all your deployments will be autodeployed as "deployment-id.example.com"

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": "6.1.5-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": "dist/index.js",
66
"repository": "[email protected]:exoframejs/exoframe.git",

0 commit comments

Comments
 (0)