Commit 6730c3c
authored
Upgrade: [dependabot] - bump aws-cdk from 2.165.0 to 2.166.0 (#155)
Bumps
[aws-cdk](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk)
from 2.165.0 to 2.166.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-cdk/releases">aws-cdk's
releases</a>.</em></p>
<blockquote>
<h2>v2.166.0</h2>
<h3>Features</h3>
<ul>
<li><strong>cli:</strong> automatically roll back stacks if necessary
(<a
href="https://redirect.github.com/aws/aws-cdk/issues/31920">#31920</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/2f9fb1e050331efbbe84bb0d5943ff7798cbf3fe">2f9fb1e</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/30546">#30546</a></li>
<li><strong>kinesis:</strong> support resource policy for a data stream
(<a
href="https://redirect.github.com/aws/aws-cdk/issues/31909">#31909</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/18fbd6d5a1a3069b0fc1356d87e534a75239e668">18fbd6d</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/28814">#28814</a></li>
<li><strong>rds:</strong> configure <code>autoMinorVersionUpgrade</code>
for a database cluster (<a
href="https://redirect.github.com/aws/aws-cdk/issues/31962">#31962</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/0fb610678495deb150fad1adebde259fc5fc0993">0fb6106</a>)</li>
<li><strong>route53:</strong> support HTTPS, SSHFP, SVCB, and TLSA DNS
resource record (<a
href="https://redirect.github.com/aws/aws-cdk/issues/31955">#31955</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/afc2b0d1d1d620e6350e96cc464428485fca198e">afc2b0d</a>),
closes <a
href="https://github.com/aws//docs.aws.amazon.com/ja_jp/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordset.html/issues/cfn-route53">/docs.aws.amazon.com/ja_jp/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordset.html#cfn-route53</a></li>
<li><strong>synthetics:</strong> add <code>artifactS3Encryption</code>
property to the Canary Construct. (<a
href="https://redirect.github.com/aws/aws-cdk/issues/30197">#30197</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/1f39cb9e0770b5c02302b9b36ac874ee6bf53329">1f39cb9</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/30190">#30190</a></li>
<li>update L1 CloudFormation resource definitions (<a
href="https://redirect.github.com/aws/aws-cdk/issues/32007">#32007</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/be6a964ec17f22a065aa64511f7d3d31341d0ba5">be6a964</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>deploy-time stack tags cause synthesis to fail (<a
href="https://redirect.github.com/aws/aws-cdk/issues/32041">#32041</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/18c19fd49f2b83fee3d1cdb7de8b53ea310729b4">18c19fd</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/32040">#32040</a></li>
<li><strong>aws_route53:</strong> cannot use CfnParameter.valueAsNumber
for L2 RecordSet weight (<a
href="https://redirect.github.com/aws/aws-cdk/issues/31823">#31823</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/14561aca0ad9c0d5eef29729dbc97fc3ccd4d171">14561ac</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/31810">#31810</a></li>
<li><strong>cli:</strong> asset uploads fail if Object Lock is enabled
on access bucket (<a
href="https://redirect.github.com/aws/aws-cdk/issues/31937">#31937</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/ab1e91d11ec2d3abc1edad318b7ea67ff91c9a88">ab1e91d</a>)</li>
<li><strong>dynamoDB:</strong> make TableV2 taggable (<a
href="https://redirect.github.com/aws/aws-cdk/issues/31867">#31867</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/796c6d170a91d9f5fa96f3915a6fb6a7f7bddff3">796c6d1</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/30631">#30631</a></li>
<li><strong>opensearch:</strong> add I4G to list of OpenSearch nodes not
requiring EBS volumes (<a
href="https://redirect.github.com/aws/aws-cdk/issues/31948">#31948</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/73378f288e8c422228fbd145d9d41efcb3605857">73378f2</a>)</li>
</ul>
<hr />
<h2>Alpha modules (2.166.0-alpha.0)</h2>
<h3>⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES</h3>
<ul>
<li><strong>scheduler-targets-alpha:</strong> Schedule Target will reuse
role if target is re-used across schedules. This change triggered
replacement of existing roles for Schedule as logical ID of the roles
are changed.</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>glue-alpha:</strong> add job run queuing to Glue job (<a
href="https://redirect.github.com/aws/aws-cdk/issues/31830">#31830</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/5fca268e455c1ae7c424a4dec01c0c08bec3c16c">5fca268</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/31826">#31826</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>scheduler-targets-alpha:</strong> create a role per target
instead of singleton schedule target role (<a
href="https://redirect.github.com/aws/aws-cdk/issues/31895">#31895</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/aee1b30adabebe1712720d0d7d27ed4704ac9719">aee1b30</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/31785">#31785</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-cdk/blob/v2.166.0/CHANGELOG.v2.md">aws-cdk's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/aws/aws-cdk/compare/v2.165.0...v2.166.0">2.166.0</a>
(2024-11-06)</h2>
<h3>Features</h3>
<ul>
<li><strong>cli:</strong> automatically roll back stacks if necessary
(<a
href="https://redirect.github.com/aws/aws-cdk/issues/31920">#31920</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/2f9fb1e050331efbbe84bb0d5943ff7798cbf3fe">2f9fb1e</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/30546">#30546</a></li>
<li><strong>kinesis:</strong> support resource policy for a data stream
(<a
href="https://redirect.github.com/aws/aws-cdk/issues/31909">#31909</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/18fbd6d5a1a3069b0fc1356d87e534a75239e668">18fbd6d</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/28814">#28814</a></li>
<li><strong>rds:</strong> configure <code>autoMinorVersionUpgrade</code>
for a database cluster (<a
href="https://redirect.github.com/aws/aws-cdk/issues/31962">#31962</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/0fb610678495deb150fad1adebde259fc5fc0993">0fb6106</a>)</li>
<li><strong>route53:</strong> support HTTPS, SSHFP, SVCB, and TLSA DNS
resource record (<a
href="https://redirect.github.com/aws/aws-cdk/issues/31955">#31955</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/afc2b0d1d1d620e6350e96cc464428485fca198e">afc2b0d</a>),
closes <a
href="https://github.com/aws//docs.aws.amazon.com/ja_jp/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordset.html/issues/cfn-route53">/docs.aws.amazon.com/ja_jp/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordset.html#cfn-route53</a></li>
<li><strong>synthetics:</strong> add <code>artifactS3Encryption</code>
property to the Canary Construct. (<a
href="https://redirect.github.com/aws/aws-cdk/issues/30197">#30197</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/1f39cb9e0770b5c02302b9b36ac874ee6bf53329">1f39cb9</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/30190">#30190</a></li>
<li>update L1 CloudFormation resource definitions (<a
href="https://redirect.github.com/aws/aws-cdk/issues/32007">#32007</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/be6a964ec17f22a065aa64511f7d3d31341d0ba5">be6a964</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>deploy-time stack tags cause synthesis to fail (<a
href="https://redirect.github.com/aws/aws-cdk/issues/32041">#32041</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/18c19fd49f2b83fee3d1cdb7de8b53ea310729b4">18c19fd</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/32040">#32040</a></li>
<li><strong>aws_route53:</strong> cannot use CfnParameter.valueAsNumber
for L2 RecordSet weight (<a
href="https://redirect.github.com/aws/aws-cdk/issues/31823">#31823</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/14561aca0ad9c0d5eef29729dbc97fc3ccd4d171">14561ac</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/31810">#31810</a></li>
<li><strong>cli:</strong> asset uploads fail if Object Lock is enabled
on access bucket (<a
href="https://redirect.github.com/aws/aws-cdk/issues/31937">#31937</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/ab1e91d11ec2d3abc1edad318b7ea67ff91c9a88">ab1e91d</a>)</li>
<li><strong>dynamoDB:</strong> make TableV2 taggable (<a
href="https://redirect.github.com/aws/aws-cdk/issues/31867">#31867</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/796c6d170a91d9f5fa96f3915a6fb6a7f7bddff3">796c6d1</a>),
closes <a
href="https://redirect.github.com/aws/aws-cdk/issues/30631">#30631</a></li>
<li><strong>opensearch:</strong> add I4G to list of OpenSearch nodes not
requiring EBS volumes (<a
href="https://redirect.github.com/aws/aws-cdk/issues/31948">#31948</a>)
(<a
href="https://github.com/aws/aws-cdk/commit/73378f288e8c422228fbd145d9d41efcb3605857">73378f2</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-cdk/commit/2f9fb1e050331efbbe84bb0d5943ff7798cbf3fe"><code>2f9fb1e</code></a>
feat(cli): automatically roll back stacks if necessary (<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk/issues/31920">#31920</a>)</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/b3de7e6e8fe38003a8ac8f140f9ebf984c02d3ac"><code>b3de7e6</code></a>
refactor(cli): fix various minor codegen issues (<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk/issues/32024">#32024</a>)</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/4f8ecaeddc8d78ec221a281cab5de5cc2ef0cb4a"><code>4f8ecae</code></a>
refactor(cli): generate yargs configuration from TS (<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk/issues/31850">#31850</a>)</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/c8cdec6d2dcd219ec6c3771b0da21fbda0667d55"><code>c8cdec6</code></a>
docs(cli): document what <code>--unstable</code> means for cdk gc (<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk/issues/32013">#32013</a>)</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/ab1e91d11ec2d3abc1edad318b7ea67ff91c9a88"><code>ab1e91d</code></a>
fix(cli): asset uploads fail if Object Lock is enabled on access bucket
(<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk/issues/31937">#31937</a>)</li>
<li><a
href="https://github.com/aws/aws-cdk/commit/4e715b830b7790cab1f4c01361a7c5a72851a297"><code>4e715b8</code></a>
refactor: gate access to environment SDK behind new class (<a
href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk/issues/31904">#31904</a>)</li>
<li>See full diff in <a
href="https://github.com/aws/aws-cdk/commits/v2.166.0/packages/aws-cdk">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>1 parent 98cfe91 commit 6730c3c
2 files changed
+5
-6
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 | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
0 commit comments