File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed
Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 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 ]
Original file line number Diff line number Diff line change 11import os
22from setuptools import setup , find_packages
33
4- VERSION = "1.0.4 "
4+ VERSION = "1.1.0 "
55
66src_dir = os .path .dirname (__file__ )
77
Original file line number Diff line number Diff line change 1- __version__ = "1.0.4 "
1+ __version__ = "1.1.0 "
You can’t perform that action at this time.
0 commit comments