Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): Bump aws-cdk-lib from 2.124.0 to 2.126.0 (aws-samples#657)
[//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.124.0 to 2.126.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.126.0</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> <hr /> <h2>Alpha modules (2.126.0-alpha.0)</h2> <h2>v2.125.0</h2> <h3>Features</h3> <ul> <li><strong>applicationautoscaling:</strong> validate <code>evaluationPeriods</code> and <code>datapointsToAlarm</code> for step scaling policy (<a href="https://redirect.github.com/aws/aws-cdk/issues/28880">#28880</a>) (<a href="https://github.com/aws/aws-cdk/commit/4034adb5e4453435b959fde5eea16a7824f21e73">4034adb</a>)</li> <li><strong>batch:</strong> add fargate Runtime Platform properties to ECS Fargate C… (<a href="https://redirect.github.com/aws/aws-cdk/issues/28841">#28841</a>) (<a href="https://github.com/aws/aws-cdk/commit/ac8251fcdb8b5cc26d917c6d4a95e5eb3ccb2316">ac8251f</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/26484">#26484</a></li> <li><strong>CLI:</strong> Diff Supports Import Change Sets (<a href="https://redirect.github.com/aws/aws-cdk/issues/28787">#28787</a>) (<a href="https://github.com/aws/aws-cdk/commit/d97361519bfb6a3ebb53939b1e7da4db0a507dee">d973615</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/28336">#28336</a></li> <li><strong>cloudfront:</strong> retrieve default distribution metrics (<a href="https://redirect.github.com/aws/aws-cdk/issues/28894">#28894</a>) (<a href="https://github.com/aws/aws-cdk/commit/8e115dbca50479b619a3d8f79aad6bbf58f3a8fa">8e115db</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/28893">#28893</a></li> <li><strong>cognito:</strong> validate oidc provider name (<a href="https://redirect.github.com/aws/aws-cdk/issues/28802">#28802</a>) (<a href="https://github.com/aws/aws-cdk/commit/534794c900025b174825f82feb00671305555c0a">534794c</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/28667">#28667</a></li> <li><strong>sqs:</strong> support for permission settings for dead letter source queues (<a href="https://redirect.github.com/aws/aws-cdk/issues/28745">#28745</a>) (<a href="https://github.com/aws/aws-cdk/commit/9e21803b31e5df82f2abc7f6e7c7074a09ad7ed6">9e21803</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/19766">#19766</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>stepfunctions-tasks:</strong> mediapackagevod service generates wrong action in role policy (<a href="https://redirect.github.com/aws/aws-cdk/issues/28775">#28775</a>) (<a href="https://github.com/aws/aws-cdk/commit/305dae0743d7bf283df6a2c54c0f1ed784a56432">305dae0</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/28774">#28774</a></li> <li>revert deprecation of <code>logRetention</code> properties (<a href="https://redirect.github.com/aws/aws-cdk/issues/28934">#28934</a>) (<a href="https://github.com/aws/aws-cdk/commit/f89a7d2256e16d8e508a050706041292c4457e3f">f89a7d2</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/28919">#28919</a></li> <li><strong>apigatewayv2:</strong> WebSocketAwsIntegration ignores requestParameters and integrationPassThrough behaviors (<a href="https://redirect.github.com/aws/aws-cdk/issues/28921">#28921</a>) (<a href="https://github.com/aws/aws-cdk/commit/990ead35abdb8f4860280a3c75d923b1e5f5b1ba">990ead3</a>)</li> <li><strong>eks:</strong> Could not use ec2 instance type and size that their names contains dashes (<a href="https://redirect.github.com/aws/aws-cdk/issues/28040">#28040</a>) (<a href="https://github.com/aws/aws-cdk/commit/b32f47cfd65a5288e7bc2cc5a8a1f8e5f59032f8">b32f47c</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/27587">#27587</a></li> </ul> <hr /> <h2>Alpha modules (2.125.0-alpha.0)</h2> <h3>⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES</h3> <ul> <li><strong>integ-runner:</strong> Parsing of the cli input caused arguments passed after the first instance <code>--language <language></code> to be interpreted as a language as well. This prevented passing a test name after providing cli options. To overcome this limitation, <code>integ-runner</code> now requires an explicit <code>--language</code> option for each language you want to include: <code>integ-runner --language javascript --language python</code>. This was already documented that way and always the intended way to use this feature.</li> <li><strong>neptune-alpha:</strong> Corrected LogRetention IDs for DatabaseCluster. Previously, regardless of the log type, the string ‘objectObject’ was always included, but after the correction, the log type is now included.</li> </ul> <h3>Features</h3> <ul> <li><strong>app-staging-synthesizer-alpha:</strong> encryption type for staging bucket (<a href="https://redirect.github.com/aws/aws-cdk/issues/28903">#28903</a>) (<a href="https://github.com/aws/aws-cdk/commit/69f4b8d6560a293059b9e527be1fac6d1c70c971">69f4b8d</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/28815">#28815</a></li> <li><strong>pipes:</strong> EventBridge Pipes alpha module (<a href="https://redirect.github.com/aws/aws-cdk/issues/28388">#28388</a>) (<a href="https://github.com/aws/aws-cdk/commit/2d9106b7bd764a5bca33b7b5e3f3faffde726757">2d9106b</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/23495">#23495</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>integ-runner:</strong> cannot pass test name after <code>--language</code> (<a href="https://redirect.github.com/aws/aws-cdk/issues/28922">#28922</a>) (<a href="https://github.com/aws/aws-cdk/commit/f9fbbb4bd3a3ff74c3a2b34ffa333ac4fa57de2b">f9fbbb4</a>)</li> <li><strong>neptune-alpha:</strong> multiple <code>cloudwatchLogsExports</code> cannot be set when configuring log retention (<a href="https://redirect.github.com/aws/aws-cdk/issues/28643">#28643</a>) (<a href="https://github.com/aws/aws-cdk/commit/56794fc8a0f1f5d3c1ab29e3ee0a46b138895d32">56794fc</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/26295">#26295</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.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> <h3>Features</h3> <ul> <li><strong>applicationautoscaling:</strong> validate <code>evaluationPeriods</code> and <code>datapointsToAlarm</code> for step scaling policy (<a href="https://redirect.github.com/aws/aws-cdk/issues/28880">#28880</a>) (<a href="https://github.com/aws/aws-cdk/commit/4034adb5e4453435b959fde5eea16a7824f21e73">4034adb</a>)</li> <li><strong>batch:</strong> add fargate Runtime Platform properties to ECS Fargate C… (<a href="https://redirect.github.com/aws/aws-cdk/issues/28841">#28841</a>) (<a href="https://github.com/aws/aws-cdk/commit/ac8251fcdb8b5cc26d917c6d4a95e5eb3ccb2316">ac8251f</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/26484">#26484</a></li> <li><strong>CLI:</strong> Diff Supports Import Change Sets (<a href="https://redirect.github.com/aws/aws-cdk/issues/28787">#28787</a>) (<a href="https://github.com/aws/aws-cdk/commit/d97361519bfb6a3ebb53939b1e7da4db0a507dee">d973615</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/28336">#28336</a></li> <li><strong>cloudfront:</strong> retrieve default distribution metrics (<a href="https://redirect.github.com/aws/aws-cdk/issues/28894">#28894</a>) (<a href="https://github.com/aws/aws-cdk/commit/8e115dbca50479b619a3d8f79aad6bbf58f3a8fa">8e115db</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/28893">#28893</a></li> <li><strong>cognito:</strong> validate oidc provider name (<a href="https://redirect.github.com/aws/aws-cdk/issues/28802">#28802</a>) (<a href="https://github.com/aws/aws-cdk/commit/534794c900025b174825f82feb00671305555c0a">534794c</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/28667">#28667</a></li> <li><strong>sqs:</strong> support for permission settings for dead letter source queues (<a href="https://redirect.github.com/aws/aws-cdk/issues/28745">#28745</a>) (<a href="https://github.com/aws/aws-cdk/commit/9e21803b31e5df82f2abc7f6e7c7074a09ad7ed6">9e21803</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/19766">#19766</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>stepfunctions-tasks:</strong> mediapackagevod service generates wrong action in role policy (<a href="https://redirect.github.com/aws/aws-cdk/issues/28775">#28775</a>) (<a href="https://github.com/aws/aws-cdk/commit/305dae0743d7bf283df6a2c54c0f1ed784a56432">305dae0</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/28774">#28774</a></li> <li>revert deprecation of <code>logRetention</code> properties (<a href="https://redirect.github.com/aws/aws-cdk/issues/28934">#28934</a>) (<a href="https://github.com/aws/aws-cdk/commit/f89a7d2256e16d8e508a050706041292c4457e3f">f89a7d2</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/28919">#28919</a></li> <li><strong>apigatewayv2:</strong> WebSocketAwsIntegration ignores requestParameters and integrationPassThrough behaviors (<a href="https://redirect.github.com/aws/aws-cdk/issues/28921">#28921</a>) (<a href="https://github.com/aws/aws-cdk/commit/990ead35abdb8f4860280a3c75d923b1e5f5b1ba">990ead3</a>)</li> <li><strong>eks:</strong> Could not use ec2 instance type and size that their names contains dashes (<a href="https://redirect.github.com/aws/aws-cdk/issues/28040">#28040</a>) (<a href="https://github.com/aws/aws-cdk/commit/b32f47cfd65a5288e7bc2cc5a8a1f8e5f59032f8">b32f47c</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/27587">#27587</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-cdk/commit/ffce6fd07296d80963cb46b3fee77d9092941b7e"><code>ffce6fd</code></a> chore: npm-check-updates && yarn upgrade (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/28947">#28947</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/fc1b702981636cacbc52d67b208afd11fe8c0428"><code>fc1b702</code></a> chore(migrate): add migrate information to AWS::CDK::Metadata (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/28958">#28958</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/305dae0743d7bf283df6a2c54c0f1ed784a56432"><code>305dae0</code></a> fix(stepfunctions-tasks): mediapackagevod service generates wrong action in r...</li> <li><a href="https://github.com/aws/aws-cdk/commit/8e115dbca50479b619a3d8f79aad6bbf58f3a8fa"><code>8e115db</code></a> feat(cloudfront): retrieve default distribution metrics (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/28894">#28894</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/5a68f59b9b7313697145095819a0e65ede7b3ce2"><code>5a68f59</code></a> chore: npm-check-updates && yarn upgrade (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/28937">#28937</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/f89a7d2256e16d8e508a050706041292c4457e3f"><code>f89a7d2</code></a> fix: revert deprecation of <code>logRetention</code> properties (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/28934">#28934</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/b32f47cfd65a5288e7bc2cc5a8a1f8e5f59032f8"><code>b32f47c</code></a> fix(eks): Could not use ec2 instance type and size that their names contains ...</li> <li><a href="https://github.com/aws/aws-cdk/commit/4034adb5e4453435b959fde5eea16a7824f21e73"><code>4034adb</code></a> feat(applicationautoscaling): validate <code>evaluationPeriods</code> and `datapointsToA...</li> <li><a href="https://github.com/aws/aws-cdk/commit/a441d375613c791782669d0587c7daae2dd7870d"><code>a441d37</code></a> chore(cloudformation-include): outputs resource id misspelled $Ouputs (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/28916">#28916</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/e9a867a1ba2a3f603d2c27d7384fe9921f26ecfb"><code>e9a867a</code></a> chore(ec2): trn1n instance type (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/28914">#28914</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-cdk/commits/v2.126.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.124.0&new-version=2.126.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