Skip to content

Commit 1be9e66

Browse files
authored
Release v1.40.1 (#4256)
1 parent eb3b04c commit 1be9e66

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### v1.40.1
2+
## What's Changed
3+
* 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
4+
* Update integration tests by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4252
5+
* State Machine Unit Test: Fix `StartAt` typo by @r-heimann in https://github.com/aws-cloudformation/cfn-lint/pull/4251
6+
* Update CloudFormation schemas to `2025-10-09` by @github-actions[bot] in https://github.com/aws-cloudformation/cfn-lint/pull/4248
7+
* Remove format patching for Cloud9 `ImageId` by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4255
8+
9+
## New Contributors
10+
* @cullancarey made their first contribution in https://github.com/aws-cloudformation/cfn-lint/pull/4250
11+
* @r-heimann made their first contribution in https://github.com/aws-cloudformation/cfn-lint/pull/4251
12+
13+
**Full Changelog**: https://github.com/aws-cloudformation/cfn-lint/compare/v1.40.0...v1.40.1
14+
115
### v1.40.0
216
## What's Changed
317
* increase sqs MaximumMessageSize maximum value by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4242

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

0 commit comments

Comments
 (0)