Skip to content

Commit cd8804f

Browse files
Upgrade: [dependabot] - bump aws-cdk-lib from 2.231.0 to 2.234.1 (#285)
Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.231.0 to 2.234.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.234.1</h2> <h3>Bug Fixes</h3> <ul> <li><code>RuntimeError: apiEndpoint is not configured on the imported HttpApi</code> (revert of &quot;chore(apigatewayv2): reference interfaces&quot;) (<a href="https://redirect.github.com/aws/aws-cdk/issues/36623">#36623</a>) (<a href="https://github.com/aws/aws-cdk/commit/1c10d495ffd81a90a91cc6779c75e59f27bbc1e0">1c10d49</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/36378">aws/aws-cdk#36378</a></li> </ul> <hr /> <h2>Alpha modules (2.234.1-alpha.0)</h2> <h2>v2.234.0</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li><strong>batch:</strong> unfortunately <code>JobQueue</code> exposes <code>public readonly computeEnvironments: OrderedComputeEnvironment[]</code>. The <code>computeEnvironment</code> member of that structure now fewer guarantees, and needs casting. This should not have been exposed, and we assume the use of the exposed property here is rare.</li> <li><strong>backup:</strong> unfortunately <code>BackupPlanRule</code> exposes <code>public readonly props: BackupPlanRuleProps</code>. The <code>backupVault</code> member of that structure now guarantees less, and needs casting. This should never have been exposed, and we assume the use of the exposed property here is rare.</li> <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> <p>aws-securityhub: AWS::SecurityHub::ConnectorV2: Provider.JiraCloud.AuthStatus attribute removed.<br /> aws-securityhub: AWS::SecurityHub::ConnectorV2: Provider.JiraCloud.AuthUrl attribute removed.<br /> aws-securityhub: AWS::SecurityHub::ConnectorV2: Provider.JiraCloud.CloudId attribute removed.<br /> aws-securityhub: AWS::SecurityHub::ConnectorV2: Provider.JiraCloud.Domain attribute removed.<br /> aws-securityhub: AWS::SecurityHub::ConnectorV2: Provider.ServiceNow.AuthStatus attribute removed.<br /> aws-securityhub: AWS::SecurityHub::ConnectorV2: JiraCloud type removed, replaced by JiraCloudProviderConfiguration.<br /> aws-securityhub: AWS::SecurityHub::ConnectorV2: ServiceNow type removed, replaced by ServiceNowProviderConfiguration.<br /> aws-ssm: AWS::SSM::MaintenanceWindowTarget: Id attribute removed.</p> <h3>Features</h3> <ul> <li><strong>ecs:</strong> automatically create ec2InstanceProfile for ManagedInstancesCapacityProvider (<a href="https://redirect.github.com/aws/aws-cdk/issues/35796">#35796</a>) (<a href="https://github.com/aws/aws-cdk/commit/9218ea8356f43dacab177e1ae74c7bb7c4aceedd">9218ea8</a>)</li> <li><strong>rds:</strong> add name property to option group (<a href="https://redirect.github.com/aws/aws-cdk/issues/36319">#36319</a>) (<a href="https://github.com/aws/aws-cdk/commit/708d0acce8e5c9339a9c8b2574d8b6e2556eebd8">708d0ac</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/35720">#35720</a></li> <li><strong>stepfunctions-tasks:</strong> allow EcsRunTask on fargate and ec2 to set capacity provider strategy (<a href="https://redirect.github.com/aws/aws-cdk/issues/35465">#35465</a>) (<a href="https://github.com/aws/aws-cdk/commit/63ca2ae07507c0726c28c990931cca748eb0dcda">63ca2ae</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/20013">#20013</a> <a href="https://redirect.github.com/aws/aws-cdk/issues/30171">#30171</a> <a href="https://redirect.github.com/aws/aws-cdk/issues/7967">#7967</a></li> <li><strong>synthetics:</strong> add puppeteer 12.0/13.0 runtime (<a href="https://redirect.github.com/aws/aws-cdk/issues/36562">#36562</a>) (<a href="https://github.com/aws/aws-cdk/commit/5b74dd45abb700cebc33c811114c95f0b098aa6a">5b74dd4</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/36501">#36501</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>cloudwatch:</strong> skip MathExpression validation when prop is a token (<a href="https://redirect.github.com/aws/aws-cdk/issues/36487">#36487</a>) (<a href="https://github.com/aws/aws-cdk/commit/2845d47e074e3bf7e8d36bf655822c70ae53f094">2845d47</a>)</li> <li><strong>core:</strong> <code>App.of()</code> returns incorrect values (<a href="https://redirect.github.com/aws/aws-cdk/issues/36475">#36475</a>) (<a href="https://github.com/aws/aws-cdk/commit/78034d32d0b120a4eabaf58d7a87a1c6649d1a8e">78034d3</a>)</li> <li><strong>core:</strong> <code>arnForXxxx()</code> helpers ignore environments from referenced resources (<a href="https://redirect.github.com/aws/aws-cdk/issues/36599">#36599</a>) (<a href="https://github.com/aws/aws-cdk/commit/4744c5919b85a9943d704379a0413ddf242f97c0">4744c59</a>)</li> <li><strong>core:</strong> account for <code>{ Ref }</code> incompatibility between schema and CFN (<a href="https://redirect.github.com/aws/aws-cdk/issues/36493">#36493</a>) (<a href="https://github.com/aws/aws-cdk/commit/3b069427f1e912b9deb8c237706c24833fd6fc04">3b06942</a>)</li> <li><strong>ec2:</strong> add proper handling for VPC endpoint service name prefix eu.amazonaws for new region eusc-de-east-1 for ECR &amp; API Gateway services (<a href="https://redirect.github.com/aws/aws-cdk/issues/36471">#36471</a>) (<a href="https://github.com/aws/aws-cdk/commit/d5561e0a3f42e4e0c7ea49e2497bc3c5ced8355f">d5561e0</a>)</li> <li><strong>lambda:</strong> add token resolution validation to capacity providers (<a href="https://redirect.github.com/aws/aws-cdk/issues/36275">#36275</a>) (<a href="https://github.com/aws/aws-cdk/commit/c5fbd97c1496d1e4c1c8585cdf720bac2937e95c">c5fbd97</a>)</li> </ul> <h3>Miscellaneous Chores</h3> <ul> <li><strong>backup:</strong> reference interfaces (<a href="https://redirect.github.com/aws/aws-cdk/issues/36415">#36415</a>) (<a href="https://github.com/aws/aws-cdk/commit/4418612ab36184bce45b827e8e5955dc00396853">4418612</a>)</li> <li><strong>batch:</strong> reference interfaces (<a href="https://redirect.github.com/aws/aws-cdk/issues/36522">#36522</a>) (<a href="https://github.com/aws/aws-cdk/commit/fefc7be8f415edf3ee24e0f75768a6acdb12d391">fefc7be</a>)</li> </ul> <hr /> <h2>Alpha modules (2.234.0-alpha.0)</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> <!-- 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.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> <h2><a href="https://github.com/aws/aws-cdk/compare/v2.232.0-alpha.0...v2.232.1-alpha.0">2.232.1-alpha.0</a> (2025-12-05)</h2> <h2><a href="https://github.com/aws/aws-cdk/compare/v2.231.0-alpha.0...v2.232.0-alpha.0">2.232.0-alpha.0</a> (2025-12-04)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>bedrock-agentcore-alpha:</strong> use static construct ID for asset-based runtime artifacts (<a href="https://redirect.github.com/aws/aws-cdk/issues/36241">#36241</a>) (<a href="https://github.com/aws/aws-cdk/commit/e2bdddd82f3e04f1cb2aebb187c580563bae453f">e2bdddd</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/35968">#35968</a></li> <li><strong>mixins-preview:</strong> service exports are different then in <code>aws-cdk-lib</code> (<a href="https://redirect.github.com/aws/aws-cdk/issues/36201">#36201</a>) (<a href="https://github.com/aws/aws-cdk/commit/585800660b65a3a87d2b358054c7b5e162faabcf">5858006</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/36210">#36210</a></li> <li><strong>mixins-preview:</strong> strongly-typed ConstructSelector interface (<a href="https://redirect.github.com/aws/aws-cdk/issues/36266">#36266</a>) (<a href="https://github.com/aws/aws-cdk/commit/1d2f4730cc4358d35198980957e4fc01a21e9daf">1d2f473</a>)</li> </ul> <h2><a href="https://github.com/aws/aws-cdk/compare/v2.230.0-alpha.0...v2.231.0-alpha.0">2.231.0-alpha.0</a> (2025-12-01)</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/1c10d495ffd81a90a91cc6779c75e59f27bbc1e0"><code>1c10d49</code></a> fix: <code>RuntimeError: apiEndpoint is not configured on the imported HttpApi</code> (r...</li> <li><a href="https://github.com/aws/aws-cdk/commit/51ce93a3b55b73f9c92662240002aa6669048913"><code>51ce93a</code></a> chore: update analytics metadata blueprints</li> <li><a href="https://github.com/aws/aws-cdk/commit/f5892c6613abd948c8e20a907493c9995a418156"><code>f5892c6</code></a> chore: npm-check-updates &amp;&amp; yarn upgrade (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/36579">#36579</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/ffaccc09218b3aef7bd4b1d7b6c098d4a40630ae"><code>ffaccc0</code></a> chore(route53): reference interfaces (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/36574">#36574</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/46188f89bab7b9db6ad5d1ad06f4363d193d3ab4"><code>46188f8</code></a> chore(codepipeline): reference interfaces (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/36526">#36526</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/d43951a5b5123637d6bdb1e1579651ed276ec2af"><code>d43951a</code></a> chore(appsync): reference interfaces (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/36521">#36521</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/fefc7be8f415edf3ee24e0f75768a6acdb12d391"><code>fefc7be</code></a> chore(batch): reference interfaces (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/36522">#36522</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/f7802a70a7b95c464ba67d0dcd71a2470390c505"><code>f7802a7</code></a> chore(secretsmanager): reference interfaces (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/36576">#36576</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/f85be6fe3312a6b7fe9c105720e250549cf8add3"><code>f85be6f</code></a> chore(inspector): reference interfaces (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/36488">#36488</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/9180ca6a9eee9452d46d349406bc5b27fa9abf2b"><code>9180ca6</code></a> chore(elasticloadbalancing): reference interfaces (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/36533">#36533</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-cdk/commits/v2.234.1/packages/aws-cdk-lib">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aws-cdk-lib&package-manager=npm_and_yarn&previous-version=2.231.0&new-version=2.234.1)](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>
1 parent dcdc7df commit cd8804f

File tree

0 file changed

+0
-0
lines changed

    0 file changed

    +0
    -0
    lines changed

    0 commit comments

    Comments
     (0)