Commit 22caecb
authored
Upgrade: [dependabot] - bump aws-cdk-lib from 2.220.0 to 2.221.0 (#117)
Bumps
[aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib)
from 2.220.0 to 2.221.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.221.0</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li>** L1 resources are automatically generated from public
CloudFormation Resource Schemas. They are built to closely reflect the
real state of CloudFormation. Sometimes these updates can contain
changes that are incompatible with previous types, but more accurately
reflect reality. In this release we have changed:</li>
</ul>
<ul>
<li><strong>aws-datazone</strong>: AWS::DataZone::ProjectProfile: Id
property removed.</li>
<li><strong>aws-logs</strong>: AWS::Logs::DeliveryDestination:
DeliveryDestinationType attribute removed.</li>
<li><strong>aws-s3</strong>: AWS::S3::AccessGrantsLocation: IamRoleArn
property is now required.</li>
<li><strong>aws-s3</strong>: AWS::S3::AccessGrantsLocation:
LocationScope property is now required.</li>
<li><strong>aws-servicecatalog</strong>:
AWS::ServiceCatalog::TagOptionAssociation: Id attribute removed.</li>
</ul>
<h3>Features</h3>
<ul>
<li>update L1 CloudFormation resource definitions (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35816">#35816</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/82bef28a322a436d0c99adf8cb097008591f3952">82bef28</a>)</li>
<li><strong>agentcore:</strong> add agentcore L2 constructs for 1p tools
(<a
href="https://redirect.github.com/aws/aws-cdk/issues/35577">#35577</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/3087ffa33fdde85d02ec2574854856762866ca7d">3087ffa</a>)</li>
<li><strong>agentcore:</strong> add agentcore runtime L2 construct (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35623">#35623</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/c57484ababbf99b13660ab597e5738819b1855a6">c57484a</a>)</li>
<li><strong>ecr:</strong> image tag mutability exclusion filters (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35246">#35246</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/f6dd5cfd50209b82b654935fc965819a46bd0247">f6dd5cf</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/35454">#35454</a></li>
<li><strong>ecs:</strong> implement IConnectable interface for
ManagedInstancesCapacityProvider (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35745">#35745</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/fd5ff76c9707b36e878d58e20d7544b80e53d603">fd5ff76</a>)</li>
<li><strong>kinesisfirehose:</strong> support DeliveryStream record
format conversion for S3 Bucket Destination (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35410">#35410</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/79bcba24313955bcb7e3e4d02d3d2cc11db5cd7d">79bcba2</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/15501">#15501</a>
<a
href="https://redirect.github.com/aws//redirect.github.com/aws/aws-cdk/issues/15501/issues/issuecomment-3255582302">aws/aws-cdk#15501</a></li>
<li>update L1 CloudFormation resource definitions (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35769">#35769</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/a16590513ff1dcd41141e77eec5ebfaef2dff3c4">a165905</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>ecs-patterns:</strong> resolve target group conflict when
updating ALB internetFacing or loadBalancerName (under feature flag) (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35508">#35508</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/69b9c03583ef5542aee93c5c011304314ddcd4fc">69b9c03</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/33253">#33253</a>
<a
href="https://redirect.github.com/aws/aws-cdk/issues/33253">#33253</a>
<a
href="https://redirect.github.com/aws/aws-cdk/issues/33253">#33253</a></li>
<li><strong>lambda:</strong> can't find entry file under ESM module
system (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35797">#35797</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/7becd79b95d4e6a2290b39cb39e9b7ae1c92c78e">7becd79</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/21630">#21630</a></li>
<li><strong>lambda-runtime:</strong> change fallback for latest lambda
node runtime to node 22.x (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35764">#35764</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/10fcb1bcfde256373a2b240a86bb776fc7de9c92">10fcb1b</a>)</li>
<li><strong>opensearchservice:</strong> add i8g nodes validation without
EBS (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35668">#35668</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/9594842729f96967eb9bdba1c856d962a97ad3cf">9594842</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/35666">#35666</a></li>
<li><strong>s3-deployment:</strong> handle empty string in Source.data()
(<a
href="https://redirect.github.com/aws/aws-cdk/issues/35824">#35824</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/95c8d73c3e95ae421b314101f34d422503981fb7">95c8d73</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/35809">#35809</a></li>
<li><strong>stepfunctions-tasks:</strong> allow passing apiEndpoint as
intrinsic function (under feature flag) (<a
href="https://redirect.github.com/aws/aws-cdk/issues/32139">#32139</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/ddfef06e6893d55f605c475dbb13bdb22efcfbaa">ddfef06</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/29925">#29925</a>
<a
href="https://redirect.github.com/aws/aws-cdk/issues/29925">#29925</a>
<a
href="https://redirect.github.com/aws/aws-cdk/issues/30749">#30749</a></li>
</ul>
<hr />
<h2>Alpha modules (2.221.0-alpha.0)</h2>
<h3>Features</h3>
<ul>
<li><strong>msk-alpha:</strong> support Kafka 4.1 (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35759">#35759</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/67539de15ee70a61629fa8dfc7f7b42b187a82e0">67539de</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>elasticache-alpha:</strong> cannot import Redis 7 serverless
cache (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35629">#35629</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/2bde1a02ecb1fc3439249eb1bb756bf335ec3553">2bde1a0</a>)</li>
</ul>
</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.220.0-alpha.0...v2.221.0-alpha.0">2.221.0-alpha.0</a>
(2025-10-24)</h2>
<h3>Features</h3>
<ul>
<li><strong>msk-alpha:</strong> support Kafka 4.1 (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35759">#35759</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/67539de15ee70a61629fa8dfc7f7b42b187a82e0">67539de</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>elasticache-alpha:</strong> cannot import Redis 7 serverless
cache (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35629">#35629</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/2bde1a02ecb1fc3439249eb1bb756bf335ec3553">2bde1a0</a>)</li>
</ul>
<h2><a
href="https://github.com/aws/aws-cdk/compare/v2.219.0-alpha.0...v2.220.0-alpha.0">2.220.0-alpha.0</a>
(2025-10-14)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>amplify-alpha:</strong> handle empty customResponseHeaders
array (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35700">#35700</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/57f90687d56ebe2cdc3fd5cff1dc35329c502ee4">57f9068</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/35693">#35693</a></li>
</ul>
<h2><a
href="https://github.com/aws/aws-cdk/compare/v2.218.0-alpha.0...v2.219.0-alpha.0">2.219.0-alpha.0</a>
(2025-10-01)</h2>
<h2><a
href="https://github.com/aws/aws-cdk/compare/v2.217.0-alpha.0...v2.218.0-alpha.0">2.218.0-alpha.0</a>
(2025-09-29)</h2>
<ul>
<li><strong>elasticache-alpha:</strong> implement Serverless ElastiCache
L2 Construct (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35424">#35424</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/0e08c8ccc17f45a9023433c17c22a951b23cad43">0e08c8c</a>)</li>
</ul>
<h2><a
href="https://github.com/aws/aws-cdk/compare/v2.216.0-alpha.0...v2.217.0-alpha.0">2.217.0-alpha.0</a>
(2025-09-25)</h2>
<h2><a
href="https://github.com/aws/aws-cdk/compare/v2.215.0-alpha.0...v2.216.0-alpha.0">2.216.0-alpha.0</a>
(2025-09-22)</h2>
<h2><a
href="https://github.com/aws/aws-cdk/compare/v2.214.0-alpha.0...v2.215.0-alpha.0">2.215.0-alpha.0</a>
(2025-09-15)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>bedrock-alpha:</strong> added missing validation when prompt
uses default variant (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35366">#35366</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/cbd271e36b68adbbaa1c87f95e7b99eaf3817264">cbd271e</a>)</li>
</ul>
<h2><a
href="https://github.com/aws/aws-cdk/compare/v2.213.0-alpha.0...v2.214.0-alpha.0">2.214.0-alpha.0</a>
(2025-09-02)</h2>
<h3>Features</h3>
<ul>
<li><strong>bedrock-alpha:</strong> add guardrails l2 construct (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34765">#34765</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/b4fdb2b494abf41eccab90cca0d0f64d38009fbe">b4fdb2b</a>)</li>
<li><strong>eks-v2-alpha:</strong> support eks with k8s 1.33 (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34713">#34713</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/c24565e015d692e9a9c5dc9703372ec51b04be6b">c24565e</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/34520">#34520</a>
<a
href="https://redirect.github.com/aws/aws-cdk/issues/34911">#34911</a></li>
<li><strong>s3tables-alpha:</strong> add TablePolicy support to L2
construct library (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35223">#35223</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/2741dfbf69bbfa3e4353b4b3cbb4423fddc53226">2741dfb</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/33054">#33054</a></li>
</ul>
<h2><a
href="https://github.com/aws/aws-cdk/compare/v2.212.0-alpha.0...v2.213.0-alpha.0">2.213.0-alpha.0</a>
(2025-08-27)</h2>
<h3>Features</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-cdk/commit/780ae852e34e3d574e121ed3a5a8648a9383e772"><code>780ae85</code></a>
chore: resolve merge conflict</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/287e1fae7686ed35ce5d1253301d949390653c23"><code>287e1fa</code></a>
chore(release): 2.221.0</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/36140d12c691876fa944a17749fbebe56b95dc4c"><code>36140d1</code></a>
revert: feat(core): cfn constructs (L1s) can now accept constructs as
paramet...</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/159703c77bbe480ba9a07691b3d87774d223c62c"><code>159703c</code></a>
chore: update analytics metadata blueprints</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/1d2725c715095e7de70f10c5d312d4356c4eb91d"><code>1d2725c</code></a>
chore(release): 2.221.0</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/95c8d73c3e95ae421b314101f34d422503981fb7"><code>95c8d73</code></a>
fix(s3-deployment): handle empty string in Source.data() (<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/35824">#35824</a>)</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/c5e7f215565beeaf21211677b1fc8f62ba8c136a"><code>c5e7f21</code></a>
feat(core): cfn constructs (L1s) can now accept constructs as parameters
for ...</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/10fcb1bcfde256373a2b240a86bb776fc7de9c92"><code>10fcb1b</code></a>
fix(lambda-runtime): change fallback for latest lambda node runtime to
node 2...</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/82bef28a322a436d0c99adf8cb097008591f3952"><code>82bef28</code></a>
feat: update L1 CloudFormation resource definitions (<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/35816">#35816</a>)</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/7becd79b95d4e6a2290b39cb39e9b7ae1c92c78e"><code>7becd79</code></a>
fix(lambda): can't find entry file under ESM module system (<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/35797">#35797</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-cdk/commits/v2.221.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 8a72cfc commit 22caecb
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 | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments