You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
### v1.46.0
2
+
## What's Changed
3
+
* Add rule [E3063](https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3063) to validate GuardDuty Detector property exclusivity by @JuanHPassos in https://github.com/aws-cloudformation/cfn-lint/pull/4364
4
+
* Update CloudFormation schemas to `2026-03-02` by @github-actions[bot] in https://github.com/aws-cloudformation/cfn-lint/pull/4375
5
+
6
+
## New Contributors
7
+
*@JuanHPassos made their first contribution in https://github.com/aws-cloudformation/cfn-lint/pull/4364
* chore(deps): bump setuptools from `80.10.2` to `82.0.0` in /requirements by @dependabot[bot] in https://github.com/aws-cloudformation/cfn-lint/pull/4366
@@ -167,6 +167,7 @@ The following **269** rules are applied by this linter:
167
167
|[E3060<aname="E3060"></a>](../src/cfnlint/rules/resources/ectwo/VpcSubnetOverlap.py)| Validate subnet CIDRs do not overlap with other subnets | When specifying subnet CIDRs for a VPC the subnet CIDRs most not overlap with eachother ||[Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html)|`resources`,`ec2`,`vpc`,`subnet`|
168
168
|[E3061<aname="E3061"></a>](../src/cfnlint/rules/resources/s3/BucketTieringConfiguration.py)| Validate the days for tierings in IntelligentTieringConfigurations | When using AWS::S3::Bucket to configure IntelligentTieringConfigurations the Tierings have minimum and maximum values ||[Source](https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html)|`resources`,`s3`|
169
169
|[E3062<aname="E3062"></a>](../src/cfnlint/rules/resources/rds/DbInstanceDbInstanceClassWithEngine.py)| Validates RDS DB Instance Class based on Engine and EngineVersion | Validates the RDS DB instance types based on 'Engine' and 'EngineVersion'. 'EngineVersion' is based on the minor version. ||[Source]()|`resources`|
170
+
|[E3063<aname="E3063"></a>](../src/cfnlint/rules/resources/guardduty/DetectorExclusiveProperties.py)| Validate GuardDuty Detector property exclusivity | The request failed because both DataSources and Features were provided. You can provide only one; it is recommended to use Features. ||[Source](https://docs.aws.amazon.com/pt_br/guardduty/latest/ug/guardduty-features-activation-model.html)|`resources`,`guardduty`|
170
171
|[E3501<aname="E3501"></a>](../src/cfnlint/rules/resources/sqs/QueueProperties.py)| Validate SQS queue properties are valid | Depending on if the queue is FIFO or not the properties and allowed values change. This rule validates properties and values based on the queue type. ||[Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sqs-queue.html)|`resources`,`sqs`|
171
172
|[E3502<aname="E3502"></a>](../src/cfnlint/rules/resources/sqs/QueueDLQ.py)| Validate SQS DLQ queues are the same type | SQS queues using DLQ have to have the destination queue as the same type (FIFO or standard) ||[Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sqs-queue.html)|`resources`,`sqs`|
172
173
|[E3503<aname="E3503"></a>](../src/cfnlint/rules/resources/certificatemanager/DomainValidationOptions.py)| ValidationDomain is superdomain of DomainName | In ValidationDomainOptions, the ValidationDomain must be a superdomain of the DomainName being validated ||[Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-certificatemanager-certificate-domainvalidationoption.html#cfn-certificatemanager-certificate-domainvalidationoption-validationdomain)|`certificate`,`certificatemanager`,`domainvalidationoptions`,`validationdomain`|
0 commit comments