Skip to content

Commit d733a0e

Browse files
kddejongChuck Meyer
authored and
Chuck Meyer
committed
Release v0.3.3 (#190)
* Release v0.3.3
1 parent e06de44 commit d733a0e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@
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.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+
1224
### 0.3.2
1325
###### Features
1426
- Try/Catch added to rule processing so code failures in rules won't crash cfn-lint

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.2'
18+
__version__ = '0.3.3'

0 commit comments

Comments
 (0)