Skip to content

Commit

Permalink
chore(deps-dev): Bump aws-cdk from 2.127.0 to 2.128.0 (#593)
Browse files Browse the repository at this point in the history
Bumps [aws-cdk](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk) from 2.127.0 to 2.128.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.128.0</h2>
<h3>Features</h3>
<ul>
<li><strong>cloudwatch:</strong> add <code>TableWidget</code> (<a href="https://redirect.github.com/aws/aws-cdk/issues/29078">#29078</a>) (<a href="https://github.com/aws/aws-cdk/commit/4599aa3c4502e5e5e5fb7434913f7ce9a6468547">4599aa3</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/28975">#28975</a></li>
<li><strong>codedeploy:</strong> ignoreAlarmConfiguration parameter to Deployment Groups (<a href="https://redirect.github.com/aws/aws-cdk/issues/26957">#26957</a>) (<a href="https://github.com/aws/aws-cdk/commit/e890e89e9fbe46c9f93ef2a16c26bd9a06694ca6">e890e89</a>)</li>
<li><strong>codepipeline:</strong> pipeline type v2 with pipeline-level variables and triggers (<a href="https://redirect.github.com/aws/aws-cdk/issues/28538">#28538</a>) (<a href="https://github.com/aws/aws-cdk/commit/40ffe2ba8c3cd46d4096bbb93210d4aa6952953c">40ffe2b</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/28476">#28476</a> <a href="https://redirect.github.com/aws/aws-cdk/issues/28694">#28694</a></li>
<li><strong>ses:</strong> <code>grant</code> methods to <code>IEmailIdentity</code> (<a href="https://redirect.github.com/aws/aws-cdk/issues/29084">#29084</a>) (<a href="https://github.com/aws/aws-cdk/commit/c3c771c6f6f6790f2298a85a549bded640d2e35b">c3c771c</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/29083">#29083</a></li>
<li>allow overriding the filename of the processed file after substitution (<a href="https://redirect.github.com/aws/aws-cdk/issues/29029">#29029</a>) (<a href="https://github.com/aws/aws-cdk/commit/88decc6060732a6e2c1dd4b349b62c6df849ff07">88decc6</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/28450">#28450</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>lambda:</strong> <a href="https://github.com/deprecated"><code>@​deprecated</code></a> tag to deprecated runtimes (<a href="https://redirect.github.com/aws/aws-cdk/issues/29081">#29081</a>) (<a href="https://github.com/aws/aws-cdk/commit/2503f6855b6b0dad73c6fafc51f81f66354e2822">2503f68</a>)</li>
<li><strong>stepfunctions-tasks:</strong> missing permissions for running tasks on ecs (<a href="https://redirect.github.com/aws/aws-cdk/issues/27891">#27891</a>) (<a href="https://github.com/aws/aws-cdk/commit/683d5958b91747cedd746b96845a2169411d847a">683d595</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/27803">#27803</a></li>
</ul>
<hr />
<h2>Alpha modules (2.128.0-alpha.0)</h2>
<h3>⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES</h3>
<ul>
<li><strong>app-staging-synthesizer-alpha:</strong> <code>stagingBucketEncryption</code> property is now required. For existing apps, specify <code>BucketEncryption.KMS</code> to retain existing behavior. For new apps, choose the bucket encryption that makes most sense for your use case. <code>BucketEncryption.S3_MANAGED</code> is available and is intended to be the default when this module is stabilized.</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>app-staging-synthesizer-alpha:</strong> require passing <code>stagingBucketEncryption</code> and note that we intend to default to <code>S3_MANAGED</code> in the future (<a href="https://redirect.github.com/aws/aws-cdk/issues/28978">#28978</a>) (<a href="https://github.com/aws/aws-cdk/commit/fc8b95528f97704588329abaa33cf45b07273b9e">fc8b955</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/28815">#28815</a> <a href="https://redirect.github.com/aws/aws-cdk/issues/28903">#28903</a> <a href="https://redirect.github.com/aws//redirect.github.com/aws/aws-cdk/pull/28978/issues/issuecomment-1930007176">aws/aws-cdk#28978</a></li>
<li><strong>pipes-enrichments:</strong> new EventBridge Pipes enrichments alpha module (<a href="https://redirect.github.com/aws/aws-cdk/issues/29063">#29063</a>) (<a href="https://github.com/aws/aws-cdk/commit/5a54ec5923eaf580b32184a84caed118945e3f6d">5a54ec5</a>)</li>
<li><strong>pipes-targets:</strong> new EventBridge Pipes targets alpha module  (<a href="https://redirect.github.com/aws/aws-cdk/issues/29057">#29057</a>) (<a href="https://github.com/aws/aws-cdk/commit/9419f547569ef7ec4c8b9de19498cb10b3d6c30c">9419f54</a>)</li>
<li><strong>scheduler-targets-alpha:</strong> <code>SageMakerStartPipelineExecution</code> Target (<a href="https://redirect.github.com/aws/aws-cdk/issues/28927">#28927</a>) (<a href="https://github.com/aws/aws-cdk/commit/db260b091b6328b36cd8a541a5ab55048839daa6">db260b0</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/27457">#27457</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>appconfig:</strong> deployment recreated on every cdk deployment (<a href="https://redirect.github.com/aws/aws-cdk/issues/28782">#28782</a>) (<a href="https://github.com/aws/aws-cdk/commit/a21731c9b1f34525433fbee668ebb2321debf5b8">a21731c</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.md">aws-cdk's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/aws/aws-cdk/compare/v2.127.0...v2.128.0">2.128.0</a> (2024-02-14)</h2>
<h3>Features</h3>
<ul>
<li><strong>cloudwatch:</strong> add <code>TableWidget</code> (<a href="https://redirect.github.com/aws/aws-cdk/issues/29078">#29078</a>) (<a href="https://github.com/aws/aws-cdk/commit/4599aa3c4502e5e5e5fb7434913f7ce9a6468547">4599aa3</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/28975">#28975</a></li>
<li><strong>codedeploy:</strong> ignoreAlarmConfiguration parameter to Deployment Groups (<a href="https://redirect.github.com/aws/aws-cdk/issues/26957">#26957</a>) (<a href="https://github.com/aws/aws-cdk/commit/e890e89e9fbe46c9f93ef2a16c26bd9a06694ca6">e890e89</a>)</li>
<li><strong>codepipeline:</strong> pipeline type v2 with pipeline-level variables and triggers (<a href="https://redirect.github.com/aws/aws-cdk/issues/28538">#28538</a>) (<a href="https://github.com/aws/aws-cdk/commit/40ffe2ba8c3cd46d4096bbb93210d4aa6952953c">40ffe2b</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/28476">#28476</a> <a href="https://redirect.github.com/aws/aws-cdk/issues/28694">#28694</a></li>
<li><strong>ses:</strong> <code>grant</code> methods to <code>IEmailIdentity</code> (<a href="https://redirect.github.com/aws/aws-cdk/issues/29084">#29084</a>) (<a href="https://github.com/aws/aws-cdk/commit/c3c771c6f6f6790f2298a85a549bded640d2e35b">c3c771c</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/29083">#29083</a></li>
<li>allow overriding the filename of the processed file after substitution (<a href="https://redirect.github.com/aws/aws-cdk/issues/29029">#29029</a>) (<a href="https://github.com/aws/aws-cdk/commit/88decc6060732a6e2c1dd4b349b62c6df849ff07">88decc6</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/28450">#28450</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>lambda:</strong> <a href="https://github.com/deprecated"><code>@​deprecated</code></a> tag to deprecated runtimes (<a href="https://redirect.github.com/aws/aws-cdk/issues/29081">#29081</a>) (<a href="https://github.com/aws/aws-cdk/commit/2503f6855b6b0dad73c6fafc51f81f66354e2822">2503f68</a>)</li>
<li><strong>stepfunctions-tasks:</strong> missing permissions for running tasks on ecs (<a href="https://redirect.github.com/aws/aws-cdk/issues/27891">#27891</a>) (<a href="https://github.com/aws/aws-cdk/commit/683d5958b91747cedd746b96845a2169411d847a">683d595</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/27803">#27803</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/aws/aws-cdk/commits/v2.128.0/packages/aws-cdk">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aws-cdk&package-manager=npm_and_yarn&previous-version=2.127.0&new-version=2.128.0)](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>
  • Loading branch information
mergify[bot] committed Feb 15, 2024
2 parents 9d85ba6 + 8799357 commit 8064b2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8064b2f

Please sign in to comment.