File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
## Upcoming release
2
- - Fixing AMI lookup Key error on 'Name'
3
2
3
+ ## 1.7.1 (2020-08-17)
4
+ - Fixing AMI lookup Key error on 'Name'
5
+ - hooks: lambda: allow uploading pre-built payloads [ GH- #564 ]
4
6
- Ensure that base64 lookup codec encodes the bytes object as a string [ GH-742 ]
5
7
- Use CloudFormation Change Sets for ` stacker diff `
8
+ - Locked stacks still have requirements [ GH-746 ]
9
+ - change diff to use CFN change sets instead of comparing template dicts [ GH-744 ]
10
+ - Add YAML environment file support [ GH-740 ]
11
+ - fix ` stack.set_outputs ` not being called by diff if stack did not change [ GH-754 ]
12
+ - Fix python 2.7/3.5 dependency issue
13
+ - add cf notification arns [ GH-756 ]
6
14
7
15
## 1.7.0 (2019-04-07)
8
16
Original file line number Diff line number Diff line change 1
1
import os
2
2
from setuptools import setup , find_packages
3
3
4
- VERSION = "1.7.0 "
4
+ VERSION = "1.7.1 "
5
5
6
6
src_dir = os .path .dirname (__file__ )
7
7
Original file line number Diff line number Diff line change 2
2
from __future__ import division
3
3
from __future__ import absolute_import
4
4
5
- __version__ = "1.7.0 "
5
+ __version__ = "1.7.1 "
You can’t perform that action at this time.
0 commit comments