File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ ### v1.38.3
2
+ ## What's Changed
3
+ * Update CloudFormation schemas to ` 2025-08-12 ` by @github-actions [ bot] in https://github.com/aws-cloudformation/cfn-lint/pull/4212
4
+
5
+ ** Full Changelog** : https://github.com/aws-cloudformation/cfn-lint/compare/v1.38.2...v1.38.3
6
+
1
7
### v1.38.2
2
8
## What's Changed
3
9
* Fix unit testing with lambda EOL date changes by @gbudge in https://github.com/aws-cloudformation/cfn-lint/pull/4208
Original file line number Diff line number Diff line change @@ -347,7 +347,7 @@ If you'd like cfn-lint to be run automatically when making changes to files in y
347
347
``` yaml
348
348
repos :
349
349
- repo : https://github.com/aws-cloudformation/cfn-lint
350
- rev : v1.38.2 # The version of cfn-lint to use
350
+ rev : v1.38.3 # The version of cfn-lint to use
351
351
hooks :
352
352
- id : cfn-lint
353
353
files : path/to/cfn/dir/.*\.(json|yml|yaml)$
@@ -358,7 +358,7 @@ If you are using a `.cfnlintrc` and specifying the `templates` or `ignore_templa
358
358
` ` ` yaml
359
359
repos:
360
360
- repo: https://github.com/aws-cloudformation/cfn-lint
361
- rev: v1.38.2 # The version of cfn-lint to use
361
+ rev: v1.38.3 # The version of cfn-lint to use
362
362
hooks:
363
363
- id: cfn-lint-rc
364
364
` ` `
Original file line number Diff line number Diff line change 3
3
SPDX-License-Identifier: MIT-0
4
4
"""
5
5
6
- __version__ = "1.38.2 "
6
+ __version__ = "1.38.3 "
You can’t perform that action at this time.
0 commit comments