Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ Bump cfn-lint from 1.5.0 to 1.5.1 (#336)
Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.5.0 to 1.5.1. <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.5.1</h2> <h3>v1.5.1</h3> <h2>What's Changed</h2> <ul> <li>Switch type comparison in BaseFn to use is_types_compatible by <a href="https://github.com/kddejong"><code>@kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3461">aws-cloudformation/cfn-lint#3461</a></li> <li>Update <a href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E2015">E2015</a> to split defaults on comma by <a href="https://github.com/kddejong"><code>@kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3466">aws-cloudformation/cfn-lint#3466</a></li> <li>Don't fail <code>anyOf</code> on warnings by <a href="https://github.com/kddejong"><code>@kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3469">aws-cloudformation/cfn-lint#3469</a></li> <li>Allow <code>Transform</code> section to have the full transform def by <a href="https://github.com/kddejong"><code>@kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3470">aws-cloudformation/cfn-lint#3470</a></li> <li>Update <code>GetAtt</code> logic for <code>AWS::ServiceCatalog::CloudFormationProvisionedProduct</code> by <a href="https://github.com/kddejong"><code>@kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3475">aws-cloudformation/cfn-lint#3475</a></li> <li>Remove <code>requiredXor</code> for <code>AWS::EC2::Instance</code> by <a href="https://github.com/kddejong"><code>@kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3477">aws-cloudformation/cfn-lint#3477</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/aws-cloudformation/cfn-lint/compare/v1.5.0...v1.5.1">https://github.com/aws-cloudformation/cfn-lint/compare/v1.5.0...v1.5.1</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.5.1</h3> <h2>What's Changed</h2> <ul> <li>Switch type comparison in BaseFn to use is_types_compatible by <a href="https://github.com/kddejong"><code>@kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3461">aws-cloudformation/cfn-lint#3461</a></li> <li>Update <a href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E2015">E2015</a> to split defaults on comma by <a href="https://github.com/kddejong"><code>@kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3466">aws-cloudformation/cfn-lint#3466</a></li> <li>Don't fail <code>anyOf</code> on warnings by <a href="https://github.com/kddejong"><code>@kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3469">aws-cloudformation/cfn-lint#3469</a></li> <li>Allow <code>Transform</code> section to have the full transform def by <a href="https://github.com/kddejong"><code>@kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3470">aws-cloudformation/cfn-lint#3470</a></li> <li>Update <code>GetAtt</code> logic for <code>AWS::ServiceCatalog::CloudFormationProvisionedProduct</code> by <a href="https://github.com/kddejong"><code>@kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3475">aws-cloudformation/cfn-lint#3475</a></li> <li>Remove <code>requiredXor</code> for <code>AWS::EC2::Instance</code> by <a href="https://github.com/kddejong"><code>@kddejong</code></a> in <a href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/%5B#3477%5D(https://redirect.github.com/aws-cloudformation/cfn-lint/issues/3477)">aws-cloudformation/cfn-lint#3477</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/aws-cloudformation/cfn-lint/compare/v1.5.0...v1.5.1">https://github.com/aws-cloudformation/cfn-lint/compare/v1.5.0...v1.5.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-cloudformation/cfn-lint/commit/5bc91cef81c71ee7c7a3d1afc354a8f65be18661"><code>5bc91ce</code></a> Release v1.5.1 (<a href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/3478">#3478</a>)</li> <li><a href="https://github.com/aws-cloudformation/cfn-lint/commit/d964302d59f558e9ec63c393e0d483a0551b72a5"><code>d964302</code></a> Remove requiredXor for AWS::EC2::Instance (<a href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/3477">#3477</a>)</li> <li><a href="https://github.com/aws-cloudformation/cfn-lint/commit/d87e63c68d3f79c98def6c4fe43efe8c902e323b"><code>d87e63c</code></a> Update GetAtt logic for SC Cfn type (<a href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/3475">#3475</a>)</li> <li><a href="https://github.com/aws-cloudformation/cfn-lint/commit/78e9fa96152d186ec7086d741f5f8ddaba1315e8"><code>78e9fa9</code></a> Allow Transform section to have the full transform def (<a href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/3470">#3470</a>)</li> <li><a href="https://github.com/aws-cloudformation/cfn-lint/commit/d598742504a6a6af0e5d882b6876f2f30007b851"><code>d598742</code></a> Don't fail anyOf on warnings (<a href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/3469">#3469</a>)</li> <li><a href="https://github.com/aws-cloudformation/cfn-lint/commit/9f6e8f4aee261977ffacf21acccf5200ecb4136e"><code>9f6e8f4</code></a> Update E2015 to split defaults on comma (<a href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/3466">#3466</a>)</li> <li><a href="https://github.com/aws-cloudformation/cfn-lint/commit/8a40ff16677f894e7e01c97cc60f7c235f259e7e"><code>8a40ff1</code></a> Update schema customization docs (<a href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/3463">#3463</a>)</li> <li><a href="https://github.com/aws-cloudformation/cfn-lint/commit/07705c0f1d8d794abfbd7717eebb9557bd18fd01"><code>07705c0</code></a> Switch type comparison in BaseFn to use is_types_compatible (<a href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/3461">#3461</a>)</li> <li>See full diff in <a href="https://github.com/aws-cloudformation/cfn-lint/compare/v1.5.0...v1.5.1">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.5.0&new-version=1.5.1)](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