Skip to content

Version 0.6.0

Compare
Choose a tag to compare
@klueska klueska released this 08 Mar 15:25
· 402 commits to master since this release

This is a new release of the dcos CLI for 1.11 clusters. The download link in the GUI for 1.11 clusters has been updated to include this release. Changes since the last release include:

FEATURES:

  • Deprecate installation of global subcommands
  • Use ID when removing all clusters
  • Improve output from metrics summary (#1131)
  • Add a link and unlink command
  • Add --linked flag to dcos cluster list
  • Don't always require user / pass flags for auth login
  • Lookup for DCOS_CLUSTER to determine if a cluster is attached
  • Fix for missing task metrics with dockerized applications (#1114)
  • Add a command to mark an agent as gone
  • Accept an URL argument to dcos auth list-providers
  • add support for dcos-log v2 (#1105)

FIXES:

  • Ignore DCOS_CLUSTER_NAME env var
  • Improved error message when 'dcos service log' does not find a service.
  • Properly query for DC/OS version on Windows
  • Updated description of ssl_verify.
  • Change confirmation prompt when uninstalling CLI only
  • Make concurrent requests when listing clusters
  • Don't error out in case no cluster is listed
  • add ssh user and proxy settings to toml (#1095) (#1113)
  • Add missing case to cosmos error handling (#1118)
  • Never print a comment in dcos config show [name]
  • Don't overwrite an explicitly set verify option
  • Remove verbose failure for the deprecated --app-id

TESTING:

  • Increase timeout for integration tests
  • Update DC/OS installer credentials to use 1.11
  • Only show the 10 slowest tests on CI
  • Add the CI license on integration tests
  • Wait for 180 seconds when installing a package in tests
  • Add a timeout when running install command in tests
  • Display integration test durations
  • Introduce a dcos_tempdir test helper
  • Skip show_bad_app_version Marathon test (#1122)
  • Use helloworld instead of marathon in a test
  • Use https when adding 1.7 universe in tests
  • Wait for DNS records to be propagated in package tests
  • Remove reliance on dcos.snakeoil.mesosphere.com in tests
  • Move integration test helpers to dcoscli
  • Wait for marathon to go down after deleting the leader

BINARIES: