Skip to content

Commit ea44e96

Browse files
authored
Release v1.38.0 (#4189)
1 parent 89244f8 commit ea44e96

File tree

5 files changed

+11
-47
lines changed

5 files changed

+11
-47
lines changed

.github/workflows/ci-branch.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on: [push]
44

55
jobs:
66
unitlint:
7+
if: github.repository == 'aws-cloudformation/cfn-lint' && github.ref_name == 'main'
78
runs-on: ${{ matrix.os }}
89
strategy:
910
matrix:

.github/workflows/maintenance-v0.yaml

Lines changed: 0 additions & 44 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### v1.38.0
2+
## What's Changed
3+
* Improve condition processing by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4187
4+
* Update CloudFormation schemas to 2025-07-14 by @github-actions[bot] in https://github.com/aws-cloudformation/cfn-lint/pull/4181
5+
6+
**Full Changelog**: https://github.com/aws-cloudformation/cfn-lint/compare/v1.37.2...v1.38.0
7+
18
### v1.37.2
29
## What's Changed
310
* Fix template check when using cli by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4183

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ If you'd like cfn-lint to be run automatically when making changes to files in y
345345
```yaml
346346
repos:
347347
- repo: https://github.com/aws-cloudformation/cfn-lint
348-
rev: v1.37.2 # The version of cfn-lint to use
348+
rev: v1.38.0 # The version of cfn-lint to use
349349
hooks:
350350
- id: cfn-lint
351351
files: path/to/cfn/dir/.*\.(json|yml|yaml)$
@@ -356,7 +356,7 @@ If you are using a `.cfnlintrc` and specifying the `templates` or `ignore_templa
356356
```yaml
357357
repos:
358358
- repo: https://github.com/aws-cloudformation/cfn-lint
359-
rev: v1.37.2 # The version of cfn-lint to use
359+
rev: v1.38.0 # The version of cfn-lint to use
360360
hooks:
361361
- id: cfn-lint-rc
362362
```

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.37.2"
6+
__version__ = "1.38.0"

0 commit comments

Comments
 (0)