This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Bump aws-cdk-lib from 2.142.1 to 2.143.0 in /cdkworkshop.com (#…
…1423) Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.142.1 to 2.143.0. <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.143.0</h2> <h3>Features</h3> <ul> <li><strong>codebuild:</strong> add deleteReports property to the ReportGroup Construct (<a href="https://redirect.github.com/aws/aws-cdk/issues/30141">#30141</a>) (<a href="https://github.com/aws/aws-cdk/commit/c3003ab41f0efc763f39eb2cab490c8a005e146b">c3003ab</a>)</li> <li>update L1 CloudFormation resource definitions (<a href="https://redirect.github.com/aws/aws-cdk/issues/30182">#30182</a>) (<a href="https://github.com/aws/aws-cdk/commit/555d1c7f3d355ff98501539a7ec6e34fac1feb09">555d1c7</a>)</li> <li><strong>batch:</strong> jobStateTimeLimitActions property added (<a href="https://redirect.github.com/aws/aws-cdk/issues/30158">#30158</a>) (<a href="https://github.com/aws/aws-cdk/commit/411a58cb427c2794dad889127a613d0999b707bb">411a58c</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/30142">#30142</a></li> <li><strong>cognito:</strong> add enablePropagateAdditionalUserContextData to UserClient Construct (<a href="https://redirect.github.com/aws/aws-cdk/issues/30178">#30178</a>) (<a href="https://github.com/aws/aws-cdk/commit/e00c0ca6f98b6137a9f14deaef123c9daefe95e7">e00c0ca</a>)</li> <li><strong>ec2:</strong> support placementGroup for ec2.Instance (<a href="https://redirect.github.com/aws/aws-cdk/issues/30293">#30293</a>) (<a href="https://github.com/aws/aws-cdk/commit/f4b1d5a94f49bd8dd607a11a94ff27895c8417ec">f4b1d5a</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/30292">#30292</a></li> <li><strong>ecs-patterns:</strong> dualstack NLB (<a href="https://redirect.github.com/aws/aws-cdk/issues/30069">#30069</a>) (<a href="https://github.com/aws/aws-cdk/commit/623cedb429fba5bcf6ecdf2bb8277fcc2b88eba4">623cedb</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/29614">#29614</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>ecs:</strong> add feature flag and remove ecs default deployment alarm settings (<a href="https://redirect.github.com/aws/aws-cdk/issues/30217">#30217</a>) (<a href="https://github.com/aws/aws-cdk/commit/1e942675b2971a45be7a537183ee04296fd4ee67">1e94267</a>)</li> <li><strong>elbv2:</strong> unable to deploy template with IPv4 load balancer when denyAllIgwTraffic set (<a href="https://redirect.github.com/aws/aws-cdk/issues/29956">#29956</a>) (<a href="https://github.com/aws/aws-cdk/commit/42d424ed0d931f312c5ee69c6aef634e80e83065">42d424e</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/30247">#30247</a></li> <li><strong>events_targets:</strong> kinesisfirehosestream not accepting ideliverystream for imported deliverystream (<a href="https://redirect.github.com/aws/aws-cdk/issues/30189">#30189</a>) (<a href="https://github.com/aws/aws-cdk/commit/d7e6a10a618074cf0db7412a4525e28fc47cd7f7">d7e6a10</a>)</li> <li><strong>rds:</strong> readers not always be created after the writer (<a href="https://redirect.github.com/aws/aws-cdk/issues/30277">#30277</a>) (<a href="https://github.com/aws/aws-cdk/commit/e8676cbed76905c879bdb0981a6464b683074632">e8676cb</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/30260">#30260</a></li> <li><strong>s3:</strong> bucketKey does not support SSE-S3 (<a href="https://redirect.github.com/aws/aws-cdk/issues/30184">#30184</a>) (<a href="https://github.com/aws/aws-cdk/commit/c7c75f8069ea10006853c32bd95ea9d3f70f8a05">c7c75f8</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/30183">#30183</a></li> <li><strong>stepfunctions-tasks:</strong> runtime language used to evaluate expressions is ignored (<a href="https://redirect.github.com/aws/aws-cdk/issues/30302">#30302</a>) (<a href="https://github.com/aws/aws-cdk/commit/dfea72118790ea591d9de720f337c1e14eb11411">dfea721</a>)</li> </ul> <hr /> <h2>Alpha modules (2.143.0-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.1...v2.143.0">2.143.0</a> (2024-05-23)</h2> <h3>Features</h3> <ul> <li><strong>codebuild:</strong> add deleteReports property to the ReportGroup Construct (<a href="https://redirect.github.com/aws/aws-cdk/issues/30141">#30141</a>) (<a href="https://github.com/aws/aws-cdk/commit/c3003ab41f0efc763f39eb2cab490c8a005e146b">c3003ab</a>)</li> <li>update L1 CloudFormation resource definitions (<a href="https://redirect.github.com/aws/aws-cdk/issues/30182">#30182</a>) (<a href="https://github.com/aws/aws-cdk/commit/555d1c7f3d355ff98501539a7ec6e34fac1feb09">555d1c7</a>)</li> <li><strong>batch:</strong> jobStateTimeLimitActions property added (<a href="https://redirect.github.com/aws/aws-cdk/issues/30158">#30158</a>) (<a href="https://github.com/aws/aws-cdk/commit/411a58cb427c2794dad889127a613d0999b707bb">411a58c</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/30142">#30142</a></li> <li><strong>cognito:</strong> add enablePropagateAdditionalUserContextData to UserClient Construct (<a href="https://redirect.github.com/aws/aws-cdk/issues/30178">#30178</a>) (<a href="https://github.com/aws/aws-cdk/commit/e00c0ca6f98b6137a9f14deaef123c9daefe95e7">e00c0ca</a>)</li> <li><strong>ec2:</strong> support placementGroup for ec2.Instance (<a href="https://redirect.github.com/aws/aws-cdk/issues/30293">#30293</a>) (<a href="https://github.com/aws/aws-cdk/commit/f4b1d5a94f49bd8dd607a11a94ff27895c8417ec">f4b1d5a</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/30292">#30292</a></li> <li><strong>ecs-patterns:</strong> dualstack NLB (<a href="https://redirect.github.com/aws/aws-cdk/issues/30069">#30069</a>) (<a href="https://github.com/aws/aws-cdk/commit/623cedb429fba5bcf6ecdf2bb8277fcc2b88eba4">623cedb</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/29614">#29614</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>ecs:</strong> add feature flag and remove ecs default deployment alarm settings (<a href="https://redirect.github.com/aws/aws-cdk/issues/30217">#30217</a>) (<a href="https://github.com/aws/aws-cdk/commit/1e942675b2971a45be7a537183ee04296fd4ee67">1e94267</a>)</li> <li><strong>elbv2:</strong> unable to deploy template with IPv4 load balancer when denyAllIgwTraffic set (<a href="https://redirect.github.com/aws/aws-cdk/issues/29956">#29956</a>) (<a href="https://github.com/aws/aws-cdk/commit/42d424ed0d931f312c5ee69c6aef634e80e83065">42d424e</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/30247">#30247</a></li> <li><strong>events_targets:</strong> kinesisfirehosestream not accepting ideliverystream for imported deliverystream (<a href="https://redirect.github.com/aws/aws-cdk/issues/30189">#30189</a>) (<a href="https://github.com/aws/aws-cdk/commit/d7e6a10a618074cf0db7412a4525e28fc47cd7f7">d7e6a10</a>)</li> <li><strong>rds:</strong> readers not always be created after the writer (<a href="https://redirect.github.com/aws/aws-cdk/issues/30277">#30277</a>) (<a href="https://github.com/aws/aws-cdk/commit/e8676cbed76905c879bdb0981a6464b683074632">e8676cb</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/30260">#30260</a></li> <li><strong>s3:</strong> bucketKey does not support SSE-S3 (<a href="https://redirect.github.com/aws/aws-cdk/issues/30184">#30184</a>) (<a href="https://github.com/aws/aws-cdk/commit/c7c75f8069ea10006853c32bd95ea9d3f70f8a05">c7c75f8</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/30183">#30183</a></li> <li><strong>stepfunctions-tasks:</strong> runtime language used to evaluate expressions is ignored (<a href="https://redirect.github.com/aws/aws-cdk/issues/30302">#30302</a>) (<a href="https://github.com/aws/aws-cdk/commit/dfea72118790ea591d9de720f337c1e14eb11411">dfea721</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-cdk/commit/a43281ba8797277ecb03008e39fad15aefce52fd"><code>a43281b</code></a> chore(release): 2.143.0</li> <li><a href="https://github.com/aws/aws-cdk/commit/c3003ab41f0efc763f39eb2cab490c8a005e146b"><code>c3003ab</code></a> feat(codebuild): add deleteReports property to the ReportGroup Construct (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/30">#30</a>...</li> <li><a href="https://github.com/aws/aws-cdk/commit/555d1c7f3d355ff98501539a7ec6e34fac1feb09"><code>555d1c7</code></a> feat: update L1 CloudFormation resource definitions (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/30182">#30182</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/e8676cbed76905c879bdb0981a6464b683074632"><code>e8676cb</code></a> fix(rds): readers not always be created after the writer (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/30277">#30277</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/f4b1d5a94f49bd8dd607a11a94ff27895c8417ec"><code>f4b1d5a</code></a> feat(ec2): support placementGroup for ec2.Instance (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/30293">#30293</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/dfea72118790ea591d9de720f337c1e14eb11411"><code>dfea721</code></a> fix(stepfunctions-tasks): runtime language used to evaluate expressions is ig...</li> <li><a href="https://github.com/aws/aws-cdk/commit/a2e8dc5e3cff91e64e5062a8fed630fb46982dbf"><code>a2e8dc5</code></a> chore(rds): removed unreleased aurora postgres 16.3 cluster engine. (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/30296">#30296</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/32e9b022e345d96a7d68e758567fe75ee568d746"><code>32e9b02</code></a> chore(rds): deprecate unsupported aurora mysql versions (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/30282">#30282</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/1f43a6d38ddd28669550abfe13f589b8861a81c3"><code>1f43a6d</code></a> chore(deps): bump requests from 2.31.0 to 2.32.0 in /packages/aws-cdk-lib/aws...</li> <li><a href="https://github.com/aws/aws-cdk/commit/e4e83613a15d67309ace44aa466a281e71e429ae"><code>e4e8361</code></a> docs(event-targets): clarify that adding an imported SNS Topic as an event ta...</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-cdk/commits/v2.143.0/packages/aws-cdk-lib">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aws-cdk-lib&package-manager=npm_and_yarn&previous-version=2.142.1&new-version=2.143.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