Skip to content

Releases: aws-cloudformation/cfn-lint

Release v0.87.3

17 May 15:05
368fbee
Compare
Choose a tag to compare
CloudFormation Specifications
  • Update CloudFormation specs to 174.0.0 (pull #3229)
Fixes
  • In Graph make sure is_resource id is string (pull #3252)
  • Update language extension transform to enumerate FindInMap when can't be resolved (pull #3246)
  • Add AWS::IAM::ManagedPolicy.PolicyArn to AWS::IAM::ManagedPolicy.Arn (pull #3230)

Release v1.2.5a9

14 May 17:15
31a7144
Compare
Choose a tag to compare
Release v1.2.5a9 Pre-release
Pre-release

What's Changed

Full Changelog: v1.2.5.a8...v1.2.5.a9

Release v0.87.2

09 May 22:08
dda5595
Compare
Choose a tag to compare
CloudFormation Specifications
  • Update CloudFormation specs to 173.0.0 (pull #3215)
Fixes
  • Ignore_bad_template and E0000 based ignore checks (pull #3226)
  • Update rule E3002 to validate GetAtts are to a list when being used for a list (pull #3224)

Release v1.2.5.a8

10 May 16:27
d15139c
Compare
Choose a tag to compare
Release v1.2.5.a8 Pre-release
Pre-release

What's Changed

Full Changelog: v1.2.5.a7...v1.2.5.a8

Release v0.87.1

03 May 16:00
10b6a8b
Compare
Choose a tag to compare
CloudFormation Specifications
  • Update CloudFormation specs to 172.0.0 (pull #3181)
Fixes
  • Continue to walk the FindInMap components in transform (pull #3203)
  • Fix an issue with refs in registry schemas (pull #3189)
  • Add AWS::Kinesis::Stream to be a stateful resource (pull #3188)

Release v0.87.0

30 Apr 17:44
72bbf3d
Compare
Choose a tag to compare
CloudFormation Specifications
  • Update CloudFormation specs to 171.0.0 (pull #3160)
Fixes
  • When using a list param in foreach pass back select statements when no allowed value (pull #3176)
  • Fix an issue with graphs and pydot and not quoting attrs (pull #3177)
  • Update I3013 as read replicas don't need backup period (pull #3171)
  • Change filenames to be OS specific paths (pull #3170)
  • Update E8001 to validate null Condition section (pull #3169)

Release v1.2.5.a7

24 Apr 18:28
e3f60b9
Compare
Choose a tag to compare
Release v1.2.5.a7 Pre-release
Pre-release

What's Changed

  • Update CloudFormation schemas to 2024-04-24 by @kddejong in (pull #3159)
  • Fix config of regions in TemplateRunner by @kddejong in (pull #3164)

Full Changelog: v1.2.5.a6...v1.2.5.a7

Release v0.86.4

22 Apr 16:40
d49a967
Compare
Choose a tag to compare
CloudFormation Specifications
  • Update CloudFormation specs to 170.0.0 (pull #3149)
Fixes
  • Only pick up .json files when using registry shcemas (pull #3150)
  • Update IAM policy validation to not allow Action and NotAction (pull #3145)
  • Update IAM policy validation to not allow Principal and NotPrincipal (pull #3145)
  • Update IAM policy validation to not allow Resource and NotResource (pull #3145)

Release v1.2.5.a6

16 Apr 16:02
4fc2443
Compare
Choose a tag to compare
Release v1.2.5.a6 Pre-release
Pre-release

What's Changed

  • Add a bunch of DynamoDB rules and schema changes by @kddejong in (pull #3133)
  • Don't support resources in a FindInMap by @kddejong (pull #3120)
  • Create rules W3689 and W3688 to do validation of AWS::RDS::DBCluster by @kddejong (pull #3118)
  • Create rules E3660 to do validation of Rest API configuration with OpenAPI by @kddejong (pull #3117)
  • Update specs to 2024/04/15 (pull #3146)

Full Changelog: v1.2.5.a5...v1.2.5.a6

Release v0.86.3

15 Apr 17:05
62c4ad8
Compare
Choose a tag to compare
CloudFormation Specifications
  • Update CloudFormation specs to 169.0.0 (pull #3135)
  • Support db2-ae and db2-se RDS engines for AWS::RDS::DBInstance.Engine (pull #3139)
Fixes
  • Safely get readOnlyProperties (pull #3141)