Skip to content

Commit 88b3d90

Browse files
authored
Release v0.31.0 (aws-cloudformation#1527)
1 parent 503f07a commit 88b3d90

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### v0.31.0
2+
###### Features
3+
- Add support for `.cfnlintrc.yaml` and `.cfnlintrc.yml` (pull #[1504](https://github.com/aws-cloudformation/cfn-python-lint/pull/1504))
4+
- Add JUnit XML output format (pull #[1506](https://github.com/aws-cloudformation/cfn-python-lint/pull/1506))
5+
###### CloudFormation Specifications
6+
- Update CloudFormation specs to 14.2.0 (pull #[1526](https://github.com/aws-cloudformation/cfn-python-lint/pull/1526))
7+
- Update `AWS::AutoScaling::LaunchConfiguration` `SecurityGroups` to support GroupID and Names (pull #[1505](https://github.com/aws-cloudformation/cfn-python-lint/pull/1505))
8+
- Add min max and allowed values for multiple WAFv2 rate rules `Limit` rules (pull #[1507](https://github.com/aws-cloudformation/cfn-python-lint/pull/1507))
9+
110
### v0.30.1
211
###### Features
312
- Add the ability to specify a config file using parameter `--config-file` (pull #[1462](https://github.com/aws-cloudformation/cfn-python-lint/pull/1462))

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ If you'd like cfn-lint to be run automatically when making changes to files in y
246246
```yaml
247247
repos:
248248
- repo: https://github.com/aws-cloudformation/cfn-python-lint
249-
rev: v0.30.1 # The version of cfn-lint to use
249+
rev: v0.31.0 # The version of cfn-lint to use
250250
hooks:
251251
- id: cfn-python-lint
252252
files: path/to/cfn/dir/.*\.(json|yml|yaml)$

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.30.1'
6+
__version__ = '0.31.0'

0 commit comments

Comments
 (0)