Skip to content

Commit 8ee1fa2

Browse files
Upgrade: [dependabot] - bump aws-cdk-lib from 2.236.0 to 2.237.1 (#503)
Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.236.0 to 2.237.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.237.1</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> intrinsic cfn function tokens are not detected as such in java (<a href="https://redirect.github.com/aws/aws-cdk/issues/36843">#36843</a>) (<a href="https://github.com/aws/aws-cdk/commit/89cd54f6097025bc3e98f2c4bc3caea7c22a61ab">89cd54f</a>)</li> </ul> <hr /> <h2>Alpha modules (2.237.1-alpha.0)</h2> <h2>v2.237.0</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li><strong>iam:</strong> Receivers of <code>IEncryptedResource</code> objects now have fewer guarantees about the shape of the object. If you still require an <code>IResource</code>, change the type to <code>IEncryptedResource &amp; IResource</code> and/or add a type guard check using <code>Resource.isResource()</code>. Implementations of <code>IEncryptedResource</code> no longer need to implement <code>IResource</code> but must continue to implement <code>IEnvironmentAware</code>. Since <code>IResource</code> extends <code>IEnvironmentAware</code>, there is no change for implementors. Calls to <code>GrantableResources.isEncryptedResource()</code> now require an <code>IEnvironmentAware</code> argument instead of <code>IConstruct</code>.</li> </ul> <h3>Features</h3> <ul> <li><strong>eks:</strong> add OidcProviderNative using L1 and deprecate OpenIdConnectProvider custom resource (<a href="https://redirect.github.com/aws/aws-cdk/issues/36589">#36589</a>) (<a href="https://github.com/aws/aws-cdk/commit/09383cbad28336441f0fb405c9d8a190135620dc">09383cb</a>)</li> <li><strong>eks:</strong> add support overwriteServiceAccount prop in service account construct (<a href="https://redirect.github.com/aws/aws-cdk/issues/36751">#36751</a>) (<a href="https://github.com/aws/aws-cdk/commit/3aa38f677d6d1c562c8c2e721b4b4a1f254270db">3aa38f6</a>)</li> <li><strong>kms:</strong> make <code>trustAccountIdentities</code> optional in <code>KeyGrants</code> (<a href="https://redirect.github.com/aws/aws-cdk/issues/36786">#36786</a>) (<a href="https://github.com/aws/aws-cdk/commit/06676acaa1e8f4dc33c4690dd326cb867303ba0b">06676ac</a>)</li> <li><strong>lambda:</strong> add observability support for kafka event source mappings (<a href="https://redirect.github.com/aws/aws-cdk/issues/36808">#36808</a>) (<a href="https://github.com/aws/aws-cdk/commit/dd8b419b94e1cca719838ee9f85fe0c1ab40f394">dd8b419</a>)</li> <li>update L1 CloudFormation resource definitions (<a href="https://redirect.github.com/aws/aws-cdk/issues/36799">#36799</a>) (<a href="https://github.com/aws/aws-cdk/commit/7ecd0a9f1473809c1e196f4cfe7a23967a42378a">7ecd0a9</a>)</li> <li><strong>opensearchservice:</strong> support OI2 instance type with local NVMe storage (<a href="https://redirect.github.com/aws/aws-cdk/issues/36700">#36700</a>) (<a href="https://github.com/aws/aws-cdk/commit/034baf37e91fbc67235eaa96e2c5b7a557e37801">034baf3</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/36698">#36698</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>iam:</strong> <code>IEncryptedResource</code> extends <code>IEnvironmentAware</code> instead of <code>IResource</code> (<a href="https://redirect.github.com/aws/aws-cdk/issues/36787">#36787</a>) (<a href="https://github.com/aws/aws-cdk/commit/90ad834e7c65069e5ab8219600a4fdbef401bebb">90ad834</a>)</li> </ul> <hr /> <h2>Alpha modules (2.237.0-alpha.0)</h2> <h3>Features</h3> <ul> <li><strong>bedrock-agentcore-alpha:</strong> add support for custom claims and scopes to runtime/gateway authorizers (<a href="https://redirect.github.com/aws/aws-cdk/issues/36810">#36810</a>) (<a href="https://github.com/aws/aws-cdk/commit/a3abcd010648e83bed273dff8f581291b5b3c902">a3abcd0</a>)</li> <li><strong>eks-v2-alpha:</strong> pass additional helm chart values to aws-load-balancer-controller (<a href="https://redirect.github.com/aws/aws-cdk/issues/36754">#36754</a>) (<a href="https://github.com/aws/aws-cdk/commit/cf61814ac58448ddd70682e45c07dd8ca58c4fd1">cf61814</a>), closes <a href="https://github.com/aws//github.com/kubernetes-sigs/aws-load-balancer-controller/blob/main/helm/aws-load-balancer-controller/values.yaml/issues/L199">/github.com/kubernetes-sigs/aws-load-balancer-controller/blob/main/helm/aws-load-balancer-controller/values.yaml#L199</a></li> <li><strong>mixins-preview:</strong> align Mixins API with latest RFC proposal (<a href="https://redirect.github.com/aws/aws-cdk/issues/36825">#36825</a>) (<a href="https://github.com/aws/aws-cdk/commit/82c2fdb246557fa4804e2dc88ce16c28db52956c">82c2fdb</a>)</li> <li><strong>mixins-preview:</strong> handle destination bucket with KMS keys (<a href="https://redirect.github.com/aws/aws-cdk/issues/36776">#36776</a>) (<a href="https://github.com/aws/aws-cdk/commit/950401f405751a7634927af0d7667c97ddddd73d">950401f</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>bedrock-agentcore-alpha:</strong> construct ID collision when multiple schemas are set (<a href="https://redirect.github.com/aws/aws-cdk/issues/36565">#36565</a>) (<a href="https://github.com/aws/aws-cdk/commit/9ebfb62d6c6599bee2bf477cdc6b4b6da0a4030a">9ebfb62</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/36559">#36559</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.237.0-alpha.0...v2.237.1-alpha.0">2.237.1-alpha.0</a> (2026-02-03)</h2> <h2><a href="https://github.com/aws/aws-cdk/compare/v2.236.0-alpha.0...v2.237.0-alpha.0">2.237.0-alpha.0</a> (2026-02-02)</h2> <h3>Features</h3> <ul> <li><strong>bedrock-agentcore-alpha:</strong> add support for custom claims and scopes to runtime/gateway authorizers (<a href="https://redirect.github.com/aws/aws-cdk/issues/36810">#36810</a>) (<a href="https://github.com/aws/aws-cdk/commit/a3abcd010648e83bed273dff8f581291b5b3c902">a3abcd0</a>)</li> <li><strong>eks-v2-alpha:</strong> pass additional helm chart values to aws-load-balancer-controller (<a href="https://redirect.github.com/aws/aws-cdk/issues/36754">#36754</a>) (<a href="https://github.com/aws/aws-cdk/commit/cf61814ac58448ddd70682e45c07dd8ca58c4fd1">cf61814</a>), closes <a href="https://github.com/aws//github.com/kubernetes-sigs/aws-load-balancer-controller/blob/main/helm/aws-load-balancer-controller/values.yaml/issues/L199">/github.com/kubernetes-sigs/aws-load-balancer-controller/blob/main/helm/aws-load-balancer-controller/values.yaml#L199</a></li> <li><strong>mixins-preview:</strong> align Mixins API with latest RFC proposal (<a href="https://redirect.github.com/aws/aws-cdk/issues/36825">#36825</a>) (<a href="https://github.com/aws/aws-cdk/commit/82c2fdb246557fa4804e2dc88ce16c28db52956c">82c2fdb</a>)</li> <li><strong>mixins-preview:</strong> handle destination bucket with KMS keys (<a href="https://redirect.github.com/aws/aws-cdk/issues/36776">#36776</a>) (<a href="https://github.com/aws/aws-cdk/commit/950401f405751a7634927af0d7667c97ddddd73d">950401f</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>bedrock-agentcore-alpha:</strong> construct ID collision when multiple schemas are set (<a href="https://redirect.github.com/aws/aws-cdk/issues/36565">#36565</a>) (<a href="https://github.com/aws/aws-cdk/commit/9ebfb62d6c6599bee2bf477cdc6b4b6da0a4030a">9ebfb62</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/36559">#36559</a></li> </ul> <h2><a href="https://github.com/aws/aws-cdk/compare/v2.235.1-alpha.0...v2.236.0-alpha.0">2.236.0-alpha.0</a> (2026-01-23)</h2> <h3>Features</h3> <ul> <li><strong>bedrock-agentcore-alpha:</strong> added episodic memory strategy (<a href="https://redirect.github.com/aws/aws-cdk/issues/36591">#36591</a>) (<a href="https://github.com/aws/aws-cdk/commit/21dcfc6807a3876e2275bdac6f1e4f7564a66100">21dcfc6</a>)</li> <li><strong>bedrock-agentcore-alpha:</strong> added gateway interceptors (<a href="https://redirect.github.com/aws/aws-cdk/issues/36604">#36604</a>) (<a href="https://github.com/aws/aws-cdk/commit/ba8aa48a33b1e008194d6b6b13d10c41019f56b4">ba8aa48</a>)</li> <li><strong>bedrock-agentcore-alpha:</strong> make physical name properties optional for AgentCore resources (<a href="https://redirect.github.com/aws/aws-cdk/issues/36354">#36354</a>) (<a href="https://github.com/aws/aws-cdk/commit/5137d811a92eb63f52d2bfa0713a660f5476839e">5137d81</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/36341">#36341</a></li> <li><strong>mixins-preview:</strong> expose <code>BucketPolicyStatementsMixin</code> publicly (<a href="https://redirect.github.com/aws/aws-cdk/issues/36771">#36771</a>) (<a href="https://github.com/aws/aws-cdk/commit/458156dd43ced89c893687415d7c2a2fce141653">458156d</a>)</li> <li><strong>sagemaker:</strong> add containerStartupHealthCheckTimeoutInSeconds support for EndpointConfig (<a href="https://redirect.github.com/aws/aws-cdk/issues/35626">#35626</a>) (<a href="https://github.com/aws/aws-cdk/commit/47d707aac809fda8ec5302bf927380e8060d380a">47d707a</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/35566">#35566</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>eks-v2-alpha:</strong> ensure kubectl provider access entry is depended upon by downstream resources (<a href="https://redirect.github.com/aws/aws-cdk/issues/36734">#36734</a>) (<a href="https://github.com/aws/aws-cdk/commit/e104f45654177e87e2fb46510f77d02fcf20c499">e104f45</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/34898">#34898</a> <a href="https://redirect.github.com/aws/aws-cdk/issues/34897">#34897</a></li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-cdk/commit/b01993902fcf8cadeaec4bc321c8ddf771b54a63"><code>b019939</code></a> chore: update analytics metadata blueprints</li> <li><a href="https://github.com/aws/aws-cdk/commit/43ee898acc8e529d648d4d65c053499d9af104fa"><code>43ee898</code></a> chore(release): 2.237.0</li> <li><a href="https://github.com/aws/aws-cdk/commit/84899f99af2bceac87a300d2e163f34ac53ab72b"><code>84899f9</code></a> chore(rds): postgres 16.11 (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/36821">#36821</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/dd8b419b94e1cca719838ee9f85fe0c1ab40f394"><code>dd8b419</code></a> feat(lambda): add observability support for kafka event source mappings (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/36808">#36808</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/3aa38f677d6d1c562c8c2e721b4b4a1f254270db"><code>3aa38f6</code></a> feat(eks): add support overwriteServiceAccount prop in service account constr...</li> <li><a href="https://github.com/aws/aws-cdk/commit/7ecd0a9f1473809c1e196f4cfe7a23967a42378a"><code>7ecd0a9</code></a> feat: update L1 CloudFormation resource definitions (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/36799">#36799</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/09383cbad28336441f0fb405c9d8a190135620dc"><code>09383cb</code></a> feat(eks): add OidcProviderNative using L1 and deprecate OpenIdConnectProvide...</li> <li><a href="https://github.com/aws/aws-cdk/commit/ba1a10e65f9c07b6771844cbaf503caff91d4502"><code>ba1a10e</code></a> docs(bedrock): update readme (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/36761">#36761</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/034baf37e91fbc67235eaa96e2c5b7a557e37801"><code>034baf3</code></a> feat(opensearchservice): support OI2 instance type with local NVMe storage (#...</li> <li><a href="https://github.com/aws/aws-cdk/commit/c075d0efa0f5242220a2b0e02dd9d16845f0f6ed"><code>c075d0e</code></a> Merge branch 'main' into merge-back/2.236.0</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-cdk/commits/v2.237.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.236.0&new-version=2.237.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 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 6e54304 commit 8ee1fa2

3 files changed

Lines changed: 47 additions & 7 deletions

File tree

package-lock.json

Lines changed: 45 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"aws-cdk": "^2.1105.0",
30-
"aws-cdk-lib": "^2.236.0",
30+
"aws-cdk-lib": "^2.238.0",
3131
"cdk-nag": "^2.37.52",
3232
"constructs": "^10.4.5",
3333
"esbuild": "^0.27.3"

packages/cdkConstructs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@aws-sdk/client-route-53": "^3.987.0",
2525
"@aws-sdk/client-s3": "^3.978.0",
2626
"aws-cdk": "^2.1105.0",
27-
"aws-cdk-lib": "^2.236.0",
27+
"aws-cdk-lib": "^2.238.0",
2828
"cdk-nag": "^2.37.52",
2929
"constructs": "^10.4.5"
3030
},

0 commit comments

Comments
 (0)