You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
### v1.31.0
2
+
## What's Changed
3
+
* Update CloudFormation schemas to `2025-03-17` by @github-actions in https://github.com/aws-cloudformation/cfn-lint/pull/4004
4
+
* New rule [I3510](https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#I3510) to validate action and resources match by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4019
5
+
* Update [W3037](https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#W3037) to skip non strings by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4023
6
+
* Update [I3510](https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#I3510) to not alert on asterisk resources by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4024
7
+
* Update [W3037](https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#W3037) to use regex when `?` or `*` in action by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4026
0 commit comments