Releases: dcos/shakedown
Releases · dcos/shakedown
1.5.0
1.5.0 (2018-03-13)
Fixes:
- improved SSH session-handling
1.4.12
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
1.4.11 (2017-12-08)
Features:
- new function to retrieve available versions of packages
- bumped
dcoscli
version to 0.5.7
Fixes:
- handle
skip
state when printing output
1.4.10
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
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
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
1.4.7 (2017-09-01)
Features:
- bumped
dcoscli
version to 0.5.5
1.4.6
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
1.4.5 (2017-07-13)
Features:
- bumped
dcoscli
version to 0.5.3
1.4.4
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 >