Commit 6bb7121
authored
Upgrade: [dependabot] - bump aws-cdk-lib from 2.221.1 to 2.222.0 (#643)
Bumps
[aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib)
from 2.221.1 to 2.222.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.222.0</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li><strong>bedrock-agentcore:</strong> The signature of
<code>RuntimeAuthorizerConfiguration.usingCognito()</code> has changed
to accept IUserPool and IUserPoolClient constructs instead of string
parameters, and now supports multiple clients.</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>apigateway:</strong> add <code>binaryMediaTypes</code>
property to SpecRestApi (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35502">#35502</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/bf10d94484c5a78a86a5a38db093b48eec0b42d7">bf10d94</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/35498">#35498</a></li>
<li><strong>apigatewayv2:</strong> <code>WebSocketStage</code> support
accessLogSettings (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34766">#34766</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/dad112e27b0326746c84cab574ee1b2109d5afdd">dad112e</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/21935">#21935</a></li>
<li><strong>bedrock-agentcore:</strong> use IUserPool and
IUserPoolClient interfaces instead of string identifiers (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35860">#35860</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/a38afc9bdc57143c971e4654fae2fd3c3a0dbef6">a38afc9</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/35854">#35854</a></li>
<li><strong>core:</strong> <code>IEnvironmentAware</code> interface to
retrieve a construct's environment (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35817">#35817</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/8ee5d4b012b2d6a157b0e4915976e0a487cde115">8ee5d4b</a>)</li>
<li><strong>elasticloadbalancingv2:</strong> create security group
settings for NLB by default (under feature flag) (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34675">#34675</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/ff83cfd883ab04a5137ca6d9f28629fc2f5676ad">ff83cfd</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/34606">#34606</a>
<a
href="https://redirect.github.com/aws//redirect.github.com/aws/aws-cdk/issues/34606/issues/issuecomment-2931313249">aws/aws-cdk#34606</a></li>
<li><strong>events-targets:</strong> support Amazon Data Firehose target
using Firehose's <code>IDeliveryStream</code> (<a
href="https://redirect.github.com/aws/aws-cdk/issues/33798">#33798</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/a374b6b2dd071bbd15b3a824e1aaa1002d0dc018">a374b6b</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/33757">#33757</a>
<a
href="https://redirect.github.com/aws/aws-cdk/issues/33758">#33758</a></li>
<li><strong>kinesisfirehose:</strong> add built-in data processors to
decompress CloudWatch logs and extract messages (<a
href="https://redirect.github.com/aws/aws-cdk/issues/33749">#33749</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/5dec21e882f0e33b3ed436ac4ce82f0c290c06a4">5dec21e</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/33691">#33691</a>
<a
href="https://redirect.github.com/aws/aws-cdk/issues/20242">#20242</a>
<a
href="https://redirect.github.com/aws//redirect.github.com/aws/aws-cdk/issues/33691/issues/issuecomment-2713012245">aws/aws-cdk#33691</a></li>
<li><strong>lambda:</strong> add Java25 runtime for Lambda (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35867">#35867</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/db71facb53f3024d68d5497befe39989cd55d593">db71fac</a>)</li>
<li><strong>lambda:</strong> add Python 3.14 runtime for Lambda (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35869">#35869</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/ebef303ea22c6eab7ea33505961ecce0b2c99a7a">ebef303</a>)</li>
<li><strong>memory:</strong> add agentcore memory l2 construct (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35757">#35757</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/6a2e17e8280affd152ad4e24d505bc4593b790eb">6a2e17e</a>)</li>
<li><strong>msk:</strong> support Express brokers (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34741">#34741</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/0a69e5f165c20d5106d0d159ce6b023d228e5fea">0a69e5f</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/32923">#32923</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>agentcore:</strong> <code>addToRolePolicy</code> for runtime
with imported role destroys and recreates policies on every deployment
(<a
href="https://redirect.github.com/aws/aws-cdk/issues/35842">#35842</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/92525e45e4f8688ddd4892e43885e33e9d812c6c">92525e4</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/35844">#35844</a>
<a
href="https://github.com/40aws-cdk/aws-bedrock-agentcore-alpha/agentcore/runtime/runtime-base.ts/issues/L253">40aws-cdk/aws-bedrock-agentcore-alpha/agentcore/runtime/runtime-base.ts#L253</a></li>
<li><strong>agentcore:</strong> custom execution role policy for runtime
lacks proper permissions (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35849">#35849</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/ee94b63161b6ff2a930ef4acb1e65e01d1ac570a">ee94b63</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/35852">#35852</a>
<a
href="https://github.com/40aws-cdk/aws-bedrock-agentcore-alpha/agentcore/runtime/runtime-artifact.ts/issues/L65">40aws-cdk/aws-bedrock-agentcore-alpha/agentcore/runtime/runtime-artifact.ts#L65</a>
<a
href="https://github.com/40aws-cdk/aws-bedrock-agentcore-alpha/agentcore/runtime/runtime.ts/issues/L252-L259">40aws-cdk/aws-bedrock-agentcore-alpha/agentcore/runtime/runtime.ts#L252-L259</a>
<a
href="https://github.com/aws//github.com/aws/aws-cdk/blob/v2.221.0/packages/aws-cdk-lib/aws-codepipeline/lib/pipeline.ts/issues/L693">/github.com/aws/aws-cdk/blob/v2.221.0/packages/aws-cdk-lib/aws-codepipeline/lib/pipeline.ts#L693</a>
<a
href="https://github.com/aws//github.com/aws/aws-cdk/blob/v2.221.0/packages/aws-cdk-lib/aws-lambda/lib/function.ts/issues/L1468">/github.com/aws/aws-cdk/blob/v2.221.0/packages/aws-cdk-lib/aws-lambda/lib/function.ts#L1468</a>
<a
href="https://github.com/aws//github.com/aws/aws-cdk/blob/v2.221.0/packages/aws-cdk-lib/aws-ecs/lib/base/base-service.ts/issues/L1161">/github.com/aws/aws-cdk/blob/v2.221.0/packages/aws-cdk-lib/aws-ecs/lib/base/base-service.ts#L1161</a></li>
<li><strong>dynamodb:</strong> addToResourcePolicy has no effect (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35554">#35554</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/94d7e34ebff8f8dbd17ee712d724974179fe7076">94d7e34</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/35062">#35062</a></li>
<li><strong>ecs:</strong> remove empty
CfnClusterCapacityProviderAssociations resource (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35783">#35783</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/c8a131b935af27726131fb670ee84b15152296e0">c8a131b</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/35699">#35699</a>
<a
href="https://redirect.github.com/aws/aws-cdk/issues/35742">#35742</a></li>
<li><strong>iam:</strong> cannot grant lambda:InvokeFunction on
ManagedPolicy or Policy via <code>grantInvoke()</code> method (<a
href="https://redirect.github.com/aws/aws-cdk/issues/32984">#32984</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/a07d75a11c83fb0d9e92fc31f416403e09d1efdf">a07d75a</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/32980">#32980</a>
<a
href="https://redirect.github.com/aws//redirect.github.com/aws/aws-cdk/pull/32984/issues/pullrequestreview-2863553504">aws/aws-cdk#32984</a></li>
<li>compilation failure in Go (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35871">#35871</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/5e4f603a17faf543dfacfba209b8e17b50ffbdca">5e4f603</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/35770">aws/aws-cdk#35770</a>
<a
href="https://redirect.github.com/aws/aws-cdk/issues/35862">#35862</a></li>
<li><strong>ec2:</strong> remove PassRole policy emitted by cloudwatch
vpc flow destination (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35762">#35762</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/c4b80df3e7611b55f7adbdc43673ec102a3a1a7b">c4b80df</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/35729">#35729</a></li>
</ul>
<hr />
<h2>Alpha modules (2.222.0-alpha.0)</h2>
<h3>Features</h3>
<ul>
<li><strong>eks-v2-alpha:</strong> eks-v2-alpha is now in developer
preview (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35801">#35801</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/32afc0ff940394da737714e599ddc3c25ff738e3">32afc0f</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>bedrock-alpha:</strong> apply permission dependency to
existing and non-existing roles (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35123">#35123</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/b39ccf3a874401c2a0a7ae0806f1be02b9b75d5e">b39ccf3</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/35120">#35120</a></li>
<li><strong>eks-v2-alpha:</strong> remove hyphen from Go package name
(<a
href="https://redirect.github.com/aws/aws-cdk/issues/35927">#35927</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/2cdfc8a909ce3752833e46dd2ed0106fee0e785a">2cdfc8a</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.221.1-alpha.0...v2.222.0-alpha.0">2.222.0-alpha.0</a>
(2025-11-04)</h2>
<h3>Features</h3>
<ul>
<li><strong>eks-v2-alpha:</strong> eks-v2-alpha is now in developer
preview (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35801">#35801</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/32afc0ff940394da737714e599ddc3c25ff738e3">32afc0f</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>bedrock-alpha:</strong> apply permission dependency to
existing and non-existing roles (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35123">#35123</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/b39ccf3a874401c2a0a7ae0806f1be02b9b75d5e">b39ccf3</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/35120">#35120</a></li>
<li><strong>eks-v2-alpha:</strong> remove hyphen from Go package name
(<a
href="https://redirect.github.com/aws/aws-cdk/issues/35927">#35927</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/2cdfc8a909ce3752833e46dd2ed0106fee0e785a">2cdfc8a</a>)</li>
</ul>
<h2><a
href="https://github.com/aws/aws-cdk/compare/v2.221.0-alpha.0...v2.221.1-alpha.0">2.221.1-alpha.0</a>
(2025-10-29)</h2>
<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>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-cdk/commit/cfc74ed96139df6c067ed7a5c261ebd1c87ba653"><code>cfc74ed</code></a>
chore: update analytics metadata blueprints</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/1ee40addd04d237d2221100f96cb347eb0561732"><code>1ee40ad</code></a>
chore(release): 2.222.0</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/dad112e27b0326746c84cab574ee1b2109d5afdd"><code>dad112e</code></a>
feat(apigatewayv2): <code>WebSocketStage</code> support
accessLogSettings (<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/34766">#34766</a>)</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/f618638a67739b26382a4fd50f002baf8e5f741c"><code>f618638</code></a>
chore: fix Python TypeError: Cannot create a consistent method
resolution ord...</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/ebef303ea22c6eab7ea33505961ecce0b2c99a7a"><code>ebef303</code></a>
feat(lambda): add Python 3.14 runtime for Lambda (<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/35869">#35869</a>)</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/db71facb53f3024d68d5497befe39989cd55d593"><code>db71fac</code></a>
feat(lambda): add Java25 runtime for Lambda (<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/35867">#35867</a>)</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/db057e1999537a6d7ae3f8bcfaacc9275df99f0f"><code>db057e1</code></a>
docs: fix typos and wording in feature flags description (<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/35789">#35789</a>)</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/75139b2145010bc74e8017b23450d7af95327f49"><code>75139b2</code></a>
chore(bedrock): support Amazon Nova Multimodal Embeddings (<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/35904">#35904</a>)</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/bf10d94484c5a78a86a5a38db093b48eec0b42d7"><code>bf10d94</code></a>
feat(apigateway): add <code>binaryMediaTypes</code> property to
SpecRestApi (<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/35502">#35502</a>)</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/5dec21e882f0e33b3ed436ac4ce82f0c290c06a4"><code>5dec21e</code></a>
feat(kinesisfirehose): add built-in data processors to decompress
CloudWatch ...</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-cdk/commits/v2.222.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 30ee601 commit 6bb7121
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