Skip to content

Releases: aws-cloudformation/cfn-lint

Release v1.3.7

26 Jun 17:43
3b782cb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.6...v1.3.7

Release v1.3.6

26 Jun 11:55
36d79c6
Compare
Choose a tag to compare

v1.3.6

What's Changed

  • Remove falsy issues with FindInMap resolution by @kddejong in #3410
  • Remove resolution errors when default value Ref AWS::NoValue and bad mappings in FindInMap by @kddejong in #3410
  • Patch AWS::ImageBuilder::ContainerRecipe.InstanceConfiguration by @kddejong in #3413

Full Changelog: v1.3.5...v1.3.6

Release v1.3.5

26 Jun 00:58
df99e5b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.4...v1.3.5

Release v1.3.4

24 Jun 21:21
5d5e6c8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.3...v1.3.4

Release v0.87.8

24 Jun 20:12
531833b
Compare
Choose a tag to compare
CloudFormation Specifications
  • Update CloudFormation specs to 179.0.0 (pull #3308)
Fixes
  • Update rules to better handle null/None values for Outputs (pull #3302)

Release v1.3.3

21 Jun 17:25
c5cb3db
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.3.3

Release v1.3.2

20 Jun 22:57
6f46af4
Compare
Choose a tag to compare

What's Changed

  • Switch max condition logic to attemptes over returned by @kddejong in #3359
  • Update maintenance job to get data from boto by @kddejong in #3361
  • Update md5 creation to work better on FIPS compliant OSes by @kddejong in #3362
  • Add in awslogs-create-group to ECS task logging by @kddejong in #3363

Full Changelog: v1.3.1...v1.3.2

Release v1.3.1

20 Jun 20:34
0a218f3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

Release v1.3.0

19 Jun 16:04
23ee527
Compare
Choose a tag to compare

What's Changed

  • Allow IAM principal to be str or a list by @kddejong in #3306
  • Update CloudFormation schemas to 2024-06-18 by @github-actions in #3309
  • Array of strings are allowed as output value types by @kddejong in #3312

Full Changelog: v1.2.5.a11...v1.3.0

Release v1.2.5a11

17 Jun 16:58
9284326
Compare
Choose a tag to compare
Release v1.2.5a11 Pre-release
Pre-release

What's Changed

  • Update CloudFormation schemas to 2024-06-17 by @kddejong in #3299
  • Cleanup rule pytest logic to make life easier by @kddejong in #3285
  • Cleanup cfn_path generation by @kddejong in #3287
  • Add error catching to better handle rule issues by @kddejong in #3289
  • Fix an issue with SSM params for ForEach by @kddejong in #3294
  • V1 - more typing and cleanup by @kddejong in #3296
  • Update resolver logic to see if parameter will result in applied conditions still being valid by @kddejong in #3303
  • Update rule W2531 to validate when the specified runtime is deprecated by @kddejong in #3304
  • Update rule E2531 to validate when you can no longer create a lambda function with the specified runtime by @kddejong in #3304
  • Create rule E2533 to validate when you can no longer update a lambda function with the specified runtime by @kddejong in #3304

Full Changelog: v1.2.5.a10...v1.2.5.a11