Skip to content

Version 0.5.6

Compare
Choose a tag to compare
@klueska klueska released this 02 Nov 09:52
· 6 commits to 0.5.x since this release

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

FEATURES:

  • Update --all description in dcos uninstall help
  • Add a deprecation warning when using DCOS_CONFIG
  • Fallback to global config if no cluster is attached
  • [http] always use a timeout by default
  • Throw an exception if user doesn't confirm cert fingerprint
  • Added --all flag to cluster remove (#1015)
  • Marathon: change id to task id to be clear and reversing order to list to most recent first
  • Marathon: ability to list ids only, list last id, failure only
  • Marathon: making --show-failures deprecated and adding a test for that
  • Added ability to ping marathon and to delete the leader (#974)
  • Show fault domain in node and task subcommand output (#1068)
  • Warn if DCOS_URL is set during "dcos cluster setup"
  • Don't use custom CA if HTTPS works out of the box
  • Marathon list ID only Mode (#1080)
  • Change subcommand to use custom http module instead of requests module to handle auth

FIXES:

  • Fix url for installation instructions link
  • Use a consistent case for http headers
  • Remove the hardcoded 1 second timeout for some HTTP calls
  • Catch other exceptions than SSLError in _needs_cluster_cert
  • Fix Marathon Debug Test (#1078)
  • Ignore outputs while opening a browser window
  • Ignore DCOS_URL during cluster setup command
  • Revert "config set core.dcos_url" to its old behaviour
  • make package --all and --app-id options mutually exclusive

TESTING:

  • CI: Run syntax / unit tests of the dcos package
  • Freeze flake8 to 3.5.0
  • Clean-up after mac integration tests
  • Add integration tests for the config migration
  • Updated README with updates for changes to CI setup.
  • Use pytest.raises instead of try / except / assert

BINARIES: