File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ### v1.48.1
2+ ## What's Changed
3+ * fix: Timestream lifecycle patches to exclude InfluxDB resources by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4437
4+ * Add ` Publish ` to smithy action prefixes for LayerVersion validation by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4438
5+ * Update CloudFormation schemas to ` 2026-03-31 ` by @github-actions [ bot] in https://github.com/aws-cloudformation/cfn-lint/pull/4434
6+
7+ ** Full Changelog** : https://github.com/aws-cloudformation/cfn-lint/compare/v1.48.0...v1.48.1
8+
19### v1.48.0
210## What's Changed
311* feat: add rule [ E3697] ( https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3697 ) to validate Lambda env var 4KB size limit by @raajheshkannaa in https://github.com/aws-cloudformation/cfn-lint/pull/4405
Original file line number Diff line number Diff line change 11FROM public.ecr.aws/docker/library/python:3.13-alpine3.20
22
3- RUN pip install cfn-lint[full]==1.48.0
3+ RUN pip install cfn-lint[full]==1.48.1
44RUN pip install pydot
55
66ENTRYPOINT ["cfn-lint" ]
Original file line number Diff line number Diff line change @@ -347,7 +347,7 @@ If you'd like cfn-lint to be run automatically when making changes to files in y
347347``` yaml
348348repos :
349349 - repo : https://github.com/aws-cloudformation/cfn-lint
350- rev : v1.48.0 # The version of cfn-lint to use
350+ rev : v1.48.1 # The version of cfn-lint to use
351351 hooks :
352352 - id : cfn-lint
353353 files : path/to/cfn/dir/.*\.(json|yml|yaml)$
@@ -358,7 +358,7 @@ If you are using a `.cfnlintrc` and specifying the `templates` or `ignore_templa
358358` ` ` yaml
359359repos:
360360 - repo: https://github.com/aws-cloudformation/cfn-lint
361- rev: v1.48.0 # The version of cfn-lint to use
361+ rev: v1.48.1 # The version of cfn-lint to use
362362 hooks:
363363 - id: cfn-lint-rc
364364` ` `
Original file line number Diff line number Diff line change 33SPDX-License-Identifier: MIT-0
44"""
55
6- __version__ = "1.48.0 "
6+ __version__ = "1.48.1 "
You can’t perform that action at this time.
0 commit comments