Skip to content

Commit

Permalink
Release 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yamalight committed May 11, 2020
1 parent 08cbfe7 commit 7b9452c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 6.2.0 / 2020-05-11

- Add "exoframe system prune" command that cleans up images and volumes on server

# 6.1.4 / 2020-05-08

- Fix for .exoframeignore handling on Windows
Expand Down
1 change: 1 addition & 0 deletions docs/Basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ You can find the list of available recipes [on npm](https://www.npmjs.com/search
| endpoint [url] | Selects or adds the endpoint of Exoframe server |
| rm-endpoint [url] | Removes an existing endpoint of Exoframe server |
| update [target] | Gets current versions or updates given target (server, traefik, all) |
| system [command] | Executes given system command (prune) |
| completion | Generates bash completion script |

## Exoframe CLI - Special Commands
Expand Down
3 changes: 3 additions & 0 deletions docs/ServerConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ letsencryptEmail: [email protected]
# whether to apply gzip compression, default "true"
compress: true

# whether to execute docker prune for images and volumes, default "false"
autoprune: false

# base top-level domain to use for deployments without domains specified, default "false"
# used as postfix, e.g. if you specify ".example.com" (dot is auto-prepended if not present)
# all your deployments will be autodeployed as "deployment-id.example.com"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "exoframe",
"version": "6.1.5-dev.3",
"version": "6.2.0",
"description": "Exoframe is a self-hosted tool that allows simple one-command deployments using Docker",
"main": "dist/index.js",
"repository": "[email protected]:exoframejs/exoframe.git",
Expand Down

0 comments on commit 7b9452c

Please sign in to comment.