Skip to content

Commit

Permalink
Prepared 0.8.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
armandgrillet committed Apr 10, 2019
1 parent 46a535e commit 991d687
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
20 changes: 12 additions & 8 deletions CHANGELOG.md
@@ -1,16 +1,20 @@
# CHANGELOG

## Next
## 0.8.0

* Breaking changes

* Drop support for DCOS_URL and DCOS_ACS_TOKEN
* Drop support of DCOS_URL and DCOS_ACS_TOKEN

* Features

* Added static tab completion
* Add static tab completion
* Introduce a strict deprecation mode (DCOS_CLI_STRICT_DEPRECATIONS=1)
* Displayed variant when running dcos --version
* Always auto-install core and EE plugins on `cluster setup`
* Display variant when running `dcos --version`
* Always auto-install core and EE plugins when running `dcos cluster setup`
* Add support for relative DCOS_DIR
* List commands of each plugin alphabetically with `dcos plugin list`
* List commands of each plugin alphabetically when running `dcos plugin list`

Alongside we're releasing a new core CLI plugin for DC/OS 1.13, which features:
* Add color support to `dcos node log`
* Add a public IP field to `dcos node list`
* Add `--user` flag to `dcos service log`
* Add journalctl format options to `dcos node log`: `json-pretty`, `json`, `cat`, `short`
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -3,7 +3,7 @@ PKG=github.com/dcos/dcos-cli
PKG_DIR=/go/src/$(PKG)
IMAGE_NAME=dcos/dcos-cli
VERSION?=$(shell git rev-parse HEAD)
CORE_VERSION?=1.13-patch.x
CORE_VERSION?=1.13-patch.0
CORE_STABILITY?=testing

windows_EXE=.exe
Expand Down

0 comments on commit 991d687

Please sign in to comment.