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.94 to ~=2.95 in /code/…
Browse files Browse the repository at this point in the history
…python (#1164)

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.95.1</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>dynamodb:</strong> update CfnGlobalTable in TableV2 constructor to use this instead of scope (<a href="https://redirect.github.com/aws/aws-cdk/issues/27075">#27075</a>) (<a href="https://github.com/aws/aws-cdk/commit/afd3890f6a204f61d68b497552c9ba5c371eef4b">afd3890</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/27062">#27062</a></li>
</ul>
<h3>⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES</h3>
<ul>
<li><strong>dynamodb:</strong> TableV2 scope change results in resource replacement.</li>
</ul>
<hr />
<h2>Alpha modules (2.95.1-alpha.0)</h2>
</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.95.0...v2.95.1">2.95.1</a> (2023-09-08)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>dynamodb:</strong> update CfnGlobalTable in TableV2 constructor to use this instead of scope (<a href="https://redirect.github.com/aws/aws-cdk/issues/27075">#27075</a>) (<a href="https://github.com/aws/aws-cdk/commit/afd3890f6a204f61d68b497552c9ba5c371eef4b">afd3890</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/27062">#27062</a></li>
</ul>
<h3>⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES</h3>
<ul>
<li><strong>dynamodb:</strong> TableV2 scope change results in resource replacement.</li>
</ul>
<h2><a href="https://github.com/aws/aws-cdk/compare/v2.94.0...v2.95.0">2.95.0</a> (2023-09-07)</h2>
<h3>Features</h3>
<ul>
<li><strong>dynamodb:</strong> TableV2 supports imports, drift detection, and better control over replicas (<a href="https://redirect.github.com/aws/aws-cdk/issues/27023">#27023</a>) (<a href="https://github.com/aws/aws-cdk/commit/e52acd8d449e491a60f5c78dbf7f00e333eb442c">e52acd8</a>)</li>
<li><strong>stepfunctions:</strong> properties for ErrorPath, CausePath, MaxDelay, Jitter (<a href="https://redirect.github.com/aws/aws-cdk/issues/27051">#27051</a>) (<a href="https://github.com/aws/aws-cdk/commit/dfe29ce7b2835a482c1cff3aac036abc13632154">dfe29ce</a>)</li>
<li>update AWS Service Spec (<a href="https://redirect.github.com/aws/aws-cdk/issues/26999">#26999</a>) (<a href="https://github.com/aws/aws-cdk/commit/a0458b7bfae493c3c750904fed2888e75951d3d5">a0458b7</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>cli:</strong> deployment stops on AccessDenied looking up bootstrap stack (<a href="https://redirect.github.com/aws/aws-cdk/issues/26925">#26925</a>) (<a href="https://github.com/aws/aws-cdk/commit/6f3e8386f483fe715a4ce7dc8e54e87843400030">6f3e838</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/26588">#26588</a> <a href="https://redirect.github.com/aws/aws-cdk/issues/26588">#26588</a></li>
<li><strong>custom-resources:</strong> empty Lambda response payload causes deployment failure (<a href="https://redirect.github.com/aws/aws-cdk/issues/27000">#27000</a>) (<a href="https://github.com/aws/aws-cdk/commit/e260d30dab3815e2bd650df5b61ad7aa8fb72ea8">e260d30</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/26429">#26429</a></li>
<li><strong>events-targets:</strong> AwsApi fails when SDKv3 Command expects Uint8Array (<a href="https://redirect.github.com/aws/aws-cdk/issues/27034">#27034</a>) (<a href="https://github.com/aws/aws-cdk/commit/641f9e8166d3356c8352b067d2c4f1d5d0d0b1ce">641f9e8</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/27002">#27002</a></li>
<li><strong>events-targets:</strong> AwsApi is still using Node 16 (<a href="https://redirect.github.com/aws/aws-cdk/issues/27002">#27002</a>) (<a href="https://github.com/aws/aws-cdk/commit/49e5739c71869d09271934953b34bbd419daebd9">49e5739</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/26998">#26998</a></li>
<li><strong>firehose:</strong> remove unused role during DeliveryStream creation (<a href="https://redirect.github.com/aws/aws-cdk/issues/26930">#26930</a>) (<a href="https://github.com/aws/aws-cdk/commit/993ee48a2dfa0732aaa5384220c4e12957f7dd13">993ee48</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/26927">#26927</a></li>
<li><strong>lambda-nodejs:</strong> incorrect SDK v2 warning generated (<a href="https://redirect.github.com/aws/aws-cdk/issues/27014">#27014</a>) (<a href="https://github.com/aws/aws-cdk/commit/856b30371fba60cab6adf693725d934316b072dc">856b303</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/26966">#26966</a></li>
<li><strong>logs:</strong> log retention custom resource timed out during deploy (<a href="https://redirect.github.com/aws/aws-cdk/issues/26995">#26995</a>) (<a href="https://github.com/aws/aws-cdk/commit/a73f256d7699e817d43622fd2bcede8d823c85a4">a73f256</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/24485">#24485</a></li>
<li><strong>route53:</strong> <code>CrossAccountZoneDelegationRecord</code> is still using Node 16 (<a href="https://redirect.github.com/aws/aws-cdk/issues/26980">#26980</a>) (<a href="https://github.com/aws/aws-cdk/commit/d69c51a2e10864e69d4610b6df30d40a9bfec3ac">d69c51a</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/26212">#26212</a> <a href="https://redirect.github.com/aws/aws-cdk/issues/26593">#26593</a> <a href="https://redirect.github.com/aws/aws-cdk/issues/26976">#26976</a></li>
</ul>
<h2><a href="https://github.com/aws/aws-cdk/compare/v2.93.0...v2.94.0">2.94.0</a> (2023-09-01)</h2>
<h3>Features</h3>
<ul>
<li><strong>apigateway:</strong> L2 construct for Sagemaker Integration (<a href="https://redirect.github.com/aws/aws-cdk/issues/25459">#25459</a>) (<a href="https://github.com/aws/aws-cdk/commit/53d61bbc9c96708147dc4d2e285eb8122409d700">53d61bb</a>)</li>
<li><strong>appsync:</strong> merged APIs (<a href="https://redirect.github.com/aws/aws-cdk/issues/26895">#26895</a>) (<a href="https://github.com/aws/aws-cdk/commit/fe930a53998d449c6e1687fa40c2e94577339792">fe930a5</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/25960">#25960</a></li>
<li><strong>cloudfront:</strong> Add RealtimeLogConfig to Distribution (<a href="https://redirect.github.com/aws/aws-cdk/issues/26808">#26808</a>) (<a href="https://github.com/aws/aws-cdk/commit/b1f4e277e466c0a79249ce4cc75edb2861e901ba">b1f4e27</a>)</li>
<li><strong>ec2:</strong> add c7gn instance type (<a href="https://redirect.github.com/aws/aws-cdk/issues/26905">#26905</a>) (<a href="https://github.com/aws/aws-cdk/commit/8cc9ecb9f77dc18853326077c3dbdecd0271a8c2">8cc9ecb</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/23147">#23147</a></li>
<li><strong>ec2:</strong> contributor insight rules for vpc endpoint service  (<a href="https://redirect.github.com/aws/aws-cdk/issues/25965">#25965</a>) (<a href="https://github.com/aws/aws-cdk/commit/c6a96f062e32b6c99d0a4b27a3d18881c1efb85a">c6a96f0</a>)</li>
<li><strong>lambda:</strong> L2 constructs for SnapStart (<a href="https://redirect.github.com/aws/aws-cdk/issues/26761">#26761</a>) (<a href="https://github.com/aws/aws-cdk/commit/356f30221ae8bc352b2ad94517dacd2bd3cf83ad">356f302</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/23153">#23153</a> <a href="https://redirect.github.com/aws//redirect.github.com/aws/aws-cdk/issues/23153/issues/issuecomment-1407779812">aws/aws-cdk#23153</a></li>
<li><strong>rds:</strong> add support for postgresql 11.21, 12.16, 13.12, 14.9, 15.4 and deprecate versions out-of-support (<a href="https://redirect.github.com/aws/aws-cdk/issues/26906">#26906</a>) (<a href="https://github.com/aws/aws-cdk/commit/4b0c378595a41d80dba0e439210e14a4ee8a66bb">4b0c378</a>)</li>
<li><strong>rds:</strong> support certificate autority certificate (<a href="https://redirect.github.com/aws/aws-cdk/issues/26883">#26883</a>) (<a href="https://github.com/aws/aws-cdk/commit/4fd510ec75f03e3e674911cd347fa96ea3edd93a">4fd510e</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/26865">#26865</a></li>
<li><strong>s3-deployment:</strong> specify lambda execution role in DeployTimeSubstitutedFile (<a href="https://redirect.github.com/aws/aws-cdk/issues/26896">#26896</a>) (<a href="https://github.com/aws/aws-cdk/commit/6c2143c0caf1d772e88df361bd5e882195fb6930">6c2143c</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/26879">#26879</a></li>
<li><strong>stepfunctions-tasks:</strong> <code>algorithmName</code> validation for <code>SageMakerCreateTrainingJob</code> (<a href="https://redirect.github.com/aws/aws-cdk/issues/26877">#26877</a>) (<a href="https://github.com/aws/aws-cdk/commit/1cead3b032c382f8cf63f72508c3222a3c58e85a">1cead3b</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/26675">#26675</a></li>
<li>update AWS Service Spec (<a href="https://redirect.github.com/aws/aws-cdk/issues/26911">#26911</a>) (<a href="https://github.com/aws/aws-cdk/commit/d345335ce10998e831894c21a06124c9d040e99a">d345335</a>)</li>
<li><strong>stepfunctions-tasks:</strong> FastFile mode for SageMaker Training Job (<a href="https://redirect.github.com/aws/aws-cdk/issues/26675">#26675</a>) (<a href="https://github.com/aws/aws-cdk/commit/5fef403825110205d472bae90b63866c850efed6">5fef403</a>), closes <a href="https://github.com/aws//github.com/aws/aws-cdk/blob/v2.90.0/packages/aws-cdk-lib/aws-stepfunctions-tasks/lib/sagemaker/base-types.ts/issues/L458">/github.com/aws/aws-cdk/blob/v2.90.0/packages/aws-cdk-lib/aws-stepfunctions-tasks/lib/sagemaker/base-types.ts#L458</a> <a href="https://redirect.github.com/aws/aws-cdk/issues/26653">#26653</a></li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-cdk/commit/ae455d822c9da2e4a1b23c548e9d220d8e95a346"><code>ae455d8</code></a> chore(release): 2.95.1 (<a href="https://redirect.github.com/aws/aws-cdk/issues/27077">#27077</a>)</li>
<li><a href="https://github.com/aws/aws-cdk/commit/27c1917c4e8798440dd8c8d65a9d3bf6447d7a4c"><code>27c1917</code></a> chore(release): 2.95.1</li>
<li><a href="https://github.com/aws/aws-cdk/commit/afd3890f6a204f61d68b497552c9ba5c371eef4b"><code>afd3890</code></a> fix(dynamodb): update CfnGlobalTable in TableV2 constructor to use this inste...</li>
<li><a href="https://github.com/aws/aws-cdk/commit/cfa7e8873a66a1ca06ff6fc0497283e6c2ed412d"><code>cfa7e88</code></a> chore(release): 2.95.0 (<a href="https://redirect.github.com/aws/aws-cdk/issues/27053">#27053</a>)</li>
<li><a href="https://github.com/aws/aws-cdk/commit/0c9c32ce0d26ecea7cc6869e7264081f0d6107e9"><code>0c9c32c</code></a> chore(release): 2.95.0</li>
<li><a href="https://github.com/aws/aws-cdk/commit/dfe29ce7b2835a482c1cff3aac036abc13632154"><code>dfe29ce</code></a> feat(stepfunctions): properties for ErrorPath, CausePath, MaxDelay, Jitter (#...</li>
<li><a href="https://github.com/aws/aws-cdk/commit/641f9e8166d3356c8352b067d2c4f1d5d0d0b1ce"><code>641f9e8</code></a> fix(events-targets): AwsApi fails when SDKv3 Command expects Uint8Array (<a href="https://redirect.github.com/aws/aws-cdk/issues/27034">#27034</a>)</li>
<li><a href="https://github.com/aws/aws-cdk/commit/c0a46e6c705a7456c6ae90b42f8287d70635ead0"><code>c0a46e6</code></a> chore: update SDKv3 blob types model (<a href="https://redirect.github.com/aws/aws-cdk/issues/27043">#27043</a>)</li>
<li><a href="https://github.com/aws/aws-cdk/commit/6f3e8386f483fe715a4ce7dc8e54e87843400030"><code>6f3e838</code></a> fix(cli): deployment stops on AccessDenied looking up bootstrap stack (<a href="https://redirect.github.com/aws/aws-cdk/issues/26925">#26925</a>)</li>
<li><a href="https://github.com/aws/aws-cdk/commit/e52acd8d449e491a60f5c78dbf7f00e333eb442c"><code>e52acd8</code></a> feat(dynamodb): TableV2 supports imports, drift detection, and better control...</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-cdk/compare/v2.94.0...v2.95.1">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 Sep 11, 2023
1 parent fb3beb7 commit c8c18a9
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.94
aws-cdk-lib~=2.95
constructs>=10.0.0,<11.0.0
cdk-dynamo-table-view==0.2.486
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.94
aws-cdk-lib~=2.95
constructs>=10.0.0,<11.0.0
cdk-dynamo-table-view==0.2.486
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.94
aws-cdk-lib~=2.95
constructs>=10.0.0,<11.0.0
cdk-dynamo-table-view==0.2.486

0 comments on commit c8c18a9

Please sign in to comment.