Skip to content

Releases: dcos/dcos-cli

Version 0.3.4

22 Feb 23:21
Compare
Choose a tag to compare

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

19 Feb 00:38
Compare
Choose a tag to compare

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

17 Feb 16:56
Compare
Choose a tag to compare

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

17 Feb 01:16
Compare
Choose a tag to compare

Change Log

  • FEATURE: Implements DCOS AuthN flow

Version 0.3.0

11 Jan 08:45
Compare
Choose a tag to compare

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

20 Oct 05:52
Compare
Choose a tag to compare

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

14 Sep 23:40
Compare
Choose a tag to compare

Change Log

  • FIX: create toml file in install script

Version 0.1.14

11 Sep 21:58
Compare
Choose a tag to compare

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 to dcos 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

28 Jul 23:20
Compare
Choose a tag to compare

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

24 Jul 02:33
Compare
Choose a tag to compare

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 and dcos service log marathon to help the user debug SSH issues