Skip to content

Releases: dcos/dcos-cli

Version 0.1.11

21 Jul 00:03
Compare
Choose a tag to compare

Change Log

  • BUG: Accept no_proxy environment variable
  • BUG: Don't crash if the config.json schema not correctly formatted
  • BUG: Better exception catching for "No JSON object could be decoded" error

Version 0.1.10

17 Jul 16:05
Compare
Choose a tag to compare

Change Log

  • FEATURE: Add support for retrieving DCOS Service logs
  • FEATURE: Update marathon-group-schema.json
  • FEATURE: Add support for SSHing into the DCOS nodes
  • FEATURE: Allow scaling of Marathon groups
  • FEATURE: Better messaging when no package are found
  • FEATURE: dcos marathon app add supports URLs
  • FEATURE: Give notice if no packages are found
  • FEATURE: Improve messaging when listing deployment app that doesn't exist
  • FEATURE: Add support for getting DCOS node logs
  • FEATURE: Better URL validation for configuration values
  • FEATURE: Add proxy support
  • FEATURE: Clear screen and print timestamp when watching deployments
  • FEATURE: Better app status info in "dcos marathon app list"
  • BUG: Better handling of path with whitespaces during install
  • BUG: Fix creating dcos cache in ~/ directory
  • BUG: Remove setting of dcos path during install
  • BUG: CLI doesn't crash for invalid json commands
  • BUG: Print better message for the powershell script
  • BUG: The DCOS CLI doesn't flush the continue question when installing package
  • BUG: Error 'NoneType' object has no attribute 'url'

Version 0.1.9

01 Jul 23:18
Compare
Choose a tag to compare

Change Log

  • FEATURE: Add "dcos node"
  • FEATURE: Add "dcos task log"
  • FEATURE: Report new commands added after a package install
  • FEATURE: Download AppDefinition schema from Marathon
  • FEATURE: Add host field to "dcos task"
  • FEATURE: Add support for updating Marathon's group definition
  • FEATURE: Add support for running integration test on Windows
  • FEATURE: Improve "dcos package list" output when it lacks an application or command
  • FEATURE: Better error reporting when failing to open files
  • FEATURE: Improve error message when uninstall fails
  • FEATURE: Better error message when uninstalling a package with multiple app installation
  • FEATURE: Nice message when changing config
  • FEATURE: Better error reporting when missing config values
  • BUG: Fix jsonschema for Marathon group dependencies
  • BUG: Upgrade virtualenv dependency to allow git based commands
  • BUG: Ping down jsonschema version

Version 0.1.8

04 Jun 20:35
Compare
Choose a tag to compare
  • BUG: Gracefully handle a missing file when the user specifies --options=
  • BUG: Fixed a bug where we only listed one app in dcos package list, even when the package defined multiple apps
  • BUG: Fixed a bug where we didn't support packages that didn't define a marathon.json
  • FEATURE: New dcos service command, which lists dcos services
  • FEATURE: New dcos service shutdown command, which shuts down a DCOS service
  • FEATURE: Updated many commands to print text tables rather than JSON. JSON is still printable via the --json flag.
  • FEATURE: Support semantic versioning of remote package repos.
  • OTHER: Renamed dcos tasks to dcos task
  • OTHER: Made install and auth messages more clear

Version 0.1.7

28 May 14:54
Compare
Choose a tag to compare
  • Add support for DCOS Rerverse proxy in dcos tasks
  • Change tests to work with DCOS
  • Add support for pre-install and pre-install confirmation
  • Update AppDefinition JSON Schema

Version 0.1.6

22 May 17:29
Compare
Choose a tag to compare
  • Added support for core.dcos_url in dcos tasks
  • Fixed typo in the usage for dcos package

Version 0.1.5

19 May 22:18
Compare
Choose a tag to compare

Change Log:

  • Fix tests associated with mesos-dns
  • Rename the dcos_uri config value to dcos_url
  • Changed "dcos tasks --inactive" to "dcos tasks --completed"
  • Add dcos tasks subcommand
  • Add better Python architecture check
  • Add group support
  • Update script to work for 64 bit versions of Windows. Add check for correct Python versions.
  • Add support for routing request to reverse proxy
  • Fixed stderr capture
  • Update README
  • Add install scripts to repo

Version 0.1.4

13 May 16:45
Compare
Choose a tag to compare

Change Log:

  • only identify a non-anonymous user
  • Add debugging information to the integration test script.
  • verify that Marathon 0.8.0 or later is installed
  • Fix the TC by pinning the tox version

Version 0.1.3

08 May 18:05
Compare
Choose a tag to compare

Change Log

  1. refresh_token
  2. dcos-1359 don't crash if marathon isn't configured
  3. Add post install notes
  4. Add teamcity integration for the tests
  5. dcos-331 add dcos marathon --status to give info about marathon
  6. dcos-774 Add framework name to the package label
  7. exceptions
  8. Update setup.py categories