Releases: dcos/dcos-cli
Releases · dcos/dcos-cli
Version 0.3.4
FEATURE: Enable --options to interpret ~ in path
FEATURE: default to universe version-2.x during install
FIXED: removed dcos dependency on dcoscli
Version 0.3.3
FEATURE: cache token created by DCOS ACS authentication flow
FEATURE: ability to specify username/password in core.dcos_url
for DCOS ACS authentication
FIXED: error if user is using DCOS CLI package commands with Cosmos enabled DCOS
FIXED: config file default permissions
FIXED: analytics thread never talks to DCOS
Version 0.3.2
Change Log
- FIXED: Don't use core as the user when an ssh config is provided
- FIXED: Don't send CLUSTER_ID to segment for "dcos config" commands
- FIXED: Fix Mesos Agent task schema
- FIXED: Change how temporary files get create to fix Windows issue
- FIXED: Print a helpful message when a response returns a 403
Version 0.3.1
Change Log
- FEATURE: Implements DCOS AuthN flow
Version 0.3.0
Change Log
- FEATURE: dcos package install with universe v2
- FEATURE: Send CLUSTER_ID to segment.io
- FEATURE: Add marathon kill tasks to Marathon command
- FIXED: Make a more useful error message when virtualenv isn't installed
- FIXED: Add images property from resource.json in install
- FIXED: Change the resource type for disk and cpu
Version 0.2.0
Change Log
- FEATURE: Remove Marathon AppDefinition checks in CLI and rely on Marathon's check
- FEATURE: Add support for self-signed SSL certificates
- FEATURE: Prompt the user to add command to PATH
- FIX: Add exception catching for /shutdown.
- FIX: Add Byte Order Mark to Windows powershell
- FIX: Command example in error message
- FIX: Rework bin directory resolution
Version 0.1.15
Change Log
- FIX: create toml file in install script
Version 0.1.14
Change Log
- FEATURE: Support HTTP 1.1 basic auth
- FEATURE: Add command to list files in a task's sandbox:
dcos task ls
- FEATURE: Add post uninstall notes reporting
- FEATURE: Add
--completed
option todcos service
- FEATURE: Enable SSHing for AWS nodes
- FEATURE: Allow scaling of marathon groups
- FEATURE: Allow marathon app updates during a deployment
- FEATURE: Add raw mesos support for
dcos task log
- FEATURE: Print config changes to stdout in
dcos config set|unset
- FEATURE: Add options to
dcos package describe
- FEATURE: Add wildcards support for searching packages
- FEATURE: Support spaces in DCOS_CONFIG
- FEATURE: Add pip version check to install script
- FEATURE: Add
dcos help
to Windows install script - FEATURE: Add instructions for turning off reporting
- FEATURE: Improve error messaging for invalid configurations
- FEATURE: Improve error messaging when an app is locked by another deployment
- FEATURE: Improve error messaging when adding invalid marathon apps
- FEATURE: Improve error messaging for marathon subcommands using the tty
- FEATURE: Improve error messaging for
dcos task log <completed_task>
- FIX: Remove http dependency on config
- FIX: Add exception handling for directory permission errors
- FIX: Add requests.exceptions.RequestException handling
- FIX: Respect DCOS_LOG_LEVEL and DCOS_DEBUG env variables
- FIX: Remove dependency on DCOS_CONFIG env variable
- FIX: Remove DCOS_PRODUCTION env variable
- FIX: Preserve stdout and stderr when invoking
--help
- FIX: Catch exceptions when parsing config file
- FIX: Remove incorrect node hopping documentation
- FIX: Fix slave id access
- FIX: Amend license information
Version 0.1.13
Change Log
- FEATURE: Allow user to specify package version to install
- BUG: Resolve HTTP proxy configuration on the first call
- BUG: configure logger before auth
Version 0.1.12
Change Log
- Add configurable timeout
- Add support for enabling http debug messages
- Always log error message when catching exception
- Prints the ssh command used in
dcos node ssh
anddcos service log marathon
to help the user debug SSH issues