Skip to content

Commit 9975aa4

Browse files
committed
Staging 0.0.17 release to develop
1 parent 58b5647 commit 9975aa4

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
CHANGELOG
33
=========
44

5+
0.0.17
6+
======
7+
* updates:``ami``: Pulled latest CentOS errata. Now CentOS 6.6.
8+
* updates:``ami``: Updated SGE to 8.1.6
9+
* updates:``ami``: Updates openlava to latest pull from GitHub
10+
* bugfix:``ami``: Fixed handling of HTTP(S) proxies
11+
* feature:``ami``: Moved sqswatcher and nodewatcher into Python package cfncluster-node
12+
513
0.0.16
614
======
715
* feature:``cfncluster``: Support for GovCloud region

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ everything is done using CloudFormation or resources within AWS.
88

99
### Installation
1010

11-
The current working version is cfncluster-0.0.16. The CLI is written in python and uses BOTO for AWS actions. You can install the CLI with the following command:
11+
The current working version is cfncluster-0.0.17. The CLI is written in python and uses BOTO for AWS actions. You can install the CLI with the following command:
1212

1313
#### Linux/OSX
1414

cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def read(fname):
2020
return open(os.path.join(os.path.dirname(__file__), fname)).read()
2121

2222
console_scripts = ['cfncluster = cfncluster.cli:main']
23-
version = "0.0.99"
23+
version = "0.0.17"
2424
requires = ['boto>=2.34']
2525

2626
if sys.version_info[:2] == (2, 6):

0 commit comments

Comments
 (0)