Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade: [dependabot] - bump cfn-lint from 1.3.4 to 1.3.5 (#439)
Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.3.4 to 1.3.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws-cloudformation/cfn-lint/releases">cfn-lint's releases</a>.</em></p> <blockquote> <h2>Release v1.3.5</h2> <h2>What's Changed</h2> <ul> <li>Allow Ref AWS::NoValue in FindInMap parameters by <a href="https://github.com/kddejong"><code>@kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3399">aws-cloudformation/cfn-lint#3399</a></li> <li>Update policy principal validation logic by <a href="https://github.com/kddejong"><code>@kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3400">aws-cloudformation/cfn-lint#3400</a></li> <li>Add Fn::Cidr as Fn::Join supported function by <a href="https://github.com/kddejong"><code>@kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3401">aws-cloudformation/cfn-lint#3401</a></li> <li>Update CloudFormation schemas to 2024-06-25 by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3313">aws-cloudformation/cfn-lint#3313</a></li> <li>Return resolution errors by <a href="https://github.com/kddejong"><code>@kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3402">aws-cloudformation/cfn-lint#3402</a></li> <li>Don't issue dynamicref issues in other fns by <a href="https://github.com/kddejong"><code>@kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3404">aws-cloudformation/cfn-lint#3404</a></li> <li>Greatly simplify <code>FindInMap</code> resolution by <a href="https://github.com/kddejong"><code>@kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3406">aws-cloudformation/cfn-lint#3406</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/aws-cloudformation/cfn-lint/compare/v1.3.4...v1.3.5">https://github.com/aws-cloudformation/cfn-lint/compare/v1.3.4...v1.3.5</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md">cfn-lint's changelog</a>.</em></p> <blockquote> <h3>v1.3.5</h3> <h2>What's Changed</h2> <ul> <li>Allow Ref AWS::NoValue in FindInMap parameters by <a href="https://github.com/kddejong"><code>@kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3399">aws-cloudformation/cfn-lint#3399</a></li> <li>Update policy principal validation logic by <a href="https://github.com/kddejong"><code>@kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3400">aws-cloudformation/cfn-lint#3400</a></li> <li>Add Fn::Cidr as Fn::Join supported function by <a href="https://github.com/kddejong"><code>@kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3401">aws-cloudformation/cfn-lint#3401</a></li> <li>Update CloudFormation schemas to 2024-06-25 by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3313">aws-cloudformation/cfn-lint#3313</a></li> <li>Return resolution errors by <a href="https://github.com/kddejong"><code>@kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3402">aws-cloudformation/cfn-lint#3402</a></li> <li>Don't issue dynamicref issues in other fns by <a href="https://github.com/kddejong"><code>@kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3404">aws-cloudformation/cfn-lint#3404</a></li> <li>Greatly simplify <code>FindInMap</code> resolution by <a href="https://github.com/kddejong"><code>@kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3406">aws-cloudformation/cfn-lint#3406</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/aws-cloudformation/cfn-lint/compare/v1.3.4...v1.3.5">https://github.com/aws-cloudformation/cfn-lint/compare/v1.3.4...v1.3.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-cloudformation/cfn-lint/commit/df99e5b9126e7c2962b22a8691bec7379ea01d92"><code>df99e5b</code></a> Release v1.3.5 (<a href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/3405">#3405</a>)</li> <li><a href="https://github.com/aws-cloudformation/cfn-lint/commit/0449fe3e2cd676fff96d0f11341bae1831208428"><code>0449fe3</code></a> Greatly simplify findinmap resolution (<a href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/3406">#3406</a>)</li> <li><a href="https://github.com/aws-cloudformation/cfn-lint/commit/db0097e048f7b3535d38e3bfb013cdfd3cdd202e"><code>db0097e</code></a> Don't issue dynamicref issues in other fns (<a href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/3404">#3404</a>)</li> <li><a href="https://github.com/aws-cloudformation/cfn-lint/commit/80c5b8ff36646236ab935e9c48ec7753059c615d"><code>80c5b8f</code></a> Return resolution errors (<a href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/3402">#3402</a>)</li> <li><a href="https://github.com/aws-cloudformation/cfn-lint/commit/c446ec4cdf1f5227fb36bd68b2db9e63db94ad6a"><code>c446ec4</code></a> chore(schemas) - Update CloudFormation schemas to 2024-06-25 (<a href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/3313">#3313</a>)</li> <li><a href="https://github.com/aws-cloudformation/cfn-lint/commit/2a2adbc23edb7dd4fe11fc504198fd3cdefae33c"><code>2a2adbc</code></a> Add Fn::Cidr as Fn::Join supported function (<a href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/3401">#3401</a>)</li> <li><a href="https://github.com/aws-cloudformation/cfn-lint/commit/f28d4cc0b1afecf77a76bc9d9690c7a31e162af1"><code>f28d4cc</code></a> Update policy principal validation logic (<a href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/3400">#3400</a>)</li> <li><a href="https://github.com/aws-cloudformation/cfn-lint/commit/ed39a193ba383ea966b4b8bda000d4828d0be7aa"><code>ed39a19</code></a> Allow Ref AWS::NoValue in FindInMap parameters (<a href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/3399">#3399</a>)</li> <li>See full diff in <a href="https://github.com/aws-cloudformation/cfn-lint/compare/v1.3.4...v1.3.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cfn-lint&package-manager=pip&previous-version=1.3.4&new-version=1.3.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information