Skip to content

Releases: aws-cloudformation/cfn-lint

Release v0.86.2

05 Apr 16:01
d9454f5
Compare
Choose a tag to compare
CloudFormation Specifications
  • Update CloudFormation specs to 168.0.0 (pull #3127)
  • Remove AWS::RDS::DBCluster from exclusive checks (pull #3119)
Fixes
  • When doing a transform pass back FindInMap when resolution failure (pull #3131)
  • Update deprecated Lambda runtimes (pull #3113)

Release v0.86.1

20 Mar 21:15
7170ee1
Compare
Choose a tag to compare
CloudFormation Specifications
  • Update CloudFormation specs to 165.0.0 (pull #3092)
Fixes
  • RDS DB Cluster remove MasterUserPassword from exclusion with MasterUsername (pull #3106)
  • fix an issue when searching for Ref in tojsonstring (pull #3107)

Release v1.2.5.a5

14 Mar 21:24
76f7197
Compare
Choose a tag to compare
Release v1.2.5.a5 Pre-release
Pre-release

What's Changed

Full Changelog: v1.2.5.a4...v1.2.5.a5

Release v1.2.5.a4

12 Mar 21:34
c98e167
Compare
Choose a tag to compare
Release v1.2.5.a4 Pre-release
Pre-release

What's Changed

  • New rules for RDS DBCluster E3692,E3694,E3694 by @kddejong in (pull #3094)
  • New rule E3689 to validate DBCluster monitoring config by @kddejong in (pull #3089)
  • New rule W4005 to validate cfn-lint config in metadata @kddejong in (pull #3088)
  • Update specs to 2024/03/11 (pull #3094)

Full Changelog: v1.2.5.a3...v1.2.5.a4

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)