Commit 3859966
authored
Upgrade: [dependabot] - bump aws-cdk-lib from 2.202.0 to 2.203.1 (#402)
Bumps
[aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib)
from 2.202.0 to 2.203.1.
<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.203.1</h2>
<h3>Bug Fixes</h3>
<ul>
<li>"Invalid Assembly Manifest" when used with CLI 2.1017.0
and 2.1018.0 (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34880">#34880</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/32ee0504a83647a88b24361094ef76aef18e7b8b">32ee050</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/34798">aws/aws-cdk#34798</a></li>
</ul>
<hr />
<h2>Alpha modules (2.203.1-alpha.0)</h2>
<h2>v2.203.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>
</ul>
<ul>
<li><em><strong>aws-cdk-lib.aws_kendra.CfnDataSource.TemplateConfigurationProperty</strong></em>:
<code>template</code> property here has changed from <code>string</code>
to <code>json</code></li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>rds:</strong> instance engine lifecycle support (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34719">#34719</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/bab74137f17bb0759b1a922d8e88df5c0f6e9bc1">bab7413</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/34492">#34492</a></li>
<li>report feature flag configuration into Cloud Assembly (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34798">#34798</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/76af7dc8b5bc80dcc00ad9f3bbf6dc8fecfec5c3">76af7dc</a>)</li>
<li><strong>backup:</strong> add support for ScheduleExpressionTimezone
(<a
href="https://redirect.github.com/aws/aws-cdk/issues/34603">#34603</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/8ceea437e332d4a1339c26f13b59b424ef389135">8ceea43</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/34532">#34532</a></li>
<li><strong>cloudformation:</strong> update L1 CloudFormation resource
definitions (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34839">#34839</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/4c75889fb44e16bc5ef979c5c6d42390ddc0a17b">4c75889</a>)</li>
<li><strong>cloudwatch:</strong> add account id field for log query and
metric widgets to support cross account visibility (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34793">#34793</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/ac4d09d91bcedc4dca144ba68b1951cc12c9b70c">ac4d09d</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/26105">#26105</a></li>
<li><strong>lambda:</strong> function log removal policy (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34723">#34723</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/0388483537bbd2f6fef4e8dd3156341a90ee9d68">0388483</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/34669">#34669</a></li>
<li><strong>pipelines:</strong> cdk-assets version is configurable (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34802">#34802</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/a361c9ce325f6d1f63a62c69d26af4ce6b2e12f3">a361c9c</a>)</li>
<li>update L1 CloudFormation resource definitions (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34792">#34792</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/074cb8c8502463e658ab009c5bebf5a84ad6555b">074cb8c</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>codecov:</strong> update codecov-upload.yml (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34845">#34845</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/805501692991825aa4949bf830fa40e4e1c4cd6b">8055016</a>),
closes <a
href="https://github.com/aws//github.com/aws/aws-cdk/blob/main/codecov.yml/issues/L35">/github.com/aws/aws-cdk/blob/main/codecov.yml#L35</a></li>
<li><strong>codecov:</strong> update codecov-upload.yml action to upload
report with correct path (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34814">#34814</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/705e76bf22da1e743f22428aab4c36f900b484e5">705e76b</a>)</li>
<li><strong>stepfunctions-tasks:</strong> properly serialize
CallAwsServiceCrossRegion Lambda responses (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34843">#34843</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/a4b15df5d1669056947df757471ad0b921335f23">a4b15df</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/34768">#34768</a></li>
</ul>
<h3>Reverts</h3>
<ul>
<li>"ci: add tool to sync with project board" (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34817">#34817</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/1965014d1233b956fc2c6cbbdf72bfade9aaab5d">1965014</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/34776">aws/aws-cdk#34776</a></li>
</ul>
<hr />
<h2>Alpha modules (2.203.0-alpha.0)</h2>
<h3>Features</h3>
<ul>
<li><strong>ec2:</strong> support for client route enforcement for
client VPN endpoint (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34405">#34405</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/063f4e79d7416c52b622450222c5439e893ca74c">063f4e7</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>ec2:</strong> don't use inferenceAccellerators in the
constructors if not needed (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34618">#34618</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/054c6c53982b8ba33ca31af6752b1662ed5752b8">054c6c5</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/33505">#33505</a>
<a
href="https://redirect.github.com/aws//redirect.github.com/aws/aws-cdk/issues/33505/issues/issuecomment-2770818825">aws/aws-cdk#33505</a>
<a
href="https://redirect.github.com/aws/aws-cdk/issues/34610">#34610</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-cdk/blob/v2.203.1/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.203.0-alpha.0...v2.203.1-alpha.0">2.203.1-alpha.0</a>
(2025-07-02)</h2>
<h2><a
href="https://github.com/aws/aws-cdk/compare/v2.202.0-alpha.0...v2.203.0-alpha.0">2.203.0-alpha.0</a>
(2025-07-01)</h2>
<h3>Features</h3>
<ul>
<li><strong>ec2:</strong> support for client route enforcement for
client VPN endpoint (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34405">#34405</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/063f4e79d7416c52b622450222c5439e893ca74c">063f4e7</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>ec2:</strong> don't use inferenceAccellerators in the
constructors if not needed (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34618">#34618</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/054c6c53982b8ba33ca31af6752b1662ed5752b8">054c6c5</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/33505">#33505</a>
<a
href="https://redirect.github.com/aws//redirect.github.com/aws/aws-cdk/issues/33505/issues/issuecomment-2770818825">aws/aws-cdk#33505</a>
<a
href="https://redirect.github.com/aws/aws-cdk/issues/34610">#34610</a></li>
</ul>
<h2><a
href="https://github.com/aws/aws-cdk/compare/v2.201.0-alpha.0...v2.202.0-alpha.0">2.202.0-alpha.0</a>
(2025-06-20)</h2>
<h3>Features</h3>
<ul>
<li><strong>amplify:</strong> add compute role support for Amplify
branches (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34708">#34708</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/817a21a782da035f7878facf8cc4d938250b70e0">817a21a</a>)</li>
<li><strong>amplify-alpha:</strong> support custom response headers in
monorepo structures (<a
href="https://redirect.github.com/aws/aws-cdk/issues/31771">#31771</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/aea1372ab7bc68c489cea5ee5e499233755910e8">aea1372</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/31758">#31758</a></li>
</ul>
<h2><a
href="https://github.com/aws/aws-cdk/compare/v2.200.2-alpha.0...v2.201.0-alpha.0">2.201.0-alpha.0</a>
(2025-06-12)</h2>
<h3>Features</h3>
<ul>
<li><strong>amplify:</strong> add skew protection feature for Amplify
branches (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34656">#34656</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/8808998d0ba6e5e22e36888c10474f9788a77454">8808998</a>)</li>
<li><strong>bedrock:</strong> adding bedrock l2 construct features (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34065">#34065</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/a0289271aa9990f85c120d0549b878bd3c6ea484">a028927</a>)</li>
<li><strong>ec2:</strong> add interface VPC endpoint for DSQL (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34487">#34487</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/3e53c2c0449692e639779c4315a34bca3b778cf4">3e53c2c</a>)</li>
<li><strong>ec2:</strong> support Firehose <code>IDeliveryStream</code>
as flow log destination (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34596">#34596</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/cdfe6e7e2946e80b3dffe9b23fd30659c0b88b99">cdfe6e7</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/33883">#33883</a>
<a
href="https://redirect.github.com/aws/aws-cdk/issues/33757">#33757</a></li>
<li><strong>ec2:</strong> volume initialization rate for EBS volume (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34570">#34570</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/527d483a670042caed1ba8366de81f38dde12a51">527d483</a>)</li>
</ul>
<h3>Reverts</h3>
<ul>
<li><strong>ec2:</strong> support Firehose <code>IDeliveryStream</code>
as flow log destination (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34665">#34665</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/b77bd0e0da635098ca951c7f8b030bcb3cb387dd">b77bd0e</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/34596">aws/aws-cdk#34596</a></li>
</ul>
<h2><a
href="https://github.com/aws/aws-cdk/compare/v2.200.1-alpha.0...v2.200.2-alpha.0">2.200.2-alpha.0</a>
(2025-06-11)</h2>
<h2><a
href="https://github.com/aws/aws-cdk/compare/v2.200.0-alpha.0...v2.200.1-alpha.0">2.200.1-alpha.0</a>
(2025-06-03)</h2>
<h2><a
href="https://github.com/aws/aws-cdk/compare/v2.199.0-alpha.0...v2.200.0-alpha.0">2.200.0-alpha.0</a>
(2025-06-02)</h2>
<h3>Features</h3>
<ul>
<li><strong>msk:</strong> support Kafka 4.0 (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34501">#34501</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/aa40e382ddd585f027febcc994a8e32491bf37c1">aa40e38</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/32ee0504a83647a88b24361094ef76aef18e7b8b"><code>32ee050</code></a>
fix: "Invalid Assembly Manifest" when used with CLI 2.1017.0
and 2.1018.0 (<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/3">#3</a>...</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/2531f1038952a460a9f40bdf97addac7ecf475e0"><code>2531f10</code></a>
chore: update analytics metadata blueprints</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/bab74137f17bb0759b1a922d8e88df5c0f6e9bc1"><code>bab7413</code></a>
feat(rds): instance engine lifecycle support (<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/34719">#34719</a>)</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/76af7dc8b5bc80dcc00ad9f3bbf6dc8fecfec5c3"><code>76af7dc</code></a>
feat: report feature flag configuration into Cloud Assembly (<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/34798">#34798</a>)</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/ac4d09d91bcedc4dca144ba68b1951cc12c9b70c"><code>ac4d09d</code></a>
feat(cloudwatch): add account id field for log query and metric widgets
to su...</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/4c75889fb44e16bc5ef979c5c6d42390ddc0a17b"><code>4c75889</code></a>
feat(cloudformation): update L1 CloudFormation resource definitions (<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/34839">#34839</a>)</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/41311a29997da7c4d44930594fe96ceb781dcf4f"><code>41311a2</code></a>
docs(lambda): warn users on using fromBucket without setting
objectVersion (#...</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/951c917d0eb9b2241176bb9147657e0d43692677"><code>951c917</code></a>
chore: npm-check-updates && yarn upgrade (<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/34752">#34752</a>)</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/5f9e8575daf6358cac82afd35766c6b336e7513a"><code>5f9e857</code></a>
chore: yarn upgrade dependencies requiring intervention (<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/34751">#34751</a>)</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/0388483537bbd2f6fef4e8dd3156341a90ee9d68"><code>0388483</code></a>
feat(lambda): function log removal policy (<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/34723">#34723</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-cdk/commits/v2.203.1/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 6376ce9 commit 3859966
2 files changed
+13
-16
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