Skip to content

Commit 72bbf3d

Browse files
authored
Release v0.87.0 (#3179)
1 parent 9565d74 commit 72bbf3d

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### v0.87.0
2+
###### CloudFormation Specifications
3+
- Update CloudFormation specs to `171.0.0` (pull #[3160](https://github.com/aws-cloudformation/cfn-lint/pull/3160))
4+
###### Fixes
5+
- When using a list param in foreach pass back select statements when no allowed value (pull #[3176](https://github.com/aws-cloudformation/cfn-lint/pull/3176))
6+
- Fix an issue with graphs and pydot and not quoting attrs (pull #[3177](https://github.com/aws-cloudformation/cfn-lint/pull/3177))
7+
- Update [I3013](https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#I3013) as read replicas don't need backup period (pull #[3171](https://github.com/aws-cloudformation/cfn-lint/pull/3171))
8+
- Change filenames to be OS specific paths (pull #[3170](https://github.com/aws-cloudformation/cfn-lint/pull/3170))
9+
- Update [E8001](https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E8001) to validate null Condition section (pull #[3169](https://github.com/aws-cloudformation/cfn-lint/pull/3169))
10+
111
### v0.86.4
212
###### CloudFormation Specifications
313
- Update CloudFormation specs to `170.0.0` (pull #[3149](https://github.com/aws-cloudformation/cfn-lint/pull/3149))

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ If you'd like cfn-lint to be run automatically when making changes to files in y
324324
```yaml
325325
repos:
326326
- repo: https://github.com/aws-cloudformation/cfn-lint
327-
rev: v0.86.4 # The version of cfn-lint to use
327+
rev: v0.87.0 # The version of cfn-lint to use
328328
hooks:
329329
- id: cfn-lint
330330
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
334334
```yaml
335335
repos:
336336
- repo: https://github.com/aws-cloudformation/cfn-lint
337-
rev: v0.86.4 # The version of cfn-lint to use
337+
rev: v0.87.0 # The version of cfn-lint to use
338338
hooks:
339339
- id: cfn-lint-rc
340340
```

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__ = "0.86.4"
6+
__version__ = "0.87.0"

0 commit comments

Comments
 (0)