Commit 7172143
chore(deps-dev): bump aws-cdk-lib from 2.232.2 to 2.235.1 in /packages/@aws-cdk/integ-runner (#1041)
Bumps
[aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib)
from 2.232.2 to 2.235.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.235.1</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>apigatewayv2:</strong> use custom domain name instead of
regional domain name when importing domain name via
fromDomainNameAttributes (<a
href="https://redirect.github.com/aws/aws-cdk/issues/36710">#36710</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/29e5642266190ef7d8cf3cccdb50ea2caa6919db">29e5642</a>)</li>
</ul>
<hr />
<h2>Alpha modules (2.235.1-alpha.0)</h2>
<h2>v2.235.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>aws-ecs: AWS::ECS::CapacityProvider:
ManagedInstancesNetworkConfiguration.SecurityGroups property is now
required.</li>
</ul>
<ul>
<li><strong>ecs:</strong> <code>securityGroups</code> is now required in
<code>ManagedInstancesCapacityProviderProps</code>. CloudFormation has
always required this field, so any code that omitted it would have
failed at deployment time with a validation error. This change catches
the error at compile time instead, improving the developer experience.
If your code previously omitted <code>securityGroups</code>, you must
now explicitly provide at least one security group.</li>
<li><strong>aws-cdk-lib:</strong>
<code>JobQueue.computeEnvironments</code> contains an
<code>computeEnvironment: IComputeEnvironment →
IComputeEnvironmentRef</code>. <code>BackupPlanRule.props</code>
contains a <code>backupVault: IBackupVault → IBackupVaultRef</code>.
<code>ApiDestination.fromApiDestinationAttributes()</code> return type
<code>ApiDestination → IApiDestination</code>. This should never have
returned a class but always an interface, as is the standard for
referencing factories. <code>EventDestination.bus</code> changed
<code>IEventBus →IEventBusRef</code>;
<code>FlowLogDestination.bind()</code> now returns and
<code>ICluster.executeCommandConfiguration</code> contains a member
changing type <code>ILogGroup → ILogGroupRef</code>.</li>
<li><strong>events:</strong>
<code>ApiDestination.fromApiDestinationAttributes()</code> now returns
an <code>IApiDestination</code>. It used to return an
<code>ApiDestination</code> but this was a mistake, referencing methods
always return a type by interface, not by
class.<code>EventDestination.bus</code> used to be an
<code>IEventBus</code> but is now an <code>IEventBusRef</code>; it needs
to be type tested to assert it is actually an <code>IEventBus</code> if
that is necessary.</li>
<li><strong>logs:</strong> the return types of
<code>FlowLogDestination.bind()</code> and
<code>ICluster.executeCommandConfiguration</code> now contain an
<code>ILogGroupRef</code> instead of an <code>ILogGroup</code>, which
guarantees less. These fields are for communication between constructs,
and their values should not be used by application builders. If they do,
they will need to add a cast or a type check.</li>
<li><strong>iot-actions:</strong> <code>enableBatchConfig</code>
property is explicitly disabled by default. Even with this modification,
the behavior of HttpAction remains unchanged from before, but only the
Cfn template will be modified.</li>
</ul>
<h3>Features</h3>
<ul>
<li>update L1 CloudFormation resource definitions (<a
href="https://redirect.github.com/aws/aws-cdk/issues/36694">#36694</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/861f437146d6bc284bfd3f6e09ccf22b542e281f">861f437</a>)</li>
<li><strong>apigatewayv2-integrations:</strong> add PutEvents support
for EventBridge integration (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35766">#35766</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/d879e4d4058932f5dafd468fee6eddef6dc793d2">d879e4d</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/35714">#35714</a>
<a
href="https://redirect.github.com/aws/aws-cdk/issues/35714">#35714</a></li>
<li><strong>ecs:</strong> add none log driver option for ECS containers
(<a
href="https://redirect.github.com/aws/aws-cdk/issues/35819">#35819</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/563682026f0941922cf1123687484966847f3cb0">5636820</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/35795">#35795</a>
<a
href="https://redirect.github.com/aws/aws-cdk/issues/35795">#35795</a></li>
<li><strong>iot-actions:</strong> batching HTTP action messages (<a
href="https://redirect.github.com/aws/aws-cdk/issues/36642">#36642</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/fbc50eaab2189552fd54c2c38998a85bde82581f">fbc50ea</a>)</li>
<li><strong>rds:</strong> add Read/Write IOPS metrics to
DatabaseInstance and VolumeRead/Write IOPs metrics to DatabaseCluster
(<a
href="https://redirect.github.com/aws/aws-cdk/issues/35773">#35773</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/d8e023d823c316a91a771c533c12dc678b07d773">d8e023d</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/35327">#35327</a>
<a
href="https://redirect.github.com/aws/aws-cdk/issues/35327">#35327</a></li>
<li><strong>rds:</strong> support default auth scheme for RDS Proxy (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35635">#35635</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/99f6c74e214b8e015aaad3029208f2f6d974008b">99f6c74</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/35558">#35558</a></li>
<li><strong>spec2cdk:</strong> support for auto-generated grants in
alpha modules (<a
href="https://redirect.github.com/aws/aws-cdk/issues/36206">#36206</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/776f837f5b979a08c2c3113463a670ff00594710">776f837</a>)</li>
<li><strong>synthetics:</strong> add syn-nodejs-3.0 runtime (<a
href="https://redirect.github.com/aws/aws-cdk/issues/36652">#36652</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/18f9fef5a0a4288c3d001c25fe8420e2a002c8ce">18f9fef</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/36648">#36648</a></li>
<li><strong>synthetics:</strong> playwright 4.0 and 5.0 runtimes (<a
href="https://redirect.github.com/aws/aws-cdk/issues/36590">#36590</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/82cd9a685727241f37207f6f06797d316eb17ea2">82cd9a6</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>aws-cdk-lib:</strong> reference interfaces for remaining
services (<a
href="https://redirect.github.com/aws/aws-cdk/issues/36359">#36359</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/ed1f9de27b56310bfc2b1fe06679133242d746cc">ed1f9de</a>)</li>
<li><strong>core:</strong> make DetachedConstruct.node non-enumerable
(<a
href="https://redirect.github.com/aws/aws-cdk/issues/36672">#36672</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/98d41caf641fd086d940a3a8e769fac4eac6c361">98d41ca</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/36078">#36078</a>
<a
href="https://redirect.github.com/aws/aws-cdk/issues/36015">#36015</a></li>
<li><strong>ecs:</strong> make securityGroups required in
ManagedInstancesCapacityProvider (<a
href="https://redirect.github.com/aws/aws-cdk/issues/36685">#36685</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/6734426a517bc8bf3e4b9ea5d4206f40ae286d1e">6734426</a>)</li>
<li><strong>events:</strong> event Matcher class to be compatible with
mergeEventPattern function (<a
href="https://redirect.github.com/aws/aws-cdk/issues/36602">#36602</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/e3f7dba10e6e11af596f5458a6969fafb5313208">e3f7dba</a>),
closes <a
href="https://github.com/aws//github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/aws-s3/lib/bucket.ts/issues/L657-L657">/github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/aws-s3/lib/bucket.ts#L657-L657</a></li>
<li><strong>opensearchservice:</strong> use KMS Key ARN for
cross-account encryption (<a
href="https://redirect.github.com/aws/aws-cdk/issues/36020">#36020</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/cccd94cebb8aab3241afb2eda8571143eaa478c7">cccd94c</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/36017">#36017</a></li>
<li><strong>stepfunctions:</strong> allow JSONata expressions for Map
maxConcurrency (<a
href="https://redirect.github.com/aws/aws-cdk/issues/36462">#36462</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/2230c878928d9724b15bd9f924ff7e47d324150c">2230c87</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/36274">#36274</a></li>
<li><code>RuntimeError: apiEndpoint is not configured on the imported
HttpApi</code> (revert of "chore(apigatewayv2): reference
interfaces") (<a
href="https://redirect.github.com/aws/aws-cdk/issues/36623">#36623</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/fb17d39054d9a41345a5b4c83c44b32a838e3c86">fb17d39</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/36378">aws/aws-cdk#36378</a></li>
</ul>
<h3>Miscellaneous Chores</h3>
<ul>
<li><strong>events:</strong> reference interfaces (<a
href="https://redirect.github.com/aws/aws-cdk/issues/36535">#36535</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/0bea5c99c22ac71e0c7e860e2c42b85d8ba95fba">0bea5c9</a>)</li>
<li><strong>logs:</strong> reference interfaces (<a
href="https://redirect.github.com/aws/aws-cdk/issues/36566">#36566</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/5b426b89114414b634e479f53b76b66337cd509a">5b426b8</a>)</li>
</ul>
<hr />
<h2>Alpha modules (2.235.0-alpha.0)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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.235.0-alpha.0...v2.235.1-alpha.0">2.235.1-alpha.0</a>
(2026-01-19)</h2>
<h2><a
href="https://github.com/aws/aws-cdk/compare/v2.234.1-alpha.0...v2.235.0-alpha.0">2.235.0-alpha.0</a>
(2026-01-15)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li><strong>bedrock-agentcore-alpha:</strong> The User Pool Client will
be replaced and new Resource Server and Domain resources will be added
for existing Gateway stacks using the default Cognito authorizer.</li>
</ul>
<h3>Checklist</h3>
<ul>
<li><input type="checkbox" checked="" disabled="" /> My code adheres to
the <a
href="https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md">CONTRIBUTING
GUIDE</a> and <a
href="https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md">DESIGN
GUIDELINES</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>bedrock-agentcore-alpha:</strong> default Cognito User Pool
for AgentCore Gateway is not set up for M2M authentication. (<a
href="https://redirect.github.com/aws/aws-cdk/issues/36323">#36323</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/5a5605aafdba676ea1d73edd3ebdbfaf7dfe668d">5a5605a</a>)</li>
</ul>
<h2><a
href="https://github.com/aws/aws-cdk/compare/v2.234.0-alpha.0...v2.234.1-alpha.0">2.234.1-alpha.0</a>
(2026-01-08)</h2>
<h2><a
href="https://github.com/aws/aws-cdk/compare/v2.233.0-alpha.0...v2.234.0-alpha.0">2.234.0-alpha.0</a>
(2026-01-08)</h2>
<h3>Features</h3>
<ul>
<li><strong>msk-alpha:</strong> support express broker for Kafka v3.9
(<a
href="https://redirect.github.com/aws/aws-cdk/issues/36450">#36450</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/afcc95362cbf1dff56f2a3d96f37915dc877d01b">afcc953</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>elasticache-alpha:</strong> deployment fails when
serverlessCacheName or userGroupId is not specified (<a
href="https://redirect.github.com/aws/aws-cdk/issues/36459">#36459</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/b3f62f7acd935176d540d6c4e227a4c660fc7481">b3f62f7</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/36458">#36458</a></li>
<li><strong>elasticache-alpha:</strong> security group for
<code>ServerlessCache</code> does not use default endpoint port (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35738">#35738</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/79d91ad156452540525710b1c5049904bcbfc053">79d91ad</a>)</li>
</ul>
<h2><a
href="https://github.com/aws/aws-cdk/compare/v2.232.2-alpha.0...v2.233.0-alpha.0">2.233.0-alpha.0</a>
(2025-12-18)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li><strong>bedrock-agentcore-alpha:</strong> Runtime constructs will no
longer automatically include lifecycleConfiguration with default values
when not explicitly specified by users.</li>
<li><strong>elasticache-alpha:</strong> The <code>engine</code> property
in <code>NoPasswordUserProps</code> has been removed.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>bedrock-agentcore-alpha:</strong> runtime construct
incorrectly forces default lifecycleConfiguration values (<a
href="https://redirect.github.com/aws/aws-cdk/issues/36379">#36379</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/795435459e06e90aa9818bc99967930b125754bf">7954354</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/36376">#36376</a></li>
<li><strong>elasticache-alpha:</strong> the default engine for
NoPasswordUser contradict in the docs (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35920">#35920</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/495fa3707a71f025f55bf37fdd13017554b89a32">495fa37</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/35847">#35847</a></li>
<li><strong>mixins-preview:</strong> improving delivery source and
delivery destination creation (<a
href="https://redirect.github.com/aws/aws-cdk/issues/36314">#36314</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/86092ab023681bcf81678ad881b990bccc457737">86092ab</a>)</li>
</ul>
<h2><a
href="https://github.com/aws/aws-cdk/compare/v2.232.1-alpha.0...v2.232.2-alpha.0">2.232.2-alpha.0</a>
(2025-12-12)</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-cdk/commit/29e5642266190ef7d8cf3cccdb50ea2caa6919db"><code>29e5642</code></a>
fix(apigatewayv2): use custom domain name instead of regional domain
name whe...</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/ccf7b9f0ce6e50c914380a7448a286ca48736abe"><code>ccf7b9f</code></a>
chore: update analytics metadata blueprints</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/861f437146d6bc284bfd3f6e09ccf22b542e281f"><code>861f437</code></a>
feat: update L1 CloudFormation resource definitions (<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/36694">#36694</a>)</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/d8e023d823c316a91a771c533c12dc678b07d773"><code>d8e023d</code></a>
feat(rds): add Read/Write IOPS metrics to DatabaseInstance and
VolumeRead/Wri...</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/cccd94cebb8aab3241afb2eda8571143eaa478c7"><code>cccd94c</code></a>
fix(opensearchservice): use KMS Key ARN for cross-account encryption (<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/36020">#36020</a>)</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/dea2c28d95a9190d064cb375dfb356a66f25453a"><code>dea2c28</code></a>
chore: yarn upgrade dependencies requiring intervention (<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/36600">#36600</a>)</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/6734426a517bc8bf3e4b9ea5d4206f40ae286d1e"><code>6734426</code></a>
fix(ecs): make securityGroups required in
ManagedInstancesCapacityProvider (#...</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/ed1f9de27b56310bfc2b1fe06679133242d746cc"><code>ed1f9de</code></a>
fix(aws-cdk-lib): reference interfaces for remaining services (<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/36359">#36359</a>)</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/563682026f0941922cf1123687484966847f3cb0"><code>5636820</code></a>
feat(ecs): add none log driver option for ECS containers (<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/35819">#35819</a>)</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/326650467b3fb2e61ca3513104605a6deef80d10"><code>3266504</code></a>
docs(ecs): document Podman as a Docker/Finch alternative (<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/35933">#35933</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-cdk/commits/v2.235.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Momo Kornher <kornherm@amazon.co.uk>1 parent db619c4 commit 7172143
1 file changed
+1
-1
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments