File tree 2 files changed +13
-1
lines changed
2 files changed +13
-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.3
13
+ ###### Features
14
+ - Support for Yaml C Parser when available.
15
+ - Catch rule processing errors and raise a lint error in their place.
16
+ - Add rules for the limit on Parameter, Mapping, Resource and Output names
17
+ - Add Rule W3005 to warn for when DependsOn is specified but not needed
18
+ - Add Rule E2509 to check if Security Group Descriptions are properly configured
19
+ - Add ` source_url ` to rules so rule reference documentation can be provided
20
+ ###### Fixes
21
+ - Fixed issues when Conditions had lists for values
22
+ - Fixed issue where underscore was allowed for AlphaNumeric names
23
+
12
24
### 0.3.2
13
25
###### Features
14
26
- Try/Catch added to rule processing so code failures in rules won't crash cfn-lint
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.2 '
18
+ __version__ = '0.3.3 '
You can’t perform that action at this time.
0 commit comments