Skip to content

Commit 78767f4

Browse files
committed
Updates for 0.0.18
1 parent 50526ea commit 78767f4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.rst

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

5+
0.0.18
6+
======
7+
* updates:``ami``: Custom CentOS 6 kernel repo added, support for >32 vCPUs
8+
* feature:``ami``: Chef 11.x client + berkshelf
9+
* feature:``cfncluster``: Support for S3 based pre/post install scripts
10+
* feature:``cfncluster``: Support for EBS shared directory variable
11+
* feature:``cfncluster``: Support for C4 instances
12+
* feature:``cfncluster``: Support for additional VPC security group
13+
* updates:``ami``: Pulled latest NVIDIA driver 340.65
14+
* feature:``cli``: Added support for version command
15+
516
0.0.17
617
======
718
* updates:``ami``: Pulled latest CentOS errata. Now CentOS 6.6.

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.17"
23+
version = "0.0.18"
2424
requires = ['boto>=2.34']
2525

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

0 commit comments

Comments
 (0)