Skip to content

Commit 8ab76a9

Browse files
committed
Release 1.1.0
1 parent 79726a1 commit 8ab76a9

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## 1.1.0 (2017-10-08)
2+
3+
- `--max-zones` removed from CLI [GH-427]
4+
- Ami lookup: add region specification [GH-433]
5+
- DynamoDB Lookup [GH-434]
6+
- Environment file is optional now [GH-436]
7+
- New functional test suite [GH-439]
8+
- Structure config object using Schematics [GH-443]
9+
- S3 endpoint fallback [GH-445]
10+
- Stack specific tags [GH-450]
11+
- Allow disabling of stacker bucket (direct CF updates) [GH-451]
12+
- Uniform deprecation warnings [GH-452]
13+
- Remote configuration support [GH-458]
14+
- TroposphereType updates [GH-462]
15+
- Fix replacements-only issue [GH-464]
16+
- testutil enhancments to blueprint testing [GH-467]
17+
- Removal of Interactive Provider (now combined w/ default provider) [GH-469]
18+
- protected stacks [GH-472]
19+
- MUCH Better handling of stack rollbacks & recreations [GH-473]
20+
- follow\_symlinks argument for aws lambda hook [GH-474]
21+
- Enable service\_role for cloudformation operations [GH-476]
22+
- Allow setting stack description from config [GH-477]
23+
- Move S3 templates into sub-directories [GH-478]
24+
125
## 1.0.4 (2017-07-07)
226

327
- Fix issue w/ tail being required (but not existing) on diff/info/etc [GH-429]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
from setuptools import setup, find_packages
33

4-
VERSION = "1.0.4"
4+
VERSION = "1.1.0"
55

66
src_dir = os.path.dirname(__file__)
77

stacker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.4"
1+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)