Skip to content

Releases: dcos/shakedown

1.5.0

13 Mar 16:55
Compare
Choose a tag to compare

1.5.0 (2018-03-13)

Fixes:

  • improved SSH session-handling

1.4.12

20 Dec 21:00
Compare
Choose a tag to compare

1.4.12 (2017-12-20)

Features:

  • support for DC/OS 1.11 (@dcos_1_11 PyTest marker)

Fixes:

  • don't flake if a connection error occurs during an install

1.4.11

08 Dec 17:00
Compare
Choose a tag to compare

1.4.11 (2017-12-08)

Features:

  • new function to retrieve available versions of packages
    • get_package_versions()
  • bumped dcoscli version to 0.5.7

Fixes:

  • handle skip state when printing output

1.4.10

06 Dec 17:58
Compare
Choose a tag to compare

1.4.10 (2017-12-06)

Features:

  • new leader-based run functions
    • run_command_on_leader()
    • run_command_on_marathon_leader()
  • log the resulting package version when installing from latest

1.4.9

18 Oct 16:50
Compare
Choose a tag to compare

1.4.9 (2017-10-18)

Features:

  • added API functions to query for Docker version
    • docker_version()
    • docker_client_version()
    • docker_server_version()
  • added classifiers to the setup to specify the programming langauge to
    be used with pipenv

Fixes:

  • removed staticly-set assertions in test_get_reserved_resources()

1.4.8

14 Sep 18:36
Compare
Choose a tag to compare

1.4.8 (2017-09-14)

Features:

  • all CLI options now have the option to be specified as environmental
    variables, eg. SHAKEDOWN_DCOS_URL, SHAKDOWN_USER, etc.

Fixes:

  • CLI subcommand (non-app) packages now treated the same as app/service
    packages
    • install_package() and uninstall_package() won't throw exceptions
    • package_installed() returns True for non-app packages

1.4.7

01 Sep 15:54
Compare
Choose a tag to compare

1.4.7 (2017-09-01)

Features:

  • bumped dcoscli version to 0.5.5

1.4.6

23 Aug 15:18
Compare
Choose a tag to compare

1.4.6 (2017-08-23)

Features:

  • bumped dcoscli version to 0.5.4
  • better attach error handling
  • move from pip to pip3

1.4.5

13 Jul 23:20
Compare
Choose a tag to compare

1.4.5 (2017-07-13)

Features:

  • bumped dcoscli version to 0.5.3

1.4.4

19 Jun 21:59
Compare
Choose a tag to compare

1.4.4 (2017-06-19)

Fixes:

  • use timeout_sec in install_package()
  • return service name in _get_service_name()
  • wait_for() should use >=, not >