From 47e15e3452693143f304d7ea55ebf168545a5218 Mon Sep 17 00:00:00 2001 From: Bilal Amarni Date: Mon, 2 Sep 2019 11:04:22 +0200 Subject: [PATCH] Prepare changelog for 1.0 --- CHANGELOG.md | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb88f849b..bb7061545 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,29 @@ # CHANGELOG -## Next +## 1.0.0 + +* Breaking changes + + * Unbundle the dcos-core-cli plugin from the CLI. It is now auto-installed from Cosmos only (either through Universe or the Bootstrap Registry). * Features - * Auto-install CLI plugins for running services during `dcos cluster setup` when environment variable `DCOS_CLI_EXPERIMENTAL_AUTOINSTALL_PACKAGE_CLIS` set - * New command `dcos config keys` printing all the keys that can be set in a configuration file + * New command `dcos config keys` printing all the keys that can be set in a configuration file. * The new `dcos cluster open` can be used to open the currently attached cluster UI in the browser. - * Log into OSS without copy/pasting authentication token from browser. + * Log into DC/OS Open without copy/pasting authentication token from browser. + * Add cluster name completion to `dcos cluster rename`. + * Support arg completion for `dcos config`. + * Support autocompletion on `dcos plugin remove`. + +* Experimental features + + * Auto-install CLI plugins for running services during `dcos cluster setup` when environment variable `DCOS_CLI_EXPERIMENTAL_AUTOINSTALL_PACKAGE_CLIS` set. + +* Fixes + + * Loosen the DC/OS version check for plugin auto-installation, it was only accepting 1.XX versions. + * Improve error messages for `dcos cluster setup` args error + +* Testing + + * Run integration tests against DC/OS Open as well.