Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
chore: Update aws-cdk-lib requirement from ~=2.127 to ~=2.128 in /cod…
Browse files Browse the repository at this point in the history
…e/python (#1336)

Updates the requirements on [aws-cdk-lib](https://github.com/aws/aws-cdk) to permit the latest version.
<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.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-lib'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>
<h2><a href="https://github.com/aws/aws-cdk/compare/v2.126.0...v2.127.0">2.127.0</a> (2024-02-09)</h2>
<h3>Features</h3>
<ul>
<li><strong>eks:</strong> support for Kubernetes version 1.29 (<a href="https://redirect.github.com/aws/aws-cdk/issues/29040">#29040</a>) (<a href="https://github.com/aws/aws-cdk/commit/9dfabb1faf82c090957413315f9ddd2f83bcad29">9dfabb1</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/27930">#27930</a> <a href="https://redirect.github.com/aws/aws-cdk/issues/28983">#28983</a></li>
<li>update L1 CloudFormation resource definitions (<a href="https://redirect.github.com/aws/aws-cdk/issues/29053">#29053</a>) (<a href="https://github.com/aws/aws-cdk/commit/7fcd5be7d6df3770095bc540bd1249d3337d551c">7fcd5be</a>)</li>
<li><strong>codebuild:</strong> new CodeBuild lambda compute images (<a href="https://redirect.github.com/aws/aws-cdk/issues/28630">#28630</a>) (<a href="https://github.com/aws/aws-cdk/commit/610fce1eed8b0554ef77941e6ff0760fd3d758db">610fce1</a>)</li>
<li><strong>codepipeline:</strong> change default value for crossAccountKeys to false (under feature flag) (<a href="https://redirect.github.com/aws/aws-cdk/issues/28556">#28556</a>) (<a href="https://github.com/aws/aws-cdk/commit/144b1b9794cd36453913cf2d0297de4f4ddf342b">144b1b9</a>), closes <a href="https://github.com/aws//github.com/aws/aws-cdk/blob/f4c1d1253ee34c2837a57a93faa47c9da97ef6d8/packages/aws-cdk-lib/aws-codepipeline/lib/pipeline.ts/issues/L380-L381">/github.com/aws/aws-cdk/blob/f4c1d1253ee34c2837a57a93faa47c9da97ef6d8/packages/aws-cdk-lib/aws-codepipeline/lib/pipeline.ts#L380-L381</a> <a href="https://redirect.github.com/aws/aws-cdk/issues/28247">#28247</a></li>
<li><strong>cognito:</strong> specifying the trigger event version in UserPool.addTrigger() (<a href="https://redirect.github.com/aws/aws-cdk/issues/28899">#28899</a>) (<a href="https://github.com/aws/aws-cdk/commit/7f2d4f144c6a74557b7729b770408082052d9391">7f2d4f1</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/28683">#28683</a> <a href="https://redirect.github.com/aws/aws-cdk/issues/28683">#28683</a></li>
<li><strong>ecs:</strong> <code>idleTimeout</code> and <code>perRequestTimeout</code> for service connect (<a href="https://redirect.github.com/aws/aws-cdk/issues/28877">#28877</a>) (<a href="https://github.com/aws/aws-cdk/commit/ffcae2f7f115fb298313dea7ac1b631173735bc0">ffcae2f</a>)</li>
<li><strong>ecs-patterns:</strong> <code>healthCheck</code> property for <code>ApplicationLoadBalancedFargateService</code> (<a href="https://redirect.github.com/aws/aws-cdk/issues/28797">#28797</a>) (<a href="https://github.com/aws/aws-cdk/commit/599685651014e81fd4b61007d237a4b8998b546c">5996856</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/28796">#28796</a></li>
<li><strong>efs:</strong> create read-only file system for use as a destination of replication (<a href="https://redirect.github.com/aws/aws-cdk/issues/28913">#28913</a>) (<a href="https://github.com/aws/aws-cdk/commit/832f70c20fd8e91fa45029bfbaa668d5b152b870">832f70c</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/28912">#28912</a></li>
<li><strong>lambda:</strong> support enums in loggingFormat (<a href="https://redirect.github.com/aws/aws-cdk/issues/28942">#28942</a>) (<a href="https://github.com/aws/aws-cdk/commit/fb2329f98d1de7c62a24044241aa6805a58e64f3">fb2329f</a>)</li>
<li><strong>route53:</strong> multivalue answer routing (<a href="https://redirect.github.com/aws/aws-cdk/issues/28938">#28938</a>) (<a href="https://github.com/aws/aws-cdk/commit/0e6e37e2bb7c4e014e0ae8e0b61f523477af5dcf">0e6e37e</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/28939">#28939</a></li>
<li><strong>sns:</strong> message archive policy (<a href="https://redirect.github.com/aws/aws-cdk/issues/29008">#29008</a>) (<a href="https://github.com/aws/aws-cdk/commit/9782f6b6a6371504f118cde1254afc983f280a2a">9782f6b</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/29007">#29007</a></li>
<li><strong>stepfunctions:</strong> distributed map construct (<a href="https://redirect.github.com/aws/aws-cdk/issues/28821">#28821</a>) (<a href="https://github.com/aws/aws-cdk/commit/97e38271be3b42d2e6a266b58687596da08cc2e7">97e3827</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/23216">#23216</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>cloudwatch:</strong> Math:UnknownIdentifier warning for INSIGHT_RULE_METRIC (<a href="https://redirect.github.com/aws/aws-cdk/issues/28870">#28870</a>) (<a href="https://github.com/aws/aws-cdk/commit/7eedb545edc860415c681a7f0565bcb9b152d594">7eedb54</a>)</li>
<li><strong>ec2:</strong> deploying an isolated subnet fails when <code>ipv6AssignAddressOnCreation</code> is set to true (<a href="https://redirect.github.com/aws/aws-cdk/issues/28902">#28902</a>) (<a href="https://github.com/aws/aws-cdk/commit/9de77bb5e43971d615abb34b77b997f5143f775d">9de77bb</a>), closes <a href="https://redirect.github.com/aws//redirect.github.com/aws/aws-cdk/issues/28843/issues/issuecomment-1909006632">aws/aws-cdk#28843</a> <a href="https://redirect.github.com/aws/aws-cdk/issues/28843">#28843</a></li>
<li><strong>lambda:</strong> LoggingConfig default error (<a href="https://redirect.github.com/aws/aws-cdk/issues/28973">#28973</a>) (<a href="https://github.com/aws/aws-cdk/commit/8c79bdce8212f0488acba756c8b8717a39bd6ce8">8c79bdc</a>)</li>
<li><strong>lambda-event-sources:</strong> update s3-event-source to accept IBucket (<a href="https://redirect.github.com/aws/aws-cdk/issues/28943">#28943</a>) (<a href="https://github.com/aws/aws-cdk/commit/431df3b67bc2dd2d0e833642a67cff890fc6be29">431df3b</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/4323">#4323</a> <a href="https://redirect.github.com/aws/aws-cdk/issues/25782">#25782</a></li>
<li><strong>migrate:</strong> <code>--from-stack</code> does not retrieved processed template (<a href="https://redirect.github.com/aws/aws-cdk/issues/29035">#29035</a>) (<a href="https://github.com/aws/aws-cdk/commit/74c4c6f7cfe3271993c61683c03c7d2bcc392c03">74c4c6f</a>)</li>
<li><strong>stepfunctions:</strong> the Retry field in the statesJson in CustomState is always overwrited (<a href="https://redirect.github.com/aws/aws-cdk/issues/28793">#28793</a>) (<a href="https://github.com/aws/aws-cdk/commit/3c33e2cdacd8fbec36eb1bb3ec0c8dbdec5ee736">3c33e2c</a>), closes <a href="https://github.com/aws//github.com/aws/aws-cdk/blob/45b8398bec9ba9c03f195c14f3b92188c9058a7b/packages/aws-cdk-lib/aws-stepfunctions/lib/states/custom-state.ts/issues/L74">/github.com/aws/aws-cdk/blob/45b8398bec9ba9c03f195c14f3b92188c9058a7b/packages/aws-cdk-lib/aws-stepfunctions/lib/states/custom-state.ts#L74</a> <a href="https://redirect.github.com/aws/aws-cdk/issues/28769">#28769</a> <a href="https://redirect.github.com/aws/aws-cdk/issues/28586">#28586</a></li>
</ul>
<h2><a href="https://github.com/aws/aws-cdk/compare/v2.125.0...v2.126.0">2.126.0</a> (2024-02-02)</h2>
<h3>Features</h3>
<ul>
<li><strong>migrate:</strong> Add CDK Migrate <code>--from-scan</code> functionality (<a href="https://redirect.github.com/aws/aws-cdk/issues/28962">#28962</a>) (<a href="https://github.com/aws/aws-cdk/commit/bbc14b32801f103bc465fd910d507ffa0d06b7fe">bbc14b3</a>)</li>
</ul>
<h2><a href="https://github.com/aws/aws-cdk/compare/v2.124.0...v2.125.0">2.125.0</a> (2024-01-31)</h2>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-cdk/commit/d9952610f21eca1ca30aece99c1b911eaaed58b8"><code>d995261</code></a> chore(release): 2.128.0 (<a href="https://redirect.github.com/aws/aws-cdk/issues/29107">#29107</a>)</li>
<li><a href="https://github.com/aws/aws-cdk/commit/72262dd4471a8a8692a0ca3f41f91788c9cb493e"><code>72262dd</code></a> chore: update changelog v2</li>
<li><a href="https://github.com/aws/aws-cdk/commit/4cdb26d0ca199d206d49e25eabdcab7248da62a9"><code>4cdb26d</code></a> chore(release): 2.128.0</li>
<li><a href="https://github.com/aws/aws-cdk/commit/a21731c9b1f34525433fbee668ebb2321debf5b8"><code>a21731c</code></a> fix(appconfig): deployment recreated on every cdk deployment (<a href="https://redirect.github.com/aws/aws-cdk/issues/28782">#28782</a>)</li>
<li><a href="https://github.com/aws/aws-cdk/commit/fc8b95528f97704588329abaa33cf45b07273b9e"><code>fc8b955</code></a> feat(app-staging-synthesizer-alpha): require passing `stagingBucketEncryption...</li>
<li><a href="https://github.com/aws/aws-cdk/commit/5a54ec5923eaf580b32184a84caed118945e3f6d"><code>5a54ec5</code></a> feat(pipes-enrichments): new EventBridge Pipes enrichments alpha module (<a href="https://redirect.github.com/aws/aws-cdk/issues/29063">#29063</a>)</li>
<li><a href="https://github.com/aws/aws-cdk/commit/db260b091b6328b36cd8a541a5ab55048839daa6"><code>db260b0</code></a> feat(scheduler-targets-alpha): <code>SageMakerStartPipelineExecution</code> Target (<a href="https://redirect.github.com/aws/aws-cdk/issues/28927">#28927</a>)</li>
<li><a href="https://github.com/aws/aws-cdk/commit/40ffe2ba8c3cd46d4096bbb93210d4aa6952953c"><code>40ffe2b</code></a> feat(codepipeline): pipeline type v2 with pipeline-level variables and trigge...</li>
<li><a href="https://github.com/aws/aws-cdk/commit/9419f547569ef7ec4c8b9de19498cb10b3d6c30c"><code>9419f54</code></a> feat(pipes-targets): new EventBridge Pipes targets alpha module  (<a href="https://redirect.github.com/aws/aws-cdk/issues/29057">#29057</a>)</li>
<li><a href="https://github.com/aws/aws-cdk/commit/4599aa3c4502e5e5e5fb7434913f7ce9a6468547"><code>4599aa3</code></a> feat(cloudwatch): add <code>TableWidget</code> (<a href="https://redirect.github.com/aws/aws-cdk/issues/29078">#29078</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-cdk/compare/v2.127.0...v2.128.0">compare view</a></li>
</ul>
</details>
<br />


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
dependabot[bot] authored Feb 19, 2024
1 parent a623e72 commit fef2e2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/python/main-workshop/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
aws-cdk-lib~=2.127
aws-cdk-lib~=2.128
constructs>=10.0.0,<11.0.0
cdk-dynamo-table-view==0.2.488
2 changes: 1 addition & 1 deletion code/python/pipelines-workshop/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
aws-cdk-lib~=2.127
aws-cdk-lib~=2.128
constructs>=10.0.0,<11.0.0
cdk-dynamo-table-view==0.2.488
2 changes: 1 addition & 1 deletion code/python/tests-workshop/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
aws-cdk-lib~=2.127
aws-cdk-lib~=2.128
constructs>=10.0.0,<11.0.0
cdk-dynamo-table-view==0.2.488

0 comments on commit fef2e2d

Please sign in to comment.