Commit f629ffe
authored
Upgrade: [dependabot] - bump aws-cdk-lib from 2.213.0 to 2.214.0 (#516)
Bumps
[aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib)
from 2.213.0 to 2.214.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.214.0</h2>
<h3>CHANGES TO L1 RESOURCES</h3>
<ul>
<li>
<p>L1 resources are automatically generated from public CloudFormation
Resource Schemas. They are build 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:</p>
<ul>
<li><strong>aws-ecs</strong>: AWS::ECS::Service:
AvailabilityZoneRebalancing property default value changed from
"ENABLED" to "DISABLED".</li>
</ul>
</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>acm:</strong> add support for ACM exportable public
certificates (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35079">#35079</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/c158e806f6bf8a5a5c8464f44c8a9f9f2b3586bf">c158e80</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/35078">#35078</a></li>
<li><strong>cloudwatch:</strong> add option to show labels on pie chart
(<a
href="https://redirect.github.com/aws/aws-cdk/issues/34745">#34745</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/83f0a61b838777ab6239bede77472f6667a0e441">83f0a61</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/28929">#28929</a></li>
<li><strong>cognito:</strong> support refresh token rotation (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34360">#34360</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/74f8ad98c122f1c4c8f3ee10bd582feec80b55bf">74f8ad9</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/34344">#34344</a></li>
<li><strong>core:</strong> <code>DockerBuildOptions</code> support
network param (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34725">#34725</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/bc333e267620fa2e3b7add39c565548e778cd01f">bc333e2</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/34514">#34514</a></li>
<li><strong>dynamodb:</strong> adding ContributorInsightsMode feature
(<a
href="https://redirect.github.com/aws/aws-cdk/issues/35332">#35332</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/f12ead206b659941ef05464a708b6d23eada4ba0">f12ead2</a>)</li>
<li><strong>rds:</strong> retain automated backups for database cluster
(<a
href="https://redirect.github.com/aws/aws-cdk/issues/35372">#35372</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/2ffc666a0e7fdcbbaa072bb9b91f19e4a80e9e46">2ffc666</a>)</li>
<li>update L1 CloudFormation resource definitions (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35320">#35320</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/0d674e4ac4b2f3544e917367af891bba03cf39b0">0d674e4</a>)</li>
<li>update L1 CloudFormation resource definitions (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35382">#35382</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/8f708df13344ea4a8fd3a1b50ab2bf9dce4b556a">8f708df</a>)</li>
<li><strong>ecs:</strong> volume initialization rate (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34962">#34962</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/b8dfbc466cf8fac4641d9e8c111525e2dc7a1848">b8dfbc4</a>)</li>
<li><strong>events:</strong> enable customer managed keys to be used
with Archive (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35253">#35253</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/9f5e507a12fbf430307bc6aa688446ec62414abd">9f5e507</a>)</li>
<li><strong>sns:</strong> add notExistsCondition method (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34712">#34712</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/fd8677bb93fb8776abb4510631d750bc88ff920d">fd8677b</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/34707">#34707</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>lazy loading to improve startup time slows down large programs (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35335">#35335</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/6755a4ea48f2963a4c3274e6fed938b4dc0f9f42">6755a4e</a>)</li>
<li><strong>cloudwatch:</strong> <code>AlarmRule.concat</code> cover
empty operands (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34757">#34757</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/a01aa38f044a5d3314831e0c912533917bdb8020">a01aa38</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/34662">#34662</a></li>
<li><strong>ecs_patterns:</strong> openListener should be false when
custom sg is provided (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35297">#35297</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/ccb1955978e9e7851299d46f3bb4647bf4fd1a13">ccb1955</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/35292">#35292</a>
<a href="https://github.com/aws/aws-cdk/issues/ffcdd2">#ffcdd2</a> <a
href="https://github.com/aws/aws-cdk/issues/e8f5e8">#e8f5e8</a> <a
href="https://github.com/aws/aws-cdk/issues/fff3e0">#fff3e0</a> <a
href="https://github.com/aws/aws-cdk/issues/f5f5f5">#f5f5f5</a></li>
<li><strong>eks:</strong> kubectlProvider should use the
AmazonEC2ContainerRegistryPullOnly managed policy (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35248">#35248</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/1b6e9628b18fe686c25f60e690193a7f0b331318">1b6e962</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/35244">#35244</a></li>
<li><strong>stepfunctions-tasks:</strong> map bedrockagent service to
bedrock IAM prefix (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35147">#35147</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/86638f6daca6ead382d0b9c1cf65bb04f70d4b3d">86638f6</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/35146">#35146</a></li>
<li>stop passing the deprecated property to Cfn construct (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35080">#35080</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/a20afcd4aaf275b01df4fc1eff930aa9dcb66d1d">a20afcd</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/34895">#34895</a></li>
<li><strong>s3-deployment:</strong> intermittent CreateInvalidation
and/or wait errors (<a
href="https://redirect.github.com/aws/aws-cdk/issues/34859">#34859</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/628425c9649a5ae7ca60b7ec7f9ac6237a4c1d11">628425c</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/15891">#15891</a>
<a
href="https://redirect.github.com/aws/aws-cdk/issues/15891">#15891</a></li>
</ul>
<hr />
<h2>Alpha modules (2.214.0-alpha.0)</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>
</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.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>
<ul>
<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/a4aad78a45fb776f2c2c71cb7818b4f8cbeaadd0">a4aad78</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.211.0-alpha.0...v2.212.0-alpha.0">2.212.0-alpha.0</a>
(2025-08-20)</h2>
<h2><a
href="https://github.com/aws/aws-cdk/compare/v2.210.0-alpha.0...v2.211.0-alpha.0">2.211.0-alpha.0</a>
(2025-08-12)</h2>
<h2><a
href="https://github.com/aws/aws-cdk/compare/v2.209.1-alpha.0...v2.210.0-alpha.0">2.210.0-alpha.0</a>
(2025-08-06)</h2>
<h3>Features</h3>
<ul>
<li><strong>glue-alpha:</strong> add optional metrics control for cost
optimization (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35154">#35154</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/6e24133d26dc2cde2cbefa8736495bfc423c5e56">6e24133</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/35149">#35149</a></li>
</ul>
<h2><a
href="https://github.com/aws/aws-cdk/compare/v2.209.0-alpha.0...v2.209.1-alpha.0">2.209.1-alpha.0</a>
(2025-08-06)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eks-v2-alpha:</strong> fix helm commands not running ecr
public login (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35162">#35162</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/6c2a8b8fd54991ce2c8557578eeb8199b8af38ac">6c2a8b8</a>)</li>
</ul>
<h2><a
href="https://github.com/aws/aws-cdk/compare/v2.208.0-alpha.0...v2.209.0-alpha.0">2.209.0-alpha.0</a>
(2025-08-05)</h2>
<h2><a
href="https://github.com/aws/aws-cdk/compare/v2.207.0-alpha.0...v2.208.0-alpha.0">2.208.0-alpha.0</a>
(2025-07-29)</h2>
<h3>Features</h3>
<ul>
<li><strong>glue:</strong> throw ValidationError instead of untyped
errors (<a
href="https://redirect.github.com/aws/aws-cdk/issues/35084">#35084</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/1e20df640dfe1ddfd082d459fc9ff5e063b1a95c">1e20df6</a>)</li>
</ul>
<h2><a
href="https://github.com/aws/aws-cdk/compare/v2.206.0-alpha.0...v2.207.0-alpha.0">2.207.0-alpha.0</a>
(2025-07-24)</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-cdk/commit/efa4fdb873e9dd5be4d83b6ad53eed385e1228e5"><code>efa4fdb</code></a>
chore: update analytics metadata blueprints</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/3d4a0a2ee6b62d9b0b12bc7b335d65474098155e"><code>3d4a0a2</code></a>
chore(release): 2.214.0</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/adb44f4403bd3ab132ea6b8f9780078fc36ae7e3"><code>adb44f4</code></a>
docs(events-targets): add documentation of invoking AwsApi method (<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/35309">#35309</a>)</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/8400b2b7d9841aaa45af1a5a13841710b0ba0a71"><code>8400b2b</code></a>
chore(cloudfront): add validation for configuring response headers
policy (<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/3">#3</a>...</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/461621eade611c2de7fae682735977d8cd9165d0"><code>461621e</code></a>
docs(appconfig): better docstring for app config content type (<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/35374">#35374</a>)</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/2ffc666a0e7fdcbbaa072bb9b91f19e4a80e9e46"><code>2ffc666</code></a>
feat(rds): retain automated backups for database cluster (<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/35372">#35372</a>)</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/c158e806f6bf8a5a5c8464f44c8a9f9f2b3586bf"><code>c158e80</code></a>
feat(acm): add support for ACM exportable public certificates (<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/35079">#35079</a>)</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/83f0a61b838777ab6239bede77472f6667a0e441"><code>83f0a61</code></a>
feat(cloudwatch): add option to show labels on pie chart (<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/34745">#34745</a>)</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/8f708df13344ea4a8fd3a1b50ab2bf9dce4b556a"><code>8f708df</code></a>
feat: update L1 CloudFormation resource definitions (<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/35382">#35382</a>)</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/bd3e98ab85d37a4e4ceb1ae3e46465735519c1fa"><code>bd3e98a</code></a>
chore(region-info): beanstalk hostedZoneId for ap-southeast-5,
ap-southeast-7...</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-cdk/commits/v2.214.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 79325f4 commit f629ffe
2 files changed
+10
-10
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