Skip to content

Commit e6bf942

Browse files
author
Chuck Meyer
authored
Merge pull request #208 from kddejong/Release/v0.3.5
Release v0.3.5
2 parents 4a4445f + d0b0fef commit e6bf942

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@
99
- 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.
1010
- More Warnings around hard coded values (Regions, AccountIds) to help with the practice of reusability
1111

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+
1225
### 0.3.3
1326
###### Features
1427
- Support for Yaml C Parser when available.

src/cfnlint/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1616
"""
1717

18-
__version__ = '0.3.3'
18+
__version__ = '0.3.5'

0 commit comments

Comments
 (0)