Skip to content

Commit 276db11

Browse files
authored
Release v1.43.4 (aws-cloudformation#4345)
1 parent 227858c commit 276db11

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### v1.43.4
2+
## What's Changed
3+
* Fix update specs in quick succession failing the command by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4339
4+
* Update CloudFormation schemas to 2026-01-21 by @github-actions[bot] in https://github.com/aws-cloudformation/cfn-lint/pull/4338
5+
* Update [E3601](https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3601) to support Seconds as JSONata in Wait by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4343
6+
* Update [E3601](https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3601) to have Choices support Comment by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4344
7+
8+
**Full Changelog**: https://github.com/aws-cloudformation/cfn-lint/compare/v1.43.3...v1.43.4
9+
110
### v1.43.3
211
## What's Changed
312
* Update Lambda runtime lifecycle data with latest AWS runtimes by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4335

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
348348
repos:
349349
- repo: https://github.com/aws-cloudformation/cfn-lint
350-
rev: v1.43.3 # The version of cfn-lint to use
350+
rev: v1.43.4 # 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
359359
repos:
360360
- repo: https://github.com/aws-cloudformation/cfn-lint
361-
rev: v1.43.3 # The version of cfn-lint to use
361+
rev: v1.43.4 # The version of cfn-lint to use
362362
hooks:
363363
- id: cfn-lint-rc
364364
```

src/cfnlint/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
SPDX-License-Identifier: MIT-0
44
"""
55

6-
__version__ = "1.43.3"
6+
__version__ = "1.43.4"

0 commit comments

Comments
 (0)