File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 9
9
- Test Ref resources to IAM Roles have good assume role documents. Example: Lambda Function Ref refers to an IAM Role that can be assume by Lambda.
10
10
- More Warnings around hard coded values (Regions, AccountIds) to help with the practice of reusability
11
11
12
+ ### 0.3.5
13
+ ###### Features
14
+ - Update CloudFormation Specs to July 12th, 2018
15
+ - Rule E7012 added to check the limits of attributes in a Mapping
16
+ - Rule E2012 added to check maximum size of a parameter value
17
+ - Rule E1003 added to check the maximum length of the template Description
18
+ - Guide created to help new users write new rules
19
+ ###### Fixes
20
+ - Catch KeyError when trying to discover the line and column number of an error
21
+ - Update Lambda rules to support dotnet core
22
+ - Fix rule E1017 so we unpack first element of select as a dict
23
+ - Fix rule E1024 to support ImportValue and appropriately checking number for the last element
24
+
12
25
### 0.3.3
13
26
###### Features
14
27
- Support for Yaml C Parser when available.
Original file line number Diff line number Diff line change 15
15
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
16
16
"""
17
17
18
- __version__ = '0.3.3 '
18
+ __version__ = '0.3.5 '
You can’t perform that action at this time.
0 commit comments