From a83dcd8e0a4f7dbf97d8e80c0ad4bab898b71cd2 Mon Sep 17 00:00:00 2001 From: Kevin DeJong Date: Mon, 30 Sep 2024 09:23:21 -0700 Subject: [PATCH] Release v1.15.2 (#3722) --- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- src/cfnlint/version.py | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48427b5e78..51a4e4e232 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### v1.15.2 +## What's Changed +* Exception for lambda authorizer uri by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3720 +* Update CloudFormation schemas to 2024-09-30 by @github-actions in https://github.com/aws-cloudformation/cfn-lint/pull/3709 + +**Full Changelog**: https://github.com/aws-cloudformation/cfn-lint/compare/v1.15.1...v1.15.2 + ### v1.15.1 ## What's Changed * Switch FN support inside Rules by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3712 diff --git a/README.md b/README.md index 6a1aaa8c79..2268a4334a 100644 --- a/README.md +++ b/README.md @@ -342,7 +342,7 @@ If you'd like cfn-lint to be run automatically when making changes to files in y ```yaml repos: - repo: https://github.com/aws-cloudformation/cfn-lint - rev: v1.15.1 # The version of cfn-lint to use + rev: v1.15.2 # The version of cfn-lint to use hooks: - id: cfn-lint files: path/to/cfn/dir/.*\.(json|yml|yaml)$ @@ -353,7 +353,7 @@ If you are using a `.cfnlintrc` and specifying the `templates` or `ignore_templa ```yaml repos: - repo: https://github.com/aws-cloudformation/cfn-lint - rev: v1.15.1 # The version of cfn-lint to use + rev: v1.15.2 # The version of cfn-lint to use hooks: - id: cfn-lint-rc ``` diff --git a/src/cfnlint/version.py b/src/cfnlint/version.py index 52225b4efa..ccc8e957f2 100644 --- a/src/cfnlint/version.py +++ b/src/cfnlint/version.py @@ -3,4 +3,4 @@ SPDX-License-Identifier: MIT-0 """ -__version__ = "1.15.1" +__version__ = "1.15.2"