Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws-cloudformation/cfn-lint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.43.2
Choose a base ref
...
head repository: aws-cloudformation/cfn-lint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.43.3
Choose a head ref
  • 4 commits
  • 172 files changed
  • 4 contributors

Commits on Jan 6, 2026

  1. Update Lambda runtime lifecycle data with latest AWS runtimes (#4335)

    - Add missing supported runtimes including Python 3.10-3.14, Java versions, Node.js 20.x/22.x/24.x, .NET 8/9, Ruby 3.3/3.4
    - Fix successor relationships to point to latest supported runtimes instead of deprecated ones
    kddejong authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    451a399 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2026

  1. chore(deps): bump pyinstaller from 6.17.0 to 6.18.0 in /requirements (#…

    …4336)
    
    Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 6.17.0 to 6.18.0.
    - [Release notes](https://github.com/pyinstaller/pyinstaller/releases)
    - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst)
    - [Commits](pyinstaller/pyinstaller@v6.17.0...v6.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: pyinstaller
      dependency-version: 6.18.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 15, 2026
    Configuration menu
    Copy the full SHA
    f93da87 View commit details
    Browse the repository at this point in the history
  2. Update CloudFormation schemas to 2026-01-15 (#4333)

    * Update CloudFormation schemas to 2026-01-15
    
    * Patch specs to make compliant
    
    ---------
    
    Co-authored-by: kddejong <36457093+kddejong@users.noreply.github.com>
    Co-authored-by: Kevin DeJong <kddejong@amazon.com>
    3 people authored Jan 15, 2026
    Configuration menu
    Copy the full SHA
    ca89a11 View commit details
    Browse the repository at this point in the history
  3. Release v1.43.3 (#4337)

    kddejong authored Jan 15, 2026
    Configuration menu
    Copy the full SHA
    118dd6a View commit details
    Browse the repository at this point in the history
Loading