Version 0.1.7
Summary
This released is focused on adding more rules from the initial list of rules, with support for SNS and SQS redrive policies, Lambda EOL runtimes, and slowly bringing parity between cfn-lint and tflint.
There are also some documentation improvement, such as a FAQ, how to ignore rules, and using the tflint ruleset within CI tools.
Changes
📐 New Rules
- feat: add API Gateway structured logging rule for tflint (#46) by @nmoutschen
- feat: lambda EOL runtime rule (#43) by @nmoutschen
- feat: SNS redrive policy rule (#39) by @nmoutschen
- feat: SQS No Redrive Policy (#38) by @nmoutschen
- feat(tflint): rule for EventBridge Rule No DLQ (#37) by @nmoutschen
📚 Documentation Updates
- docs: add CI integration for tflint (#45) by @nmoutschen
- docs: add FAQ (#44) by @nmoutschen
- docs: grammatical improvements (#36) by @nmoutschen
- docs: add section on ignoring rules (#35) by @nmoutschen
🧰 Maintenance
- chore: remove documentation tag on cfn-lint/tflint changes (#40) by @nmoutschen