Skip to content

Commit 76a736d

Browse files
authored
Merge pull request #168 from dcos/ken/cli-bump-054
switched to cli 0.5.4 and bumped to shakedown 1.4.6
2 parents 3ce1232 + b52ec76 commit 76a736d

4 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.4.6 (2017-08-23)
2+
3+
Features:
4+
5+
- bumped `dcoscli` version to `0.5.4`
6+
- better attach error handling
7+
- move from pip to pip3
8+
19
## 1.4.5 (2017-07-13)
210

311
Features:
@@ -74,7 +82,7 @@ Features:
7482

7583
- `wait_for` waits for service endpoints to be debounced
7684
successfully in a specified number of masters in multi-master
77-
setups
85+
setups
7886
- new PyTest decorators methods for determining Shakedown versions
7987
- `shakedown_canonical_version()`
8088
- `shakedown_version_less_than()`

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
click
2-
dcoscli==0.5.3
2+
dcoscli==0.5.4
33
paramiko
44
pytest
55
pytest-timeout

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
setup(name='dcos-shakedown',
5-
version='1.4.5',
5+
version='1.4.6',
66
description=u"DC/OS testing harness and library",
77
long_description=u"A tool and library to abstract common DC/OS-related tasks.",
88
classifiers=[],
@@ -16,7 +16,7 @@
1616
zip_safe=False,
1717
install_requires=[
1818
'click',
19-
'dcoscli==0.5.3',
19+
'dcoscli==0.5.4',
2020
'paramiko',
2121
'pytest',
2222
'pytest-timeout',

shakedown/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
from shakedown.dcos.agent import *
1818
from shakedown.dcos.master import *
1919

20-
VERSION='1.4.5'
20+
VERSION='1.4.6'

0 commit comments

Comments
 (0)