From 991d6876873b55caefbf713e11aacf766347e011 Mon Sep 17 00:00:00 2001 From: Armand Grillet Date: Wed, 10 Apr 2019 17:13:48 +0200 Subject: [PATCH] Prepared 0.8.0 release. --- CHANGELOG.md | 20 ++++++++++++-------- Makefile | 2 +- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba9579e9d..11c7fe3d4 100644 --- a/CHANGELOG.md +++ b/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` diff --git a/Makefile b/Makefile index aa8f0f962..8d9b6032f 100644 --- a/Makefile +++ b/Makefile @@ -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