File tree 3 files changed +12
-3
lines changed
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
10
### v1.2.5a11
2
11
## What's Changed
3
12
* Update CloudFormation schemas to 2024-06-17 by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3299
Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ If you'd like cfn-lint to be run automatically when making changes to files in y
332
332
``` yaml
333
333
repos :
334
334
- 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
336
336
hooks :
337
337
- id : cfn-lint
338
338
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
343
343
` ` ` yaml
344
344
repos:
345
345
- 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
347
347
hooks:
348
348
- id: cfn-lint-rc
349
349
` ` `
Original file line number Diff line number Diff line change 3
3
SPDX-License-Identifier: MIT-0
4
4
"""
5
5
6
- __version__ = "1.2.5.a11 "
6
+ __version__ = "1.3.0 "
You can’t perform that action at this time.
0 commit comments