Skip to content

Releases: aws-cloudformation/cfn-lint

Release v0.86.0

04 Mar 18:44
22412ab
Compare
Choose a tag to compare
Feature
  • Disable and configure certain rules when template is from CDK (pull #2971)
CloudFormation Specifications
  • Update CloudFormation specs to 163.0.0 (pull #3076)

Release v1.2.5.a3

29 Feb 18:12
2e7ddb7
Compare
Choose a tag to compare
Release v1.2.5.a3 Pre-release
Pre-release

What's Changed

  • Increased validation of dynamic references by @kddejong in (pull #3064)
  • Increased GetAtt and Sub typing support by @kddejong in (pull #3075)
  • Add requiredXor for CloudFront distribution cache behavior by @kddejong in (pull #3078)
  • Update specs to 2024/02/28 (pull #3081)

Full Changelog: v1.2.5.a2...v1.2.5.a3

Release v0.85.3

27 Feb 17:05
aa31e90
Compare
Choose a tag to compare
CloudFormation Specifications
  • Update CloudFormation specs to 162.0.0 (pull #3069)
Fixes
  • Raise error if any key in a mapping is null (pull #3073)
  • Add getatt support for registry schemas (pull #3061)
  • Set Application location when its a string in SAM transform (pull #3060)

Release v1.2.5.a2

19 Feb 20:22
3f1e3f0
Compare
Choose a tag to compare
Release v1.2.5.a2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.2.5.a1...v1.2.5.a2

Release v0.85.2

16 Feb 16:10
7cabf20
Compare
Choose a tag to compare
CloudFormation Specifications
  • Update CloudFormation specs to 160.0.0 (pull #3054)

Release v0.85.1

08 Feb 22:12
0eb354e
Compare
Choose a tag to compare
CloudFormation Specifications
  • Update CloudFormation specs to 158.0.0 (pull #3039)
Fixes
  • Fix an issue with using SAM and a GetAtt (pull #3042)

Release v1.2.5.a1

07 Feb 21:42
895a6f2
Compare
Choose a tag to compare
Release v1.2.5.a1 Pre-release
Pre-release

v1.2.5a1

Features
  • Fix an issue when determining if it is supposed to be nested json @kddejong (pull #3050)
  • Fix an issue where Resource Type validation was happening twice @kddejong (pull #3050)

Full Changelog: v1.2.4.a1...v1.2.5.a1

v1.2.4.a1

07 Feb 19:29
027efe9
Compare
Choose a tag to compare
v1.2.4.a1 Pre-release
Pre-release
Features
  • Switch from awsType to cfnLint @kddejong
  • Update rule to W3037 for json schema based validation @kddejong
  • Update rule E3025 to validate RDS instance class by license @kddejong
  • Remove need for sub_node

Full Changelog: v1.2.3.a1...v1.2.4.a1

Release v0.85.0

26 Jan 17:25
94a7f4b
Compare
Choose a tag to compare
Feature
  • Update rule E3027 to validate rate periods (pull #3017)
  • Add support new language extension foreach capabilities &{parameter} (pull #3033)
  • Passthrough metadata into SAM translator (pull #3030)
  • Switch to using path and resource names for directives (pull #3035)
CloudFormation Specifications
  • Update CloudFormation specs to 156.0.0 (pull #3029)

Release v1.2.3.a1

23 Jan 20:01
Compare
Choose a tag to compare
Release v1.2.3.a1 Pre-release
Pre-release
Features
  • Add rule E3019 to validate primaryIdentifiers are unique (pull #3023)
  • Add rule E3687 to validate ToPort and FromPort (pull #E3026)
  • Add rule W3687 to validate ToPort and FromPort (pull #E3026)
  • Add rule E3688 to validate both ToPort,FromPort are -1 (pull #E3026)
  • Add rule E3021 for validate tagging values (pull #3031)
CloudFormation Specifications
  • Update ResourcePath pattern to check for starting / (pull #3019)
Fixes
  • Handle refs in REF type checks (pull #3024)
  • Ignore_checks was being ignored when the rule was a parent (pull #3032)
  • Additional GetAtt support for non registry resources (pull #3027)