Skip to content

Commit

Permalink
1.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sschneid committed Dec 13, 2016
1 parent 8fd8041 commit 57138c1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 1.1.11 (2016-12-13)

Features:

- test timeouts as defined by `--timeout` (or `timeout` in
`.shakedown` config) or `@pytest.mark.timeout(n)` for
individual tests

Fixes:

- exit code is now returned for `run_dcos_command` calls
- fallbaack to `ssh-agent` if `.ssh/id_rsa` key fails
- `wait` predicate fixed from `1.1.9`
- use `service_name` rather than former ambiguous `app_id`

## 1.1.10 (2016-11-08)

Fixes:
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.10',
version='1.1.11',
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.10'
VERSION='1.1.11'

0 comments on commit 57138c1

Please sign in to comment.