Skip to content

Commit 47e15e3

Browse files
committed
Prepare changelog for 1.0
1 parent 064b8b9 commit 47e15e3

File tree

1 file changed

+23
-4
lines changed

1 file changed

+23
-4
lines changed

CHANGELOG.md

+23-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,29 @@
11
# CHANGELOG
22

3-
## Next
3+
## 1.0.0
4+
5+
* Breaking changes
6+
7+
* Unbundle the dcos-core-cli plugin from the CLI. It is now auto-installed from Cosmos only (either through Universe or the Bootstrap Registry).
48

59
* Features
610

7-
* Auto-install CLI plugins for running services during `dcos cluster setup` when environment variable `DCOS_CLI_EXPERIMENTAL_AUTOINSTALL_PACKAGE_CLIS` set
8-
* New command `dcos config keys` printing all the keys that can be set in a configuration file
11+
* New command `dcos config keys` printing all the keys that can be set in a configuration file.
912
* The new `dcos cluster open` can be used to open the currently attached cluster UI in the browser.
10-
* Log into OSS without copy/pasting authentication token from browser.
13+
* Log into DC/OS Open without copy/pasting authentication token from browser.
14+
* Add cluster name completion to `dcos cluster rename`.
15+
* Support arg completion for `dcos config`.
16+
* Support autocompletion on `dcos plugin remove`.
17+
18+
* Experimental features
19+
20+
* Auto-install CLI plugins for running services during `dcos cluster setup` when environment variable `DCOS_CLI_EXPERIMENTAL_AUTOINSTALL_PACKAGE_CLIS` set.
21+
22+
* Fixes
23+
24+
* Loosen the DC/OS version check for plugin auto-installation, it was only accepting 1.XX versions.
25+
* Improve error messages for `dcos cluster setup` args error
26+
27+
* Testing
28+
29+
* Run integration tests against DC/OS Open as well.

0 commit comments

Comments
 (0)