Skip to content

Commit d52fa16

Browse files
authored
Release v1.39.1 (#4237)
1 parent 64e0962 commit d52fa16

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
### v1.39.1
2+
## What's Changed
3+
* Remove rule `E3056` by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4230
4+
* Update CloudFormation schemas to `2025-08-26` by @github-actions[bot] in https://github.com/aws-cloudformation/cfn-lint/pull/4226
5+
* Reformat format keyword in some json files by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4232
6+
* Update StateMachine map to support legacy `Iterator` by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4231
7+
* Add output to Statemachine choice by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4233
8+
* Update SAM transform URI replacement to allow `Fn::If` by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4234
9+
* SAM transform comma lists to array by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4235
10+
* Update [I3510](https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#I3510) to skip dynamic references by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4236
11+
12+
**Full Changelog**: https://github.com/aws-cloudformation/cfn-lint/compare/v1.39.0...v1.39.1
13+
114
### v1.39.0
215
## What's Changed
316
* Optimize rule filtering performance by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4222

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.39.0 # The version of cfn-lint to use
350+
rev: v1.39.1 # 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.39.0 # The version of cfn-lint to use
361+
rev: v1.39.1 # 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.39.0"
6+
__version__ = "1.39.1"

0 commit comments

Comments
 (0)