Releases: aws-cloudformation/cfn-lint
Releases · aws-cloudformation/cfn-lint
Release v1.8.0
Release v1.7.2
What's Changed
Full Changelog: v1.7.1...v1.7.2
Release v1.7.1
What's Changed
Full Changelog: v1.7.0...v1.7.1
Release v1.7.0
What's Changed
- Don't validate W2001 when using Transform by @kddejong in #3501
- Fix an issue with endless loops in Fn::Sub by @kddejong in #3503
- Move rule to E2532 to E3601 by @kddejong in #3502
- Add start to SSM json schemas by @kddejong in #3471
- Add two new rules to validate fargate tasks by @kddejong in #3464
- Update CloudFormation schemas to 2024-07-15 by @github-actions in #3494
- Convert resolver errors to warnings by @kddejong in #3493
Full Changelog: v1.6.1...v1.7.0
Release v1.6.1
What's Changed
- SAM transform replace AutoPublishCodeSha256 by @kddejong in #3497
- Change return type of conditions
build_scenerios_on_region
to be alist[bool]
by @kddejong in #3498
Full Changelog: v1.6.0...v1.6.1
Release v1.6.0
What's Changed
- Update CloudFormation schemas to 2024-07-11 by @github-actions in #3484
- Return all errors from resolution by @kddejong in #3489
- Disable W1020 when using SAM by @kddejong in #3491
- Use region when looking for a resolver being satisfied by @kddejong in #3490
Full Changelog: v1.5.3...v1.6.0
Release v1.5.3
What's Changed
- Load registry schemas before implementing patching by @kddejong in #3486
- Force resolve validation to not use strict types by @kddejong in #3488
Full Changelog: v1.5.2...v1.5.3
Release v1.5.2
What's Changed
- Update CloudFormation schemas to 2024-07-09 by @github-actions in #3457
- Update logging configuration to not log when used as a library by @kddejong in #3479
- Add
AWS::ServiceCatalog::CloudFormationProvisionedProduct
to exceptions for E1040 by @kylekluever in #3481 - Allow ICMP to have
FromPort
other than -1 withToPort
-1 by @kddejong in #3482
New Contributors
- @kylekluever made their first contribution in #3481
Full Changelog: v1.5.1...v1.5.2
Release v1.5.1
v1.5.1
What's Changed
- Switch type comparison in BaseFn to use is_types_compatible by @kddejong in #3461
- Update E2015 to split defaults on comma by @kddejong in #3466
- Don't fail
anyOf
on warnings by @kddejong in #3469 - Allow
Transform
section to have the full transform def by @kddejong in #3470 - Update
GetAtt
logic forAWS::ServiceCatalog::CloudFormationProvisionedProduct
by @kddejong in #3475 - Remove
requiredXor
forAWS::EC2::Instance
by @kddejong in #3477
Full Changelog: v1.5.0...v1.5.1
Release v1.5.0
What's Changed
- Update mappings to support transforms at the root level by @kddejong in #3439
- Update
CfnLintJsonSchema
based rules for dynamic references by @kddejong in #3442 - Fix tagging examples by @michael-k in #3448
- Add
full
keyword to optional dependencies by @kddejong in #3454 - Load registry schemas if type match by @kddejong in #3450
- Update helpers.py with DocDB snapshot type by @marty-sullivan in #3455
- Update CloudFormation schemas to 2024-07-02 by @github-actions in #3447
New Contributors
- @marty-sullivan made their first contribution in #3455
Full Changelog: v1.4.2...v1.5.0