Skip to content

Commit 23ee527

Browse files
authored
Release v1.3.0 (#3311)
1 parent 943e723 commit 23ee527

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### v1.3.0
2+
## What's Changed
3+
* Allow IAM principal to be str or a list by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3306
4+
* Update CloudFormation schemas to 2024-06-18 by @github-actions in https://github.com/aws-cloudformation/cfn-lint/pull/3309
5+
* Array of strings are allowed as output value types by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3312
6+
7+
8+
**Full Changelog**: https://github.com/aws-cloudformation/cfn-lint/compare/v1.2.5.a11...v1.3.0
9+
110
### v1.2.5a11
211
## What's Changed
312
* Update CloudFormation schemas to 2024-06-17 by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3299

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ If you'd like cfn-lint to be run automatically when making changes to files in y
332332
```yaml
333333
repos:
334334
- repo: https://github.com/aws-cloudformation/cfn-lint
335-
rev: v0.87.1 # The version of cfn-lint to use
335+
rev: v1.3.0 # The version of cfn-lint to use
336336
hooks:
337337
- id: cfn-lint
338338
files: path/to/cfn/dir/.*\.(json|yml|yaml)$
@@ -343,7 +343,7 @@ If you are using a `.cfnlintrc` and specifying the `templates` or `ignore_templa
343343
```yaml
344344
repos:
345345
- repo: https://github.com/aws-cloudformation/cfn-lint
346-
rev: v0.87.1 # The version of cfn-lint to use
346+
rev: v1.3.0 # The version of cfn-lint to use
347347
hooks:
348348
- id: cfn-lint-rc
349349
```

src/cfnlint/version.py

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

6-
__version__ = "1.2.5.a11"
6+
__version__ = "1.3.0"

0 commit comments

Comments
 (0)