File tree 3 files changed +15
-3
lines changed
3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change
1
+ ### v1.3.5
2
+ ## What's Changed
3
+ * Allow Ref AWS::NoValue in FindInMap parameters by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3399
4
+ * Update policy principal validation logic by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3400
5
+ * Add Fn::Cidr as Fn::Join supported function by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3401
6
+ * Update CloudFormation schemas to 2024-06-25 by @github-actions in https://github.com/aws-cloudformation/cfn-lint/pull/3313
7
+ * Return resolution errors by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3402
8
+ * Don't issue dynamicref issues in other fns by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3404
9
+ * Greatly simplify ` FindInMap ` resolution by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3406
10
+
11
+ ** Full Changelog** : https://github.com/aws-cloudformation/cfn-lint/compare/v1.3.4...v1.3.5
12
+
1
13
### v1.3.4
2
14
## What's Changed
3
15
* Clean up errors in the schemas by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3375
Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ If you'd like cfn-lint to be run automatically when making changes to files in y
340
340
``` yaml
341
341
repos :
342
342
- repo : https://github.com/aws-cloudformation/cfn-lint
343
- rev : v1.3.4 # The version of cfn-lint to use
343
+ rev : v1.3.5 # The version of cfn-lint to use
344
344
hooks :
345
345
- id : cfn-lint
346
346
files : path/to/cfn/dir/.*\.(json|yml|yaml)$
@@ -351,7 +351,7 @@ If you are using a `.cfnlintrc` and specifying the `templates` or `ignore_templa
351
351
` ` ` yaml
352
352
repos:
353
353
- repo: https://github.com/aws-cloudformation/cfn-lint
354
- rev: v1.3.4 # The version of cfn-lint to use
354
+ rev: v1.3.5 # The version of cfn-lint to use
355
355
hooks:
356
356
- id: cfn-lint-rc
357
357
` ` `
Original file line number Diff line number Diff line change 3
3
SPDX-License-Identifier: MIT-0
4
4
"""
5
5
6
- __version__ = "1.3.4 "
6
+ __version__ = "1.3.5 "
You can’t perform that action at this time.
0 commit comments