File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ ### v0.87.1
2
+ ###### CloudFormation Specifications
3
+ - Update CloudFormation specs to ` 172.0.0 ` (pull #[ 3181] ( https://github.com/aws-cloudformation/cfn-lint/pull/3181 ) )
4
+ ###### Fixes
5
+ - Continue to walk the FindInMap components in transform (pull #[ 3203] ( https://github.com/aws-cloudformation/cfn-lint/pull/3203 ) )
6
+ - Fix an issue with refs in registry schemas (pull #[ 3189] ( https://github.com/aws-cloudformation/cfn-lint/pull/3189 ) )
7
+ - Add ` AWS::Kinesis::Stream ` to be a stateful resource (pull #[ 3188] ( https://github.com/aws-cloudformation/cfn-lint/pull/3188 ) )
8
+
1
9
### v0.87.0
2
10
###### CloudFormation Specifications
3
11
- Update CloudFormation specs to ` 171.0.0 ` (pull #[ 3160] ( https://github.com/aws-cloudformation/cfn-lint/pull/3160 ) )
Original file line number Diff line number Diff line change @@ -324,7 +324,7 @@ If you'd like cfn-lint to be run automatically when making changes to files in y
324
324
```yaml
325
325
repos:
326
326
- repo: https://github.com/aws-cloudformation/cfn-lint
327
- rev: v0.87.0 # The version of cfn-lint to use
327
+ rev: v0.87.1 # The version of cfn-lint to use
328
328
hooks:
329
329
- id: cfn-lint
330
330
files: path/to/cfn/dir/.*\.(json|yml|yaml)$
@@ -334,7 +334,7 @@ If you are using a `.cfnlintrc` and specifying the `templates` or `ignore_templa
334
334
``` yaml
335
335
repos :
336
336
- repo : https://github.com/aws-cloudformation/cfn-lint
337
- rev : v0.87.0 # The version of cfn-lint to use
337
+ rev : v0.87.1 # The version of cfn-lint to use
338
338
hooks :
339
339
- id : cfn-lint-rc
340
340
` ` `
Original file line number Diff line number Diff line change 3
3
SPDX-License-Identifier: MIT-0
4
4
"""
5
5
6
- __version__ = "0.87.0 "
6
+ __version__ = "0.87.1 "
You can’t perform that action at this time.
0 commit comments