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.28.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.29.0
Choose a head ref
  • 9 commits
  • 772 files changed
  • 3 contributors

Commits on Mar 5, 2025

  1. Add rule to validate mixing API body definitions (#3989)

    * Add rule W3660 to validate mixing API body definitions
    kddejong authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    7fee6bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef15a85 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. Configuration menu
    Copy the full SHA
    7a71d09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a5f009 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. Redo codepipeline rules (#3993)

    * Deprecate E2540 for new v1 version rules
    * Deprecate E2541 for new v1 version rules
    * Add rule E3700 to validate that Source actions are only in the first stage
    * Add rule E3701 to validate artifact names shared between InputArtifacts and OutputArtifacts
    * Add rule E3702 to validate the InputArtifacts, OutputArtifacts counts for the action type
    * Add rule E3703 to validate the configuration of an action. Start with a TemplatePath on CloudFormation based actions have a Source that matches an InputArtifact name
    kddejong authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    0d28a54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ada3874 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2025

  1. Update rule E3703 to validate RoleArns (#3998)

    * Create rule E1156 to validate IAM Role Arns
    * Update rule E3703 to validate RoleArns
    kddejong authored Mar 8, 2025
    Configuration menu
    Copy the full SHA
    435da9f View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

  1. Configuration menu
    Copy the full SHA
    ebae0be View commit details
    Browse the repository at this point in the history
  2. Release v1.29.0 (#3997)

    kddejong authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    e6278b4 View commit details
    Browse the repository at this point in the history
Loading