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

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.92.0</h2>
<h3>Features</h3>
<ul>
<li>update AWS Service Spec (<a href="https://redirect.github.com/aws/aws-cdk/issues/26751">#26751</a>) (<a href="https://github.com/aws/aws-cdk/commit/e4e08320412cd6cc999fb9eef0cd93b0445abceb">e4e0832</a>)</li>
<li><strong>opensearchservice:</strong> SAML authorization properties for Domain construct (<a href="https://redirect.github.com/aws/aws-cdk/issues/26673">#26673</a>) (<a href="https://github.com/aws/aws-cdk/commit/6e20cbf8536f47ee1d3c11b8115258a8cf268e41">6e20cbf</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/26600">#26600</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>aws-cdk-lib:</strong> custom resources using Node16 and SDKv2 (<a href="https://redirect.github.com/aws/aws-cdk/issues/26710">#26710</a>) (<a href="https://github.com/aws/aws-cdk/commit/259a4694f1f398cabce5a910a7c4f1af927bfcf8">259a469</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/26708">#26708</a></li>
<li><strong>custom-resources:</strong> incorrect sdkv3 fallback  (<a href="https://redirect.github.com/aws/aws-cdk/issues/26693">#26693</a>) (<a href="https://github.com/aws/aws-cdk/commit/0fc33d94ee54b6cefc3383ad76309efe626c23a2">0fc33d9</a>)</li>
</ul>
<hr />
<h2>Alpha modules (2.92.0-alpha.0)</h2>
<h3>⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES</h3>
<ul>
<li><strong>batch:</strong> if using spot instances on your Compute Environments, they will default to <code>SPOT_PRICE_CAPACITY_OPTIMIZED</code> instead of <code>SPOT_CAPACITY_OPTIMIZED</code> now.</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>batch:</strong> grantSubmitJob method (<a href="https://redirect.github.com/aws/aws-cdk/issues/26729">#26729</a>) (<a href="https://github.com/aws/aws-cdk/commit/716871f792bf5563fc952846c1ae746eafcc2dfa">716871f</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/25574">#25574</a></li>
<li><strong>batch:</strong> set default spot allocation strategy to <code>SPOT_PRICE_CAPACITY_OPTIMIZED</code> (<a href="https://redirect.github.com/aws/aws-cdk/issues/26731">#26731</a>) (<a href="https://github.com/aws/aws-cdk/commit/e0ca252acee8290558edddde137458a055ad0b9e">e0ca252</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.91.0...v2.92.0">2.92.0</a> (2023-08-15)</h2>
<h3>Features</h3>
<ul>
<li>update AWS Service Spec (<a href="https://redirect.github.com/aws/aws-cdk/issues/26751">#26751</a>) (<a href="https://github.com/aws/aws-cdk/commit/e4e08320412cd6cc999fb9eef0cd93b0445abceb">e4e0832</a>)</li>
<li><strong>opensearchservice:</strong> SAML authorization properties for Domain construct (<a href="https://redirect.github.com/aws/aws-cdk/issues/26673">#26673</a>) (<a href="https://github.com/aws/aws-cdk/commit/6e20cbf8536f47ee1d3c11b8115258a8cf268e41">6e20cbf</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/26600">#26600</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>aws-cdk-lib:</strong> custom resources using Node16 and SDKv2 (<a href="https://redirect.github.com/aws/aws-cdk/issues/26710">#26710</a>) (<a href="https://github.com/aws/aws-cdk/commit/259a4694f1f398cabce5a910a7c4f1af927bfcf8">259a469</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/26708">#26708</a></li>
<li><strong>custom-resources:</strong> incorrect sdkv3 fallback  (<a href="https://redirect.github.com/aws/aws-cdk/issues/26693">#26693</a>) (<a href="https://github.com/aws/aws-cdk/commit/0fc33d94ee54b6cefc3383ad76309efe626c23a2">0fc33d9</a>)</li>
</ul>
<h2><a href="https://github.com/aws/aws-cdk/compare/v2.90.0...v2.91.0">2.91.0</a> (2023-08-10)</h2>
<h3>Features</h3>
<ul>
<li><strong>cdk:</strong> <code>cdk diff --quiet</code> suppresses progress messages (<a href="https://redirect.github.com/aws/aws-cdk/issues/26652">#26652</a>) (<a href="https://github.com/aws/aws-cdk/commit/5777c88394e2834bd56d6a20ace41e8d317a0d85">5777c88</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/26526">#26526</a> <a href="https://redirect.github.com/aws/aws-cdk/issues/26526">#26526</a></li>
<li><strong>core:</strong> Fn.findInMap supports default value (<a href="https://redirect.github.com/aws/aws-cdk/issues/26543">#26543</a>) (<a href="https://github.com/aws/aws-cdk/commit/8526febc8f4b6bf6b21d80b3acc3fc3a932401a4">8526feb</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/26125">#26125</a></li>
<li><strong>rds:</strong> support aurora mysql 3.04.0 (<a href="https://redirect.github.com/aws/aws-cdk/issues/26651">#26651</a>) (<a href="https://github.com/aws/aws-cdk/commit/6de3344a6292daf402d920480961ee6e920fbdca">6de3344</a>)</li>
<li>update AWS Service Spec (<a href="https://redirect.github.com/aws/aws-cdk/issues/26658">#26658</a>) (<a href="https://github.com/aws/aws-cdk/commit/d865d6ce896b36210aeabdd3f465bbaf4bfa6201">d865d6c</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>apigateway:</strong> allowedOrigins are incorrectly interpreted as regexes (<a href="https://redirect.github.com/aws/aws-cdk/issues/26648">#26648</a>) (<a href="https://github.com/aws/aws-cdk/commit/cc52e2dc22df1434d27c38073bcd60421d2ec39e">cc52e2d</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/26623">#26623</a></li>
<li><strong>lambda:</strong> Lambda Insights Layer ARN 1.0.229 in us-west-1 on ARM64 incorrect (<a href="https://redirect.github.com/aws/aws-cdk/issues/26626">#26626</a>) (<a href="https://github.com/aws/aws-cdk/commit/dabf868ed81235174b59d4990157b777ed23be64">dabf868</a>), closes <a href="https://github.com/aws//docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Lambda-Insights-extension-versionsARM.html/issues/Lambda-Insights-extension-ARM-1">/docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Lambda-Insights-extension-versionsARM.html#Lambda-Insights-extension-ARM-1</a> <a href="https://redirect.github.com/aws/aws-cdk/issues/26615">#26615</a></li>
<li><strong>rds:</strong> <code>grantConnect</code> fails to deploy when no user is specified for instances with secret credentials (<a href="https://redirect.github.com/aws/aws-cdk/issues/26647">#26647</a>) (<a href="https://github.com/aws/aws-cdk/commit/112b8619d60dd9082be92cb811cc5c7f36f05fe1">112b861</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/26603">#26603</a></li>
<li><strong>sam:</strong> CfnFunction events are not rendered (<a href="https://redirect.github.com/aws/aws-cdk/issues/26679">#26679</a>) (<a href="https://github.com/aws/aws-cdk/commit/305a9cc9a5cb18db0c2660c5354a2c43e8d36cf6">305a9cc</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/26637">#26637</a></li>
<li><strong>triggers:</strong> executed on update even when executeOnHandlerChange is false (<a href="https://redirect.github.com/aws/aws-cdk/issues/26676">#26676</a>) (<a href="https://github.com/aws/aws-cdk/commit/ed3aaf7826884d3fdafd667fe7816fc57772632c">ed3aaf7</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/25939">#25939</a></li>
<li>broken cross-region reference in aws-route53 (<a href="https://redirect.github.com/aws/aws-cdk/issues/26666">#26666</a>) (<a href="https://github.com/aws/aws-cdk/commit/ec61b09f6f3f49ace109ec150064fb948635eee1">ec61b09</a>)</li>
</ul>
<h2><a href="https://github.com/aws/aws-cdk/compare/v2.89.0...v2.90.0">2.90.0</a> (2023-08-04)</h2>
<h3>Features</h3>
<ul>
<li><strong>aws-cdk-lib:</strong> ADOT Lambda Layer v0.31.0 (<a href="https://redirect.github.com/aws/aws-cdk/issues/26505">#26505</a>) (<a href="https://github.com/aws/aws-cdk/commit/03c6f6fb667a1d7034537b514103215bb949a8da">03c6f6f</a>)</li>
<li><strong>core:</strong> new RemovalPolicy.RETAIN_EXCEPT_ON_CREATE to only retain resources that have been successfully created (<a href="https://redirect.github.com/aws/aws-cdk/issues/26602">#26602</a>) (<a href="https://github.com/aws/aws-cdk/commit/c84666c22658e22956d79b83d0d226278d829f9d">c84666c</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/26595">#26595</a></li>
<li><strong>core:</strong> support ssh build arg in DockerImageAsset (<a href="https://redirect.github.com/aws/aws-cdk/issues/26356">#26356</a>) (<a href="https://github.com/aws/aws-cdk/commit/7b3d3813124c6c1dfa912c4fbe20772c84a0ffc6">7b3d381</a>)</li>
<li><strong>stepfunctions:</strong> allow setting comment on state machine (<a href="https://redirect.github.com/aws/aws-cdk/issues/25858">#25858</a>) (<a href="https://github.com/aws/aws-cdk/commit/6a70b4fe83f6ab2571086454909aae13ec9959fb">6a70b4f</a>)</li>
<li>update AWS Service Spec (<a href="https://redirect.github.com/aws/aws-cdk/issues/26579">#26579</a>) (<a href="https://github.com/aws/aws-cdk/commit/6c588da2c6b1c2f5a53fb9151c84c7298ce2427e">6c588da</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>cli:</strong> specifying --quiet does not suppress asset building and publishing logs (<a href="https://redirect.github.com/aws/aws-cdk/issues/26493">#26493</a>) (<a href="https://github.com/aws/aws-cdk/commit/b12bc676bd5f99843b224839bc32504b47f0599e">b12bc67</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/26265">#26265</a></li>
<li><strong>ec2:</strong> flowLogName property for FlowLog construct does not work (<a href="https://redirect.github.com/aws/aws-cdk/issues/26371">#26371</a>) (<a href="https://github.com/aws/aws-cdk/commit/f910f7840f9ceb02780dc3b08d548fb7a2072e58">f910f78</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/26370">#26370</a></li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-cdk/commit/bf62e550651ace44b6354da0406c2aaa99812f5c"><code>bf62e55</code></a> chore(release): 2.92.0 (<a href="https://redirect.github.com/aws/aws-cdk/issues/26759">#26759</a>)</li>
<li><a href="https://github.com/aws/aws-cdk/commit/d80b2fc4b87a35a188ae242875aa9642719c1752"><code>d80b2fc</code></a> chore(release): 2.92.0</li>
<li><a href="https://github.com/aws/aws-cdk/commit/716871f792bf5563fc952846c1ae746eafcc2dfa"><code>716871f</code></a> feat(batch): grantSubmitJob method (<a href="https://redirect.github.com/aws/aws-cdk/issues/26729">#26729</a>)</li>
<li><a href="https://github.com/aws/aws-cdk/commit/e4e08320412cd6cc999fb9eef0cd93b0445abceb"><code>e4e0832</code></a> feat: update AWS Service Spec (<a href="https://redirect.github.com/aws/aws-cdk/issues/26751">#26751</a>)</li>
<li><a href="https://github.com/aws/aws-cdk/commit/c4278c887dd5d27415ff636f523ed92171c8775c"><code>c4278c8</code></a> chore(deps): bump tj-actions/changed-files from 37.5.0 to 37.6.0 (<a href="https://redirect.github.com/aws/aws-cdk/issues/26748">#26748</a>)</li>
<li><a href="https://github.com/aws/aws-cdk/commit/84c67fcc502272cd75bc71a4ffc8afe3d8f8f5e8"><code>84c67fc</code></a> chore(deps): bump thollander/actions-comment-pull-request from 2.4.0 to 2.4.2...</li>
<li><a href="https://github.com/aws/aws-cdk/commit/694b4067023d7422927dfde51cf9621395ca753b"><code>694b406</code></a> chore: npm-check-updates &amp;&amp; yarn upgrade (<a href="https://redirect.github.com/aws/aws-cdk/issues/26734">#26734</a>)</li>
<li><a href="https://github.com/aws/aws-cdk/commit/6e20cbf8536f47ee1d3c11b8115258a8cf268e41"><code>6e20cbf</code></a> feat(opensearchservice): SAML authorization properties for Domain construct (...</li>
<li><a href="https://github.com/aws/aws-cdk/commit/e0ca252acee8290558edddde137458a055ad0b9e"><code>e0ca252</code></a> feat(batch): set default spot allocation strategy to `SPOT_PRICE_CAPACITY_OPT...</li>
<li><a href="https://github.com/aws/aws-cdk/commit/ce2f844e53294eb5a7954e20c151f07a018ad4b4"><code>ce2f844</code></a> chore(deps): upgrade to <code>@​aws-cdk/node-proxy-agent-v6</code> (<a href="https://redirect.github.com/aws/aws-cdk/issues/26722">#26722</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-cdk/compare/v2.91.0...v2.92.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 Aug 21, 2023
1 parent 0156648 commit aaec1bb
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.91
aws-cdk-lib~=2.92
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.91
aws-cdk-lib~=2.92
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.91
aws-cdk-lib~=2.92
constructs>=10.0.0,<11.0.0
cdk-dynamo-table-view==0.2.486

0 comments on commit aaec1bb

Please sign in to comment.