Releases: dcos/dcos-cli
Version 0.4.7
FEATURE: dcos node snapshot
diagnostic reporting
FEATURE: support for cosmos v2 requests
BINARIES:
Darwin: https://downloads.dcos.io/binaries/cli/darwin/x86-64/0.4.7/dcos
Linux: https://downloads.dcos.io/binaries/cli/linux/x86-64/0.4.7/dcos
Windows: https://downloads.dcos.io/binaries/cli/windows/x86-64/0.4.7/dcos.exe
Version 0.4.6
FEATURE: dcos node ssh [<command>]
FEATURE: apply --option
to --master-proxy
in dcos node ssh
FEATURE: clear resolution of ENV_VAR
over config property
FEATURE: handle multiple tasks in dcos task ls
FEATURE: only use pager if pager_command exists on system
FEATURE: enforce 600 (owner only) permissions on config file
FEATURE: verify virtualenv version before installing subcommand
FEATURE: add --help
to usage information
FEATURE: update text to use '/' for DC/OS
FIXED: handle mesos tasks that are substrings of each other
FIXED: check the config value for core.ssl_verify
in dcos.http
module
FIXED: dcos.util
dependency on dcos.config
FIXED: Missing core.dcos_url
with core.mesos_master_url
specified
BINARIES:
Darwin: https://downloads.dcos.io/binaries/cli/darwin/x86-64/0.4.6/dcos
Linux: https://downloads.dcos.io/binaries/cli/linux/x86-64/0.4.6/dcos
Windows: https://downloads.dcos.io/binaries/cli/windows/x86-64/0.4.6/dcos.exe
Version 0.4.5
FEATURE: add support for generating a DCOS-CLI binary on linux and darwin platforms
FEATURE: install subcommand from a binary
FEATURE: update package describe --cli
to look at command + resource json
FEATURE: make scripts now compatible with windows
FEATURE: add --completed
option for dcos task ls
FEATURE: unicode support for python 2 and 3
FEATURE: add core.pagination
config property
FEATURE: add DC/OS version to dcos --version
FEATURE: improve virtualenv missing message
FEATURE: improve message when SSL errors
FEATURE: limit length of description in search table
FEATURE: pin the pkginfo package to 1.2.1
FEATURE: update external license
FIXED: dcos task --completed
now shows completed and running tasks
FIXED: search results sorted by cosmos
FIXED: code/documentation reflecting command.json being unconfigurable
FIXED: make sure create ThreadPoolExecutor with at least 1 worker
BINARIES:
Darwin: https://downloads.dcos.io/binaries/cli/darwin/x86-64/0.4.5/dcos
Linux: https://downloads.dcos.io/binaries/cli/linux/x86-64/0.4.5/dcos
Version 0.4.4
FEATURE: dcos marathon task stop
FEATURE: cleanup for toml files used in tests
FIXED: remove tracking from rollbar + segment
FIXED: always source virtualenv in install script
FIXED: add fallback for stagedAt field in task table
Version 0.4.3
FEATURE: DCOS oauth support
FEATURE: DCOS-CLI is now only one executable
FEATURE: Documentation rewrite
FEATURE: Add "selected" column in search results
FEAUTRE: Contributing + Issue templates
FEATURE: Improved check for cosmos enabled cluster
FEATURE: Config changes now print to stderr
FIXED: Separation of unit and integration tests
FIXED: core.dcos_acs_token
no longer gets printed
Version 0.4.2
FIXED: ssl verification for acs authentication
FEATURE: add more information in --debug mode
FEATURE: s/node --slave/node --mesos-id/
FEATURE: s/node --master/node --leader
Version 0.4.1
FEATURE: Create config file if doesn't exist
FEATURE: Show deprecation notices for legacy commands
FEATURE: Install script will download correct version of DCOS-CLI depending on DCOS version
FIX: Don't print {pre|post}InstallNotes if installing cli only
Version 0.4.0
FEATURE: Support for new package manager shipped with DCOS 1.6.1+
FEATURE: New commands: dcos package repo [add|remove|list]
for package repository management
DEPRECATED:dcos package update
. This is no longer supported since repositories are downloaded asynchronously by the package manager
DEPRECATED: package.sources
config variable. Instead please use dcos package repo add/remove
for repository management
DEPRECATED: Repository file uploads: Thew new package manager doesn’t support this, however you can push a topic branch of your repository to github, and test it using that branch specific zip file
This release supports DCOS 1.6.1, and is not backwards compatible. Please see here on how to downgrade your DCOS-CLI version to use on an older DCOS version.
Version 0.3.6
FIX: tell users if they are using an unsupported version of the DCOS CLI for their DCOS cluster
FIX: legacy installer only installs a legacy version of the DCOS CLI
Version 0.3.5
FIXED: Authorization error querying for reporting information