Skip to content

Commit

Permalink
1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sschneid committed Nov 8, 2016
1 parent e9577b9 commit 532d667
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 1.1.9 (2016-11-08)

Features:

- 'wait' functions and predicates, including `wait_for_task`,
`wait_for_task_property`, `wait_for_dns`, and `deployment_wait`
- new marathon methods for `deployment_wait`, `delete_all_apps`,
and `delete_all_apps_wait`
- support for passing a dict object containing JSON options to
`install_package` methods
- bumped `dcosdcli` version to `0.4.14`

Fixes:

- pep8-compliance

## 1.1.8 (2016-11-01)

Features:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


setup(name='dcos-shakedown',
version='1.1.8',
version='1.1.9',
description=u"DC/OS testing harness and library",
long_description=u"A tool and library to abstract common DC/OS-related tasks.",
classifiers=[],
Expand Down
2 changes: 1 addition & 1 deletion shakedown/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
from shakedown.dcos.agent import *
from shakedown.dcos.master import *

VERSION='1.1.8'
VERSION='1.1.9'

0 comments on commit 532d667

Please sign in to comment.