Commit 3199abf
authored
Upgrade: [dependabot] - bump cfn-lint from 1.32.4 to 1.33.2 (#1539)
Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from
1.32.4 to 1.33.2.
<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.33.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Switch <a
href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3683">E3683</a>
to <a
href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3684">E3684</a>
for health check protocol by <a
href="https://github.com/kddejong"><code>@kddejong</code></a> in <a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4094">aws-cloudformation/cfn-lint#4094</a></li>
<li>Add <code>Items</code> to map function in state machine definition
by <a href="https://github.com/kddejong"><code>@kddejong</code></a> in
<a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4097">aws-cloudformation/cfn-lint#4097</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/aws-cloudformation/cfn-lint/compare/v1.33.1...v1.33.2">https://github.com/aws-cloudformation/cfn-lint/compare/v1.33.1...v1.33.2</a></p>
<h2>Release v1.33.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Case insensitive pattern for <code>AWS::SSM::Parameter</code>
<code>Name</code> by <a
href="https://github.com/kddejong"><code>@kddejong</code></a> in <a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4090">aws-cloudformation/cfn-lint#4090</a></li>
<li>Fix context handling <code>None</code> for filename by <a
href="https://github.com/kddejong"><code>@kddejong</code></a> in <a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4091">aws-cloudformation/cfn-lint#4091</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/aws-cloudformation/cfn-lint/compare/v1.33.0...v1.33.1">https://github.com/aws-cloudformation/cfn-lint/compare/v1.33.0...v1.33.1</a></p>
<h2>Release v1.33.0</h2>
<h2>What's Changed</h2>
<ul>
<li>New rule <a
href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3062">E3062</a>
to validate <code>DBInstanceClass</code> against Engine by <a
href="https://github.com/kddejong"><code>@kddejong</code></a> in <a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4080">aws-cloudformation/cfn-lint#4080</a></li>
<li>Several state mach schema improvements by <a
href="https://github.com/kddejong"><code>@kddejong</code></a> in <a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4081">aws-cloudformation/cfn-lint#4081</a></li>
<li>New rule <a
href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3681">E3681</a>
to validate <code>AWS::ElasticLoadBalancingV2::TargetGroup</code>
<code>TargetType</code> property restrictions by <a
href="https://github.com/kddejong"><code>@kddejong</code></a> in <a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4082">aws-cloudformation/cfn-lint#4082</a></li>
<li>New rule <a
href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3683">E3683</a>
to validate <code>AWS::ElasticLoadBalancingV2::TargetGroup</code>
<code>Protocol</code> property restrictions by <a
href="https://github.com/kddejong"><code>@kddejong</code></a> in <a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4082">aws-cloudformation/cfn-lint#4082</a></li>
<li>Allow for /example in SSM Param Name by <a
href="https://github.com/kddejong"><code>@kddejong</code></a> in <a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4086">aws-cloudformation/cfn-lint#4086</a></li>
<li>Update CloudFormation schemas to <code>2025-04-08</code> 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/4083">aws-cloudformation/cfn-lint#4083</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/aws-cloudformation/cfn-lint/compare/v1.32.4...v1.33.0">https://github.com/aws-cloudformation/cfn-lint/compare/v1.32.4...v1.33.0</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.33.2</h3>
<h2>What's Changed</h2>
<ul>
<li>Switch <a
href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3683">E3683</a>
to <a
href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3684">E3684</a>
for health check protocol by <a
href="https://github.com/kddejong"><code>@kddejong</code></a> in <a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4094">aws-cloudformation/cfn-lint#4094</a></li>
<li>Add <code>Items</code> to map function in state machine definition
by <a href="https://github.com/kddejong"><code>@kddejong</code></a> in
<a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4097">aws-cloudformation/cfn-lint#4097</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/aws-cloudformation/cfn-lint/compare/v1.33.1...v1.33.2">https://github.com/aws-cloudformation/cfn-lint/compare/v1.33.1...v1.33.2</a></p>
<h3>v1.33.1</h3>
<h2>What's Changed</h2>
<ul>
<li>Case insensitive pattern for <code>AWS::SSM::Parameter</code>
<code>Name</code> by <a
href="https://github.com/kddejong"><code>@kddejong</code></a> in <a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4090">aws-cloudformation/cfn-lint#4090</a></li>
<li>Fix context handling <code>None</code> for filename by <a
href="https://github.com/kddejong"><code>@kddejong</code></a> in <a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4091">aws-cloudformation/cfn-lint#4091</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/aws-cloudformation/cfn-lint/compare/v1.33.0...v1.33.1">https://github.com/aws-cloudformation/cfn-lint/compare/v1.33.0...v1.33.1</a></p>
<h3>v1.33.0</h3>
<h2>What's Changed</h2>
<ul>
<li>New rule <a
href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3062">E3062</a>
to validate <code>DBInstanceClass</code> against Engine by <a
href="https://github.com/kddejong"><code>@kddejong</code></a> in <a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4080">aws-cloudformation/cfn-lint#4080</a></li>
<li>Several state mach schema improvements by <a
href="https://github.com/kddejong"><code>@kddejong</code></a> in <a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4081">aws-cloudformation/cfn-lint#4081</a></li>
<li>New rule <a
href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3681">E3681</a>
to validate <code>AWS::ElasticLoadBalancingV2::TargetGroup</code>
<code>TargetType</code> property restrictions by <a
href="https://github.com/kddejong"><code>@kddejong</code></a> in <a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4082">aws-cloudformation/cfn-lint#4082</a></li>
<li>New rule <a
href="https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3683">E3683</a>
to validate <code>AWS::ElasticLoadBalancingV2::TargetGroup</code>
<code>Protocol</code> property restrictions by <a
href="https://github.com/kddejong"><code>@kddejong</code></a> in <a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4082">aws-cloudformation/cfn-lint#4082</a></li>
<li>Allow for /example in SSM Param Name by <a
href="https://github.com/kddejong"><code>@kddejong</code></a> in <a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/pull/4086">aws-cloudformation/cfn-lint#4086</a></li>
<li>Update CloudFormation schemas to <code>2025-04-08</code> 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/4083">aws-cloudformation/cfn-lint#4083</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/aws-cloudformation/cfn-lint/compare/v1.32.4...v1.33.0">https://github.com/aws-cloudformation/cfn-lint/compare/v1.32.4...v1.33.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws-cloudformation/cfn-lint/commit/9660076e48a5c5b3dbd3a5a38a1b7af30c29dae7"><code>9660076</code></a>
Release v1.33.2 (<a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/4098">#4098</a>)</li>
<li><a
href="https://github.com/aws-cloudformation/cfn-lint/commit/222c968c7329dc3e537e64827269f446e64fee8e"><code>222c968</code></a>
Add Items to map function in state machine definition (<a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/4097">#4097</a>)</li>
<li><a
href="https://github.com/aws-cloudformation/cfn-lint/commit/7d4e7e86ba9d9c13502ee3b64f7e3ba844aaa58c"><code>7d4e7e8</code></a>
Switch E3683 to E3684 for health check protocol (<a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/4094">#4094</a>)</li>
<li><a
href="https://github.com/aws-cloudformation/cfn-lint/commit/72d3c8bf5146e8b3a471d588a682f65cfd88686d"><code>72d3c8b</code></a>
Release v1.33.1 (<a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/4092">#4092</a>)</li>
<li><a
href="https://github.com/aws-cloudformation/cfn-lint/commit/92173705f8dffba0027ce31c04b660b33f389fdb"><code>9217370</code></a>
Fix context handling None for filename (<a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/4091">#4091</a>)</li>
<li><a
href="https://github.com/aws-cloudformation/cfn-lint/commit/1e32e508d7bdbe72b0384c898e1f5926c22a62b0"><code>1e32e50</code></a>
Case insensitive pattern (<a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/4090">#4090</a>)</li>
<li><a
href="https://github.com/aws-cloudformation/cfn-lint/commit/c8d477c582e94820689502dd33724354734bad54"><code>c8d477c</code></a>
Release v1.33.0 (<a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/4087">#4087</a>)</li>
<li><a
href="https://github.com/aws-cloudformation/cfn-lint/commit/a48988b17822725541de0f9bd5924c83ffbe73df"><code>a48988b</code></a>
Update CloudFormation schemas to 2025-04-08 (<a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/4083">#4083</a>)</li>
<li><a
href="https://github.com/aws-cloudformation/cfn-lint/commit/322c19ae55bd881aa340d97be4d53caf94ba6c9b"><code>322c19a</code></a>
Allow for /example in SSM Param Name (<a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/4086">#4086</a>)</li>
<li><a
href="https://github.com/aws-cloudformation/cfn-lint/commit/968ed88fe8ac3c6db970d8c85f88ecc6b527ed7d"><code>968ed88</code></a>
Fix predictive ordering of rds data (<a
href="https://redirect.github.com/aws-cloudformation/cfn-lint/issues/4084">#4084</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws-cloudformation/cfn-lint/compare/v1.32.4...v1.33.2">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 6ce9e72 commit 3199abf
2 files changed
Lines changed: 11 additions & 11 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 | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments