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.27.0
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.28.0
Choose a head ref
  • 5 commits
  • 444 files changed
  • 3 contributors

Commits on Mar 1, 2025

  1. Add uniqueKeys for Sid in IAM policies (#3982)

    kddejong authored Mar 1, 2025
    Copy the full SHA
    6ce9c49 View commit details

Commits on Mar 3, 2025

  1. Create ipv4 and ipv6 network formats (#3981)

    * Create ipv4 and ipv6 network formats
    
    * Update format docs
    kddejong authored Mar 3, 2025
    Copy the full SHA
    85e1576 View commit details

Commits on Mar 4, 2025

  1. Validate if subnet CIDRs are valid or overlap (#3985)

    - Add rule E3059 to validate if subnet CIDRs are within the VPC networks
    - Add rule E3060 to validate if subnet CIDRs do not overlap with eachother
    kddejong authored Mar 4, 2025
    Copy the full SHA
    c7595a6 View commit details
  2. Update CloudFormation schemas to 2025-03-04 (#3980)

    Co-authored-by: kddejong <36457093+kddejong@users.noreply.github.com>
    Co-authored-by: Kevin DeJong <kddejong@amazon.com>
    3 people authored Mar 4, 2025
    Copy the full SHA
    b04e8f9 View commit details

Commits on Mar 5, 2025

  1. Release v1.28.0 (#3986)

    kddejong authored Mar 5, 2025
    Copy the full SHA
    0bf1182 View commit details
Loading