Commit a641c8d
authored
Upgrade: [dependabot] - bump cfn-lint from 1.5.0 to 1.6.0 (#137)
Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from
1.5.0 to 1.6.0.
<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.6.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update CloudFormation schemas to 2024-07-11 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/3484">aws-cloudformation/cfn-lint#3484</a></li>
<li>Return all errors from resolution by <a
href="https://github.com/kddejong"><code>@kddejong</code></a> in <a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3489">aws-cloudformation/cfn-lint#3489</a></li>
<li>Disable <a
href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#W1020">W1020</a>
when using SAM by <a
href="https://github.com/kddejong"><code>@kddejong</code></a> in <a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3491">aws-cloudformation/cfn-lint#3491</a></li>
<li>Use region when looking for a resolver being satisfied by <a
href="https://github.com/kddejong"><code>@kddejong</code></a> in <a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3490">aws-cloudformation/cfn-lint#3490</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/aws-cloudformation/cfn-lint/compare/v1.5.3...v1.6.0">https://github.com/aws-cloudformation/cfn-lint/compare/v1.5.3...v1.6.0</a></p>
<h2>Release v1.5.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Load registry schemas before implementing patching by <a
href="https://github.com/kddejong"><code>@kddejong</code></a> in <a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3486">aws-cloudformation/cfn-lint#3486</a></li>
<li>Force resolve validation to not use strict types by <a
href="https://github.com/kddejong"><code>@kddejong</code></a> in <a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3488">aws-cloudformation/cfn-lint#3488</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/aws-cloudformation/cfn-lint/compare/v1.5.2...v1.5.3">https://github.com/aws-cloudformation/cfn-lint/compare/v1.5.2...v1.5.3</a></p>
<h2>Release v1.5.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Update CloudFormation schemas to 2024-07-09 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/3457">aws-cloudformation/cfn-lint#3457</a></li>
<li>Update logging configuration to not log when used as a library by <a
href="https://github.com/kddejong"><code>@kddejong</code></a> in <a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3479">aws-cloudformation/cfn-lint#3479</a></li>
<li>Add
<code>AWS::ServiceCatalog::CloudFormationProvisionedProduct</code> to
exceptions for <a
href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E1040">E1040</a>
by <a
href="https://github.com/kylekluever"><code>@kylekluever</code></a> in
<a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3481">aws-cloudformation/cfn-lint#3481</a></li>
<li>Allow ICMP to have <code>FromPort</code> other than -1 with
<code>ToPort</code> -1 by <a
href="https://github.com/kddejong"><code>@kddejong</code></a> in <a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3482">aws-cloudformation/cfn-lint#3482</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/kylekluever"><code>@kylekluever</code></a>
made their first contribution in <a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3481">aws-cloudformation/cfn-lint#3481</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/aws-cloudformation/cfn-lint/compare/v1.5.1...v1.5.2">https://github.com/aws-cloudformation/cfn-lint/compare/v1.5.1...v1.5.2</a></p>
<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.6.0</h3>
<h2>What's Changed</h2>
<ul>
<li>Update CloudFormation schemas to 2024-07-11 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/3484">aws-cloudformation/cfn-lint#3484</a></li>
<li>Return all errors from resolution by <a
href="https://github.com/kddejong"><code>@kddejong</code></a> in <a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3489">aws-cloudformation/cfn-lint#3489</a></li>
<li>Disable <a
href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#W1020">W1020</a>
when using SAM by <a
href="https://github.com/kddejong"><code>@kddejong</code></a> in <a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3491">aws-cloudformation/cfn-lint#3491</a></li>
<li>Use region when looking for a resolver being satisfied by <a
href="https://github.com/kddejong"><code>@kddejong</code></a> in <a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3490">aws-cloudformation/cfn-lint#3490</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/aws-cloudformation/cfn-lint/compare/v1.5.3...v1.6.0">https://github.com/aws-cloudformation/cfn-lint/compare/v1.5.3...v1.6.0</a></p>
<h3>v1.5.3</h3>
<h2>What's Changed</h2>
<ul>
<li>Load registry schemas before implementing patching by <a
href="https://github.com/kddejong"><code>@kddejong</code></a> in <a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3486">aws-cloudformation/cfn-lint#3486</a></li>
<li>Force resolve validation to not use strict types by <a
href="https://github.com/kddejong"><code>@kddejong</code></a> in <a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3488">aws-cloudformation/cfn-lint#3488</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/aws-cloudformation/cfn-lint/compare/v1.5.2...v1.5.3">https://github.com/aws-cloudformation/cfn-lint/compare/v1.5.2...v1.5.3</a></p>
<h3>v1.5.2</h3>
<h2>What's Changed</h2>
<ul>
<li>Update CloudFormation schemas to 2024-07-09 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/3457">aws-cloudformation/cfn-lint#3457</a></li>
<li>Update logging configuration to not log when used as a library by <a
href="https://github.com/kddejong"><code>@kddejong</code></a> in <a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3479">aws-cloudformation/cfn-lint#3479</a></li>
<li>Add
<code>AWS::ServiceCatalog::CloudFormationProvisionedProduct</code> to
exceptions for <a
href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E1040">E1040</a>
by <a
href="https://github.com/kylekluever"><code>@kylekluever</code></a> in
<a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3481">aws-cloudformation/cfn-lint#3481</a></li>
<li>Allow ICMP to have <code>FromPort</code> other than -1 with
<code>ToPort</code> -1 by <a
href="https://github.com/kddejong"><code>@kddejong</code></a> in <a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3482">aws-cloudformation/cfn-lint#3482</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/kylekluever"><code>@kylekluever</code></a>
made their first contribution in <a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/3481">aws-cloudformation/cfn-lint#3481</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/aws-cloudformation/cfn-lint/compare/v1.5.1...v1.5.2">https://github.com/aws-cloudformation/cfn-lint/compare/v1.5.1...v1.5.2</a></p>
<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/defb6b74fd533cc89ea9ec9361c8bf7f9968d119"><code>defb6b7</code></a>
Release v1.6.0 (<a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/3492">#3492</a>)</li>
<li><a
href="https://github.com/aws-cloudformation/cfn-lint/commit/fe442aa019566a41fd665c0a466c1c1b06c49a70"><code>fe442aa</code></a>
Update CloudFormation schemas to 2024-07-11 (<a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/3484">#3484</a>)</li>
<li><a
href="https://github.com/aws-cloudformation/cfn-lint/commit/93b27c26d6a4f97df466b67cf9ed8d8a199d8eaf"><code>93b27c2</code></a>
Use region when looking for a resolver being satisfied (<a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/3490">#3490</a>)</li>
<li><a
href="https://github.com/aws-cloudformation/cfn-lint/commit/afcf3074a9e5c9378680bf19f8bdab5eec6891c1"><code>afcf307</code></a>
Disable W1020 when using SAM (<a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/3491">#3491</a>)</li>
<li><a
href="https://github.com/aws-cloudformation/cfn-lint/commit/1e7161b90e66561283d9f8c97ca8db4f6a9c20b7"><code>1e7161b</code></a>
Return all errors from resolution (<a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/3489">#3489</a>)</li>
<li><a
href="https://github.com/aws-cloudformation/cfn-lint/commit/46efe5426800b268fb5701b43258d7a9a7e8667e"><code>46efe54</code></a>
Release v1.5.3 (<a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/3487">#3487</a>)</li>
<li><a
href="https://github.com/aws-cloudformation/cfn-lint/commit/bedfdc262918ffdb2121ba1db4a426484ca1fd01"><code>bedfdc2</code></a>
Force resolve validation to not use strict types (<a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/3488">#3488</a>)</li>
<li><a
href="https://github.com/aws-cloudformation/cfn-lint/commit/d85111262e314d899e9f99278d5c0f45faa5c9f0"><code>d851112</code></a>
Load registry schemas before implementing patching (<a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/3486">#3486</a>)</li>
<li><a
href="https://github.com/aws-cloudformation/cfn-lint/commit/755935c5716e419d635417c4a3f906c9db5d9754"><code>755935c</code></a>
Release v1.5.2 (<a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/3483">#3483</a>)</li>
<li><a
href="https://github.com/aws-cloudformation/cfn-lint/commit/907ed2ea6af9800e9070c80274d6ba64c8c23850"><code>907ed2e</code></a>
chore(schemas) - Update CloudFormation schemas to 2024-07-09 (<a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/3457">#3457</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws-cloudformation/cfn-lint/compare/v1.5.0...v1.6.0">compare
view</a></li>
</ul>
</details>
<br />
[](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 2a70558 commit a641c8d
2 files changed
Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments