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.141 to ~=2.142 in /cod…
Browse files Browse the repository at this point in the history
…e/python (#1415)

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.142.1</h2>
<h3>Reverts</h3>
<ul>
<li>fix(diff): properties from ChangeSet diff were ignored (<a href="https://redirect.github.com/aws/aws-cdk/issues/30243">#30243</a>) (<a href="https://github.com/aws/aws-cdk/commit/37484726f235013ec0e71cefb9e1fc35caf12e74">3748472</a>)</li>
</ul>
<hr />
<h2>Alpha modules (2.142.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.142.0...v2.142.1">2.142.1</a> (2024-05-17)</h2>
<h3>Reverts</h3>
<ul>
<li>fix(diff): properties from ChangeSet diff were ignored (<a href="https://redirect.github.com/aws/aws-cdk/issues/30243">#30243</a>) (<a href="https://github.com/aws/aws-cdk/commit/37484726f235013ec0e71cefb9e1fc35caf12e74">3748472</a>)</li>
</ul>
<h2><a href="https://github.com/aws/aws-cdk/compare/v2.141.0...v2.142.0">2.142.0</a> (2024-05-15)</h2>
<h3>Features</h3>
<ul>
<li><strong>asg:</strong> support keypair functionality for asg (<a href="https://redirect.github.com/aws/aws-cdk/issues/29679">#29679</a>) (<a href="https://github.com/aws/aws-cdk/commit/f6b649d47f8bc30ca741fbb7a4852d51e8275002">f6b649d</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/29237">#29237</a></li>
<li><strong>codepipeline:</strong> <code>GitPullRequestFilter</code> for pipeline trigger (<a href="https://redirect.github.com/aws/aws-cdk/issues/29128">#29128</a>) (<a href="https://github.com/aws/aws-cdk/commit/5ce1b6485eb4336634f4f14bfe3d0b17b071e83b">5ce1b64</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/29126">#29126</a></li>
<li><strong>docdb:</strong> add copyTagsToSnapshot property to the DatabaseCluster Construct (<a href="https://redirect.github.com/aws/aws-cdk/issues/30120">#30120</a>) (<a href="https://github.com/aws/aws-cdk/commit/30f0db6ad810f0e93187082bd50ddb46726d8f5f">30f0db6</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/30090">#30090</a></li>
<li><strong>docdb:</strong> support CA certificate for cluster instances (<a href="https://redirect.github.com/aws/aws-cdk/issues/28791">#28791</a>) (<a href="https://github.com/aws/aws-cdk/commit/e87f25e1e93350e53aadb15e19ed7a9bf378c315">e87f25e</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/27138">#27138</a> <a href="https://redirect.github.com/aws/aws-cdk/issues/28356">#28356</a></li>
<li><strong>events-targets:</strong> add support for AppSync as an EventBridge rule target  (<a href="https://redirect.github.com/aws/aws-cdk/issues/29584">#29584</a>) (<a href="https://github.com/aws/aws-cdk/commit/5be88a3055fe1e6b55884847d1b8a75b03341b39">5be88a3</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/29884">#29884</a></li>
<li><strong>servicecatalog:</strong> <code>ProductStack</code> memoryLimit prop (<a href="https://redirect.github.com/aws/aws-cdk/issues/30105">#30105</a>) (<a href="https://github.com/aws/aws-cdk/commit/4b6dc8c650822bcd0231c8890bd94a934a0cd34d">4b6dc8c</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/29862">#29862</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>apigateway:</strong> set authorization scope when authorization type is Cognito (<a href="https://redirect.github.com/aws/aws-cdk/issues/30035">#30035</a>) (<a href="https://github.com/aws/aws-cdk/commit/38a2284bccd9119f3bcc8d0baef8525ab416bb67">38a2284</a>)</li>
<li><strong>autoscaling:</strong> cooldown cannot be set with step scaling actions (<a href="https://redirect.github.com/aws/aws-cdk/issues/30150">#30150</a>) (<a href="https://github.com/aws/aws-cdk/commit/68107624e50d738be7e10fd22072b5a40983e720">6810762</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/29779">#29779</a></li>
<li><strong>cli:</strong> cdk bootstrap --help does not show some options (<a href="https://redirect.github.com/aws/aws-cdk/issues/30113">#30113</a>) (<a href="https://github.com/aws/aws-cdk/commit/8debd205b1f52e172de844f349d4e76e39df269d">8debd20</a>)</li>
<li><strong>cli:</strong> handle attributes of AWS::KMS::Key when hotswapping (<a href="https://redirect.github.com/aws/aws-cdk/issues/30112">#30112</a>) (<a href="https://github.com/aws/aws-cdk/commit/a1dcaa6c4a3db245d1becf0e9ace1d488b6d528d">a1dcaa6</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/25418">#25418</a></li>
<li><strong>cli:</strong> template created during import should be written to assets folder (<a href="https://redirect.github.com/aws/aws-cdk/issues/29830">#29830</a>) (<a href="https://github.com/aws/aws-cdk/commit/a96cf5500242890cddbbaa46af7f7228c7126d98">a96cf55</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/22928">#22928</a> <a href="https://redirect.github.com/aws/aws-cdk/issues/22530">#22530</a></li>
<li><strong>diff:</strong> properties from ChangeSet diff were ignored (<a href="https://redirect.github.com/aws/aws-cdk/issues/30093">#30093</a>) (<a href="https://github.com/aws/aws-cdk/commit/9c3f3f5dbb9b4b9f86911d9cd7c056a9fc0432b3">9c3f3f5</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/29731">#29731</a></li>
<li><strong>ecs:</strong> require task pidMode for Linux-based Fargate tasks, not host (<a href="https://redirect.github.com/aws/aws-cdk/issues/30020">#30020</a>) (<a href="https://github.com/aws/aws-cdk/commit/3e9e0a8696630c9368adf012aff1fb919e398164">3e9e0a8</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/29995">#29995</a></li>
<li><strong>eks:</strong> in place updates for EKS security group and Subnets (<a href="https://redirect.github.com/aws/aws-cdk/issues/30114">#30114</a>) (<a href="https://github.com/aws/aws-cdk/commit/eb39d9e1924240d433dc91b7f8d98ebcf5cd87c8">eb39d9e</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/28584">#28584</a></li>
<li><strong>iam:</strong> fromUserArn returns incorrect principalAccount (<a href="https://redirect.github.com/aws/aws-cdk/issues/30023">#30023</a>) (<a href="https://github.com/aws/aws-cdk/commit/f9f3681be9fc6a0c998cd26119053c5832ef9806">f9f3681</a>), closes <a href="https://redirect.github.com/aws//redirect.github.com/aws/aws-cdk/issues/29999/issues/issuecomment-2087672380">aws/aws-cdk#29999</a></li>
<li><strong>s3:</strong> add bucket policy dependency to notification resource (<a href="https://redirect.github.com/aws/aws-cdk/issues/30053">#30053</a>) (<a href="https://github.com/aws/aws-cdk/commit/71986ff986d13bbb496b33c0554f657e77dbb2d0">71986ff</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/27600">#27600</a> <a href="https://redirect.github.com/aws/aws-cdk/issues/16811">#16811</a></li>
<li><strong>stepfunctions-tasks:</strong> documentation fix for retryOnServiceExceptions (<a href="https://redirect.github.com/aws/aws-cdk/issues/30077">#30077</a>) (<a href="https://github.com/aws/aws-cdk/commit/205163fc0d2cac84d3d746a98c393e137f0e2388">205163f</a>)</li>
</ul>
<h2><a href="https://github.com/aws/aws-cdk/compare/v2.140.0...v2.141.0">2.141.0</a> (2024-05-08)</h2>
<h3>Features</h3>
<ul>
<li><strong>rds:</strong> implement setting parameter group name (<a href="https://redirect.github.com/aws/aws-cdk/issues/29965">#29965</a>) (<a href="https://github.com/aws/aws-cdk/commit/50331a19cfbe30e3d46f8eed15d74d5975fb1527">50331a1</a>)</li>
<li>support for IAM Identity Center in security diff (<a href="https://redirect.github.com/aws/aws-cdk/issues/30009">#30009</a>) (<a href="https://github.com/aws/aws-cdk/commit/0a3cb94b9c3c945fa52d36f402b628a330066e5b">0a3cb94</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/29835">#29835</a></li>
<li>update L1 CloudFormation resource definitions (<a href="https://redirect.github.com/aws/aws-cdk/issues/30074">#30074</a>) (<a href="https://github.com/aws/aws-cdk/commit/8e98078a54896b7a9531ba4b11bb0c6221383e34">8e98078</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>ecr:</strong> incorrect format for rule pattern (<a href="https://redirect.github.com/aws/aws-cdk/issues/29243">#29243</a>) (<a href="https://github.com/aws/aws-cdk/commit/fff9cf694b14811682c8671a1e55afa53151df8b">fff9cf6</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/29225">#29225</a></li>
<li><strong>pipelines:</strong> pipeline asset role trust policy has account root principal (<a href="https://redirect.github.com/aws/aws-cdk/issues/30084">#30084</a>) (<a href="https://github.com/aws/aws-cdk/commit/3928eae1ee92a03ba9959288f05f59d6bd5edcba">3928eae</a>)</li>
</ul>
<h2><a href="https://github.com/aws/aws-cdk/compare/v2.139.1...v2.140.0">2.140.0</a> (2024-05-02)</h2>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-cdk/commit/ed4e1526088a6efbd6ee1c78c5923aecef5d4447"><code>ed4e152</code></a> chore(release): v2.142.1 (<a href="https://redirect.github.com/aws/aws-cdk/issues/30249">#30249</a>)</li>
<li><a href="https://github.com/aws/aws-cdk/commit/c0dd7e03604531977d43b4a143d00bd20a7c5af7"><code>c0dd7e0</code></a> clean up</li>
<li><a href="https://github.com/aws/aws-cdk/commit/068bae62234b8bf0d2d23ff075fa5c3f17a41347"><code>068bae6</code></a> update changelog</li>
<li><a href="https://github.com/aws/aws-cdk/commit/121fd4ff4a9c7329a798f43c03642da9c59f972e"><code>121fd4f</code></a> clean changelog and alpha changelog</li>
<li><a href="https://github.com/aws/aws-cdk/commit/1c0daa5511e4e1deca3337a460e29efa1518446d"><code>1c0daa5</code></a> chore(release): 2.142.1</li>
<li><a href="https://github.com/aws/aws-cdk/commit/b61d7c46edf3ed2e20c18f4a8c54eaf685149465"><code>b61d7c4</code></a> clean up</li>
<li><a href="https://github.com/aws/aws-cdk/commit/39225bcd99a7a71f7f9757a07e4b359d7a48e09d"><code>39225bc</code></a> fix integ tests for old tests with new changes</li>
<li><a href="https://github.com/aws/aws-cdk/commit/37484726f235013ec0e71cefb9e1fc35caf12e74"><code>3748472</code></a> revert: &quot;fix(diff): properties from ChangeSet diff were ignored&quot; (<a href="https://redirect.github.com/aws/aws-cdk/issues/30243">#30243</a>)</li>
<li><a href="https://github.com/aws/aws-cdk/commit/289a1e3bff31adfc61d64ca6a84058618f57cb18"><code>289a1e3</code></a> chore(release): 2.142.0 (<a href="https://redirect.github.com/aws/aws-cdk/issues/30223">#30223</a>)</li>
<li><a href="https://github.com/aws/aws-cdk/commit/f294ac2c86f20cce41c59f5f2c38ed9068d1131c"><code>f294ac2</code></a> chore(release): 2.142.0</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-cdk/compare/v2.141.0...v2.142.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 May 20, 2024
1 parent a6baa52 commit f7aff5b
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.141
aws-cdk-lib~=2.142
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.141
aws-cdk-lib~=2.142
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.141
aws-cdk-lib~=2.142
constructs>=10.0.0,<11.0.0
cdk-dynamo-table-view==0.2.488

0 comments on commit f7aff5b

Please sign in to comment.