Commit 558b13f
authored
Upgrade: [dependabot] - bump aws-cdk-lib from 2.198.0 to 2.199.0 (#333)
Bumps
[aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib)
from 2.198.0 to 2.199.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-cdk/releases">aws-cdk-lib's
releases</a>.</em></p>
<blockquote>
<h2>v2.199.0</h2>
<h3>⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES</h3>
<ul>
<li><strong>cloudformation:</strong> Some L1 resources experienced
breaking changes due to updated CloudFormation resources. Please check
the notes for each specific module for more information.</li>
<li><strong>vpc-lattice</strong>: the <code>name</code> and
<code>resourceConfigurationType</code> property in
<code>CfnResourceConfigurationProps</code> has changed from optional to
required. Also, the <code>name</code>, <code>subnetIds</code> and
<code>vpcIdentifier</code> properties in
<code>CfnResourceGatewayProps</code> have changed from optional to
mandatory.</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>appconfig:</strong> deletion protection check for
configuration profile (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34418">#34418</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/ce88c7616188183059640f9e16fedc2e256e0b40">ce88c76</a>)</li>
<li><strong>cloudformation:</strong> update L1 CloudFormation resource
definitions (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34555">#34555</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/64662b2225dce18ee2da0eb46331a3a0155ecfb5">64662b2</a>)</li>
<li><strong>ecs-patterns:</strong> add minHealthyPercent and
maxHealthyPercent props to NetworkMultipleTargetGroupsFargateService (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34516">#34516</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/a434aed1c9edc1b427a891cf70cc26f1657600d6">a434aed</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/34368">#34368</a></li>
<li><strong>eks:</strong> <code>Addon</code> support configurationValues
(<a
href="https://redirect.github.com/aws/aws-cdk/issues/34061">#34061</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/b42003344d75bbdb2df71e7da52f9af5e956f64b">b420033</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/34001">#34001</a></li>
<li><strong>events-targets:</strong> enable opt-in to use an IAM role
for SnsTopic target (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34259">#34259</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/a3a0cf0dc2ea2ecfc077af3f1939117623baa559">a3a0cf0</a>)</li>
<li><strong>stepfunctions-tasks:</strong> bedrock
createModelCustomizationJob integration (<a
href="https://redirect.github.com/aws/aws-cdk/issues/31913">#31913</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/0c653d3a1d29324025a0ab451e72e4ca3f048ca3">0c653d3</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/29042">#29042</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>elasticloadbalancingv2:</strong> add validation on
application listeners for certificates on HTTP protocol (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34233">#34233</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/ca065bbd936372098e7d76e4cf8f890f20d4c085">ca065bb</a>)</li>
<li><strong>rds:</strong> fix incorrect import/export combination check
in AuroraMysqlEngineVersion.of() (<a
href="https://redirect.github.com/aws/aws-cdk/issues/33564">#33564</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/9e41154c31253932520887748307405a3f38d0e7">9e41154</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/33562">#33562</a>
<a
href="https://redirect.github.com/aws/aws-cdk/issues/33562">#33562</a></li>
</ul>
<hr />
<h2>Alpha modules (2.199.0-alpha.0)</h2>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md">aws-cdk-lib's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<p>All notable changes to this project will be documented in this file.
See <a
href="https://github.com/conventional-changelog/standard-version">standard-version</a>
for commit guidelines.</p>
<h2><a
href="https://github.com/aws/aws-cdk/compare/v2.198.0-alpha.0...v2.199.0-alpha.0">2.199.0-alpha.0</a>
(2025-05-27)</h2>
<h2><a
href="https://github.com/aws/aws-cdk/compare/v2.197.0-alpha.0...v2.198.0-alpha.0">2.198.0-alpha.0</a>
(2025-05-22)</h2>
<h3>⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES</h3>
<ul>
<li><strong>amplify:</strong> A compute role is created when
<code>platform</code> is <code>Platform.WEB_COMPUTE</code> or
<code>Platform.WEB_DYNAMIC</code>.</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>amplify:</strong> add compute role support for Amplify app
(<a
href="https://redirect.github.com/aws/aws-cdk/issues/33962">#33962</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/7490b921aa2c464e32ad27064fa4b84571d5ba1a">7490b92</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/33882">#33882</a></li>
<li><strong>ec2:</strong> add i7i instance class (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34453">#34453</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/3fe8ab4bb100e23042f3d55d4a52bfc8cdbf495a">3fe8ab4</a>)</li>
</ul>
<h2><a
href="https://github.com/aws/aws-cdk/compare/v2.196.1-alpha.0...v2.197.0-alpha.0">2.197.0-alpha.0</a>
(2025-05-20)</h2>
<h2><a
href="https://github.com/aws/aws-cdk/compare/v2.196.0-alpha.0...v2.196.1-alpha.0">2.196.1-alpha.0</a>
(2025-05-19)</h2>
<h2><a
href="https://github.com/aws/aws-cdk/compare/v2.195.0-alpha.0...v2.196.0-alpha.0">2.196.0-alpha.0</a>
(2025-05-15)</h2>
<h3>Features</h3>
<ul>
<li><strong>msk:</strong> support Kafka versions 3.9.x and 3.9.x Kraft
(<a
href="https://redirect.github.com/aws/aws-cdk/issues/34213">#34213</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/a1226db3164f885ab1bbf13a18697831cfde74d0">a1226db</a>)</li>
<li><strong>pipes-targets:</strong> add SNS (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34159">#34159</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/2f846b395cc5061363bd6def946a04740ac0139b">2f846b3</a>)</li>
<li><strong>s3tables:</strong> server-side encryption by customer
managed KMS key (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34229">#34229</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/488f0db714c20fcaf5dbdf682277a70c6a938d3f">488f0db</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>ec2:</strong> dual-stack vpc without private subnets creates
EgressOnlyInternetGateway (under feature flag) (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34437">#34437</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/35e818b4f86638b5fe6074705511d1eee16266d2">35e818b</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/30981">#30981</a></li>
<li><strong>ec2-alpha:</strong> fix resource id references and tags for
migration behind feature flag (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34377">#34377</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/aa735341a8e95224a14241b5e1c5c5ba71de5022">aa73534</a>)</li>
</ul>
<h2><a
href="https://github.com/aws/aws-cdk/compare/v2.194.0-alpha.0...v2.195.0-alpha.0">2.195.0-alpha.0</a>
(2025-05-07)</h2>
<h3>⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES</h3>
<ul>
<li><strong>iot:</strong> By default,
<code>deviceDertificateAgeCheck</code> is automatically enabled.</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>iot:</strong> device certificate age check audit
configuration (<a
href="https://redirect.github.com/aws/aws-cdk/issues/33816">#33816</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/9ad383d5300c5d5f5a9d2552fbd541436570a404">9ad383d</a>)</li>
<li><strong>location:</strong> support L2 API Key Construct (<a
href="https://redirect.github.com/aws/aws-cdk/issues/32733">#32733</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/d86787889dd49dce220324d141bf48e1bfa8fc3b">d867878</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/30684">#30684</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-cdk/commit/bba02dfaa3c250a67fea310bc1069f94ef0c0b34"><code>bba02df</code></a>
chore: update analytics metadata blueprints</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/64662b2225dce18ee2da0eb46331a3a0155ecfb5"><code>64662b2</code></a>
feat(cloudformation): update L1 CloudFormation resource definitions (<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/34555">#34555</a>)</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/0bce2f0d61821920728d337fba2d23276e2b61ec"><code>0bce2f0</code></a>
revert(ec2): update <code>PrefixList.fromLookup()</code> to expect the
result from CcApi...</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/b42003344d75bbdb2df71e7da52f9af5e956f64b"><code>b420033</code></a>
feat(eks): <code>Addon</code> support configurationValues (<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/34061">#34061</a>)</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/04061f290ac747cf366837a7870335b54a9f70bf"><code>04061f2</code></a>
chore(ec2): update <code>PrefixList.fromLookup()</code> to expect the
result from CcApi ...</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/ca065bbd936372098e7d76e4cf8f890f20d4c085"><code>ca065bb</code></a>
fix(elasticloadbalancingv2): add validation on application listeners for
cert...</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/ef5edf5188ccb708c4af5fb67fb0261e8ba7f327"><code>ef5edf5</code></a>
chore(ec2): update vpc README with vpc lookup method (<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/34544">#34544</a>)</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/7fa3bbd33aa47390a921864c588b5bd84a67b418"><code>7fa3bbd</code></a>
chore: npm-check-updates && yarn upgrade (<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/34513">#34513</a>)</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/0c653d3a1d29324025a0ab451e72e4ca3f048ca3"><code>0c653d3</code></a>
feat(stepfunctions-tasks): bedrock createModelCustomizationJob
integration (#...</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/a3a0cf0dc2ea2ecfc077af3f1939117623baa559"><code>a3a0cf0</code></a>
feat(events-targets): enable opt-in to use an IAM role for SnsTopic
target (#...</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-cdk/commits/v2.199.0/packages/aws-cdk-lib">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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent b0e8611 commit 558b13f
2 files changed
+5
-5
lines changedSome 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 | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments