Skip to content

Commit

Permalink
Merge branch 'main' into fix/issue/2296
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored Aug 10, 2024
2 parents 9e24a49 + 4d2355d commit a90fbb6
Show file tree
Hide file tree
Showing 151 changed files with 4,828 additions and 33,671 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
### v1.9.7
## What's Changed
* Add Value to path in [E6101](https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E6101) as we descend by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3582
* Smarter flow to rule [E6101](https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E6101) by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3583

**Full Changelog**: https://github.com/aws-cloudformation/cfn-lint/compare/v1.9.6...v1.9.7

### v1.9.6
## What's Changed
* Update schema patching and fix some issues by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3570
* Update regex pattern for rule I3042 by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3572
* Better logic for empty yaml files by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3574
* Update pre-commit to 2024-08-08 by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3575
* Update CloudFormation schemas to 2024-08-08 by @github-actions in https://github.com/aws-cloudformation/cfn-lint/pull/3569

**Full Changelog**: https://github.com/aws-cloudformation/cfn-lint/compare/v1.9.5...v1.9.6

### v1.9.5
## What's Changed
* Increase the max value of `AWS::Cognito::UserPoolClient#RefreshTokenValidity` to `315360000` by @BR0kEN- in https://github.com/aws-cloudformation/cfn-lint/pull/3567
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ If you'd like cfn-lint to be run automatically when making changes to files in y
```yaml
repos:
- repo: https://github.com/aws-cloudformation/cfn-lint
rev: v1.9.5 # The version of cfn-lint to use
rev: v1.9.7 # The version of cfn-lint to use
hooks:
- id: cfn-lint
files: path/to/cfn/dir/.*\.(json|yml|yaml)$
Expand All @@ -353,7 +353,7 @@ If you are using a `.cfnlintrc` and specifying the `templates` or `ignore_templa
```yaml
repos:
- repo: https://github.com/aws-cloudformation/cfn-lint
rev: v1.9.5 # The version of cfn-lint to use
rev: v1.9.7 # The version of cfn-lint to use
hooks:
- id: cfn-lint-rc
```
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"9a238ad16fd412c641d565d34ffbb7c8\"", "url": "https://schema.cloudformation.me-south-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"c06171a10290a9224ab31a4b8c7a4a06\"", "url": "https://schema.cloudformation.me-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"790382984d8c3d79d00dc185f82e9f5d\"", "url": "https://schema.cloudformation.af-south-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"6427fe5e3ce5e7f1a0fa7eaeb22c049e\"", "url": "https://schema.cloudformation.af-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"fe5845a35f45f30c221453a2bf24d7e6\"", "url": "https://schema.cloudformation.eu-central-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"6835a2b1825a9211393448d4ad49f36b\"", "url": "https://schema.cloudformation.eu-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"f1348a8c6d61eb7407faaf425d16504f\"", "url": "https://schema.cloudformation.ap-south-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"ba4b3d07160e29e74fa22dba1ece4cf3\"", "url": "https://schema.cloudformation.ap-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"47083eb1b732c78a4168b3b40a84cc73\"", "url": "https://schema.cloudformation.us-east-2.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"05b18be7a445cde45f68b59b30b2a70a\"", "url": "https://schema.cloudformation.us-east-2.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"7c0c973c77149a169231aa3d0d1aa965\"", "url": "https://schema.cloudformation.ap-northeast-2.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"90726f3f353e671f82ee1f3417cf32db\"", "url": "https://schema.cloudformation.ap-northeast-2.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"8c33a6e9ad12ddd0c68cadcc47fc1033\"", "url": "https://schema.cloudformation.ap-southeast-3.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"c477b2fa5c47db26588e053030a0e5fa\"", "url": "https://schema.cloudformation.ap-southeast-3.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"3e9f25e111caf0a708d43c6cf38da742\"", "url": "https://schema.cloudformation.sa-east-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"3c6e64a01d91cfda5fbb0fb63c63a87d\"", "url": "https://schema.cloudformation.sa-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"646d38fedde8f68e457bcd8542806e22\"", "url": "https://schema.cloudformation.eu-west-3.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"0b706946adb5731b07b5fb0e60cb3d54\"", "url": "https://schema.cloudformation.eu-west-3.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"409f7dcaa913a0df88e8f3245835bd57\"", "url": "https://schema.cloudformation.ap-northeast-3.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"63b3c52f5bbadddc4257c1b0ba239265\"", "url": "https://schema.cloudformation.ap-northeast-3.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"681cffd85193cd8a9ff72b37bd32ebb2\"", "url": "https://schema.cloudformation.ap-south-2.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"2f034865f99fca01a47f5fd519ea7661\"", "url": "https://schema.cloudformation.ap-south-2.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"8d692e422d1489e0a7e006b97ea1b74f\"", "url": "https://schema.cloudformation.ap-northeast-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"7dc924caa7b71e7426ee862a377370db\"", "url": "https://schema.cloudformation.ap-northeast-1.amazonaws.com/CloudformationSchema.zip"}
22 changes: 22 additions & 0 deletions src/cfnlint/data/schemas/providers/af_south_1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,16 @@
"AWS::VerifiedPermissions::PolicyStore",
"AWS::VerifiedPermissions::PolicyTemplate",
"AWS::VoiceID::Domain",
"AWS::VpcLattice::AccessLogSubscription",
"AWS::VpcLattice::AuthPolicy",
"AWS::VpcLattice::Listener",
"AWS::VpcLattice::ResourcePolicy",
"AWS::VpcLattice::Rule",
"AWS::VpcLattice::Service",
"AWS::VpcLattice::ServiceNetwork",
"AWS::VpcLattice::ServiceNetworkServiceAssociation",
"AWS::VpcLattice::ServiceNetworkVpcAssociation",
"AWS::VpcLattice::TargetGroup",
"AWS::WAF::ByteMatchSet",
"AWS::WAF::IPSet",
"AWS::WAF::Rule",
Expand Down Expand Up @@ -1258,6 +1268,7 @@
"aws-internetmonitor-monitor.json",
"aws-kinesis-stream.json",
"aws-kinesisanalyticsv2-application.json",
"aws-kinesisfirehose-deliverystream.json",
"aws-kms-alias.json",
"aws-kms-key.json",
"aws-lakeformation-datacellsfilter.json",
Expand All @@ -1271,6 +1282,7 @@
"aws-lambda-codesigningconfig.json",
"aws-lambda-eventinvokeconfig.json",
"aws-lambda-eventsourcemapping.json",
"aws-lambda-function.json",
"aws-lambda-layerversion.json",
"aws-lambda-layerversionpermission.json",
"aws-lambda-permission.json",
Expand Down Expand Up @@ -1458,6 +1470,7 @@
"aws-securityhub-insight.json",
"aws-securityhub-organizationconfiguration.json",
"aws-securityhub-productsubscription.json",
"aws-securityhub-securitycontrol.json",
"aws-securityhub-standard.json",
"aws-servicecatalog-cloudformationproduct.json",
"aws-servicecatalog-cloudformationprovisionedproduct.json",
Expand Down Expand Up @@ -1530,6 +1543,15 @@
"aws-verifiedpermissions-policystore.json",
"aws-verifiedpermissions-policytemplate.json",
"aws-voiceid-domain.json",
"aws-vpclattice-accesslogsubscription.json",
"aws-vpclattice-listener.json",
"aws-vpclattice-resourcepolicy.json",
"aws-vpclattice-rule.json",
"aws-vpclattice-service.json",
"aws-vpclattice-servicenetwork.json",
"aws-vpclattice-servicenetworkserviceassociation.json",
"aws-vpclattice-servicenetworkvpcassociation.json",
"aws-vpclattice-targetgroup.json",
"aws-waf-bytematchset.json",
"aws-waf-sqlinjectionmatchset.json",
"aws-wafregional-bytematchset.json",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,24 @@
"CustomCname": {
"type": "string"
},
"CustomPath": {
"type": "string"
},
"Enabled": {
"type": "boolean"
},
"ExpirationInDays": {
"type": "integer"
},
"MaxPartitionSizeMB": {
"type": "integer"
},
"PartitioningEnabled": {
"type": "boolean"
},
"RetainExpiredCertificates": {
"type": "boolean"
},
"S3BucketName": {
"type": "string"
},
Expand Down
Loading

0 comments on commit a90fbb6

Please sign in to comment.