File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1+ ### v1.40.2
2+ ## What's Changed
3+ * Update the ` UpdatePolicy ` schema by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4257
4+ * Update gitsync schema parameter types by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4258
5+ * State Machine Unit Test: Fix another StartAt typo by @r-heimann in https://github.com/aws-cloudformation/cfn-lint/pull/4260
6+ * Update CloudFormation schemas to ` 2025-10-13 ` by @github-actions [ bot] in https://github.com/aws-cloudformation/cfn-lint/pull/4259
7+
8+ ** Full Changelog** : https://github.com/aws-cloudformation/cfn-lint/compare/v1.40.1...v1.40.2
9+
110### v1.40.1
211## What's Changed
312* Update ` nodejs18.x ` lifecycle dates in ` LmbdRuntimeLifecycle.json ` to match official AWS Docs by @cullancarey in https://github.com/aws-cloudformation/cfn-lint/pull/4250
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
347347``` yaml
348348repos :
349349 - repo : https://github.com/aws-cloudformation/cfn-lint
350- rev : v1.40.1 # The version of cfn-lint to use
350+ rev : v1.40.2 # The version of cfn-lint to use
351351 hooks :
352352 - id : cfn-lint
353353 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
358358` ` ` yaml
359359repos:
360360 - repo: https://github.com/aws-cloudformation/cfn-lint
361- rev: v1.40.1 # The version of cfn-lint to use
361+ rev: v1.40.2 # The version of cfn-lint to use
362362 hooks:
363363 - id: cfn-lint-rc
364364` ` `
Original file line number Diff line number Diff line change 33SPDX-License-Identifier: MIT-0
44"""
55
6- __version__ = "1.40.1 "
6+ __version__ = "1.40.2 "
You can’t perform that action at this time.
0 commit comments