Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade: [dependabot] - bump aws-cdk-lib from 2.167.2 to 2.168.0 (#105)
Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.167.2 to 2.168.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.168.0</h2> <h3>Features</h3> <ul> <li><strong>cloudfront:</strong> <code>function URL</code> origin access control L2 construct (<a href="https://redirect.github.com/aws/aws-cdk/issues/31339">#31339</a>) (<a href="https://github.com/aws/aws-cdk/commit/b8f47c819f9f823748fd86593d2611410f6b84ec">b8f47c8</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/31629">#31629</a></li> <li><strong>elasticloadbalancingv2:</strong> support target group level cross-zone settings for ALB and NLB (<a href="https://redirect.github.com/aws/aws-cdk/issues/31814">#31814</a>) (<a href="https://github.com/aws/aws-cdk/commit/6b0b1e1dbef6f5bffa1a35aae45d38a6b99d1ba5">6b0b1e1</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/31790">#31790</a></li> <li><strong>lambda:</strong> add NodeJS 22.x support (<a href="https://redirect.github.com/aws/aws-cdk/issues/32104">#32104</a>) (<a href="https://github.com/aws/aws-cdk/commit/baa8561254090690bd59d75de8fa6a0cd6d55632">baa8561</a>)</li> <li><strong>lambda:</strong> support observability for ESM ( DDB, Kinesis, SQS) (<a href="https://redirect.github.com/aws/aws-cdk/issues/32204">#32204</a>) (<a href="https://github.com/aws/aws-cdk/commit/6317a2ad034e98d8e6990a6cd347f0b6f06d7666">6317a2a</a>)</li> <li><strong>lambda-destinations:</strong> support Lambda async S3 destination (<a href="https://redirect.github.com/aws/aws-cdk/issues/31709">#31709</a>) (<a href="https://github.com/aws/aws-cdk/commit/e1a2f6800c8c4ed08811c4f47bf3404e9a446790">e1a2f68</a>)</li> <li><strong>ses:</strong> maximum delivery time for emails (<a href="https://redirect.github.com/aws/aws-cdk/issues/32102">#32102</a>) (<a href="https://github.com/aws/aws-cdk/commit/771eeff283644e766af67f7a86da772736dbeac2">771eeff</a>)</li> <li>update L1 CloudFormation resource definitions (<a href="https://redirect.github.com/aws/aws-cdk/issues/32175">#32175</a>) (<a href="https://github.com/aws/aws-cdk/commit/6820c629d55e49d4383a0594a2137bb9e0a5907a">6820c62</a>)</li> <li><strong>rds:</strong> support 8.0.40 engine version for RDS for MySQL (<a href="https://redirect.github.com/aws/aws-cdk/issues/32117">#32117</a>) (<a href="https://github.com/aws/aws-cdk/commit/dcb5cf1130529231fe8c86265115bd18f7b1efb9">dcb5cf1</a>)</li> <li><strong>stepfunctions-tasks:</strong> create scheduler (<a href="https://redirect.github.com/aws/aws-cdk/issues/29458">#29458</a>) (<a href="https://github.com/aws/aws-cdk/commit/d14a01c5ca75fcec01810bb6fc9ac708c719ee7f">d14a01c</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/29351">#29351</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>cdk:</strong> remove source-map-support from typescript init templates (<a href="https://redirect.github.com/aws/aws-cdk/issues/32113">#32113</a>) (<a href="https://github.com/aws/aws-cdk/commit/d5c0aa2864a80387c858d4db68e65aab4bf67f3f">d5c0aa2</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/20754">#20754</a> <a href="https://redirect.github.com/aws/aws-cdk/issues/30231">#30231</a></li> <li><strong>cdk:</strong> use built-in source map support (<a href="https://redirect.github.com/aws/aws-cdk/issues/32115">#32115</a>) (<a href="https://github.com/aws/aws-cdk/commit/5d499dcb0ee2a056a644affad51b65c7964fbe9d">5d499dc</a>)</li> <li><strong>cli:</strong> <code>cdk diff</code> always falls back to template only diff (<a href="https://redirect.github.com/aws/aws-cdk/issues/32165">#32165</a>) (<a href="https://github.com/aws/aws-cdk/commit/089e9d8af66be29c0365445f63ba008855f2557c">089e9d8</a>)</li> <li><strong>cli:</strong> excessive stack event polling during deployment (<a href="https://redirect.github.com/aws/aws-cdk/issues/32196">#32196</a>) (<a href="https://github.com/aws/aws-cdk/commit/a8bc46d80d5f29f511eebc74c8482c1ac2675349">a8bc46d</a>), closes <a href="https://github.com/aws//github.com/aws/aws-cdk/blob/7bb9203eb95fe894c0d40942ff49c782a9fec251/packages/aws-cdk/lib/api/util/cloudformation/stack-event-poller.ts/issues/L73-L74">/github.com/aws/aws-cdk/blob/7bb9203eb95fe894c0d40942ff49c782a9fec251/packages/aws-cdk/lib/api/util/cloudformation/stack-event-poller.ts#L73-L74</a></li> <li><strong>cli:</strong> externally managed stack notification arns are deleted on <code>deploy</code> (<a href="https://redirect.github.com/aws/aws-cdk/issues/32163">#32163</a>) (<a href="https://github.com/aws/aws-cdk/commit/9966f57f079029265e560514954a6658780be04a">9966f57</a>)</li> <li><strong>cli:</strong> failure to get credentials when session token is not set (<a href="https://redirect.github.com/aws/aws-cdk/issues/32134">#32134</a>) (<a href="https://github.com/aws/aws-cdk/commit/9ef4e72663d33fe0cfaaaf31a1ee46925d5bc330">9ef4e72</a>)</li> <li><strong>cli:</strong> region specified in <code>~/.aws/credentials</code> is ignored (<a href="https://redirect.github.com/aws/aws-cdk/issues/32133">#32133</a>) (<a href="https://github.com/aws/aws-cdk/commit/d1b3c817676df87d24ad1b97af9b304f7c8526a3">d1b3c81</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/32130">#32130</a></li> <li><strong>cli:</strong> the LoadBalancerProvider doesn't match LBs when querying by a subset of tags (<a href="https://redirect.github.com/aws/aws-cdk/issues/32164">#32164</a>) (<a href="https://github.com/aws/aws-cdk/commit/f75dc72ce7fec3293a4b768a4402e75857039583">f75dc72</a>)</li> <li><strong>eks:</strong> eks.AccessEntryType.STANDARD maps to a wrong value (<a href="https://redirect.github.com/aws/aws-cdk/issues/31147">#31147</a>) (<a href="https://github.com/aws/aws-cdk/commit/1bbb456576b611aedfa6d4b09a38df22167542f4">1bbb456</a>)</li> </ul> <hr /> <h2>Alpha modules (2.168.0-alpha.0)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>scheduler-targets-alpha:</strong> imported target resources as schedule target throws synth error (<a href="https://redirect.github.com/aws/aws-cdk/issues/32105">#32105</a>) (<a href="https://github.com/aws/aws-cdk/commit/1a8306fab7d746fb66019979e8f353e17499cfbf">1a8306f</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/31785">#31785</a> <a href="https://redirect.github.com/aws//redirect.github.com/aws/aws-cdk/pull/29615/issues/issuecomment-2417858246">aws/aws-cdk#29615</a></li> <li><strong>scheduler-targets-alpha:</strong> kinesis data firehose target uses l1 instead of l2 (<a href="https://redirect.github.com/aws/aws-cdk/issues/32150">#32150</a>) (<a href="https://github.com/aws/aws-cdk/commit/11384f0718947aebe519e346ffe31429289a9a63">11384f0</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/31785">#31785</a></li> <li><strong>scheduler-targets-alpha:</strong> scope down permissions for sqs and kinesis stream targets (<a href="https://redirect.github.com/aws/aws-cdk/issues/32122">#32122</a>) (<a href="https://github.com/aws/aws-cdk/commit/6bb142e805fdd754755cc54c31c0e6e7970be7f9">6bb142e</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/31785">#31785</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.167.2...v2.168.0">2.168.0</a> (2024-11-20)</h2> <h3>Features</h3> <ul> <li><strong>cloudfront:</strong> <code>function URL</code> origin access control L2 construct (<a href="https://redirect.github.com/aws/aws-cdk/issues/31339">#31339</a>) (<a href="https://github.com/aws/aws-cdk/commit/b8f47c819f9f823748fd86593d2611410f6b84ec">b8f47c8</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/31629">#31629</a></li> <li><strong>elasticloadbalancingv2:</strong> support target group level cross-zone settings for ALB and NLB (<a href="https://redirect.github.com/aws/aws-cdk/issues/31814">#31814</a>) (<a href="https://github.com/aws/aws-cdk/commit/6b0b1e1dbef6f5bffa1a35aae45d38a6b99d1ba5">6b0b1e1</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/31790">#31790</a></li> <li><strong>lambda:</strong> add NodeJS 22.x support (<a href="https://redirect.github.com/aws/aws-cdk/issues/32104">#32104</a>) (<a href="https://github.com/aws/aws-cdk/commit/baa8561254090690bd59d75de8fa6a0cd6d55632">baa8561</a>)</li> <li><strong>lambda:</strong> support observability for ESM ( DDB, Kinesis, SQS) (<a href="https://redirect.github.com/aws/aws-cdk/issues/32204">#32204</a>) (<a href="https://github.com/aws/aws-cdk/commit/6317a2ad034e98d8e6990a6cd347f0b6f06d7666">6317a2a</a>)</li> <li><strong>lambda-destinations:</strong> support Lambda async S3 destination (<a href="https://redirect.github.com/aws/aws-cdk/issues/31709">#31709</a>) (<a href="https://github.com/aws/aws-cdk/commit/e1a2f6800c8c4ed08811c4f47bf3404e9a446790">e1a2f68</a>)</li> <li><strong>ses:</strong> maximum delivery time for emails (<a href="https://redirect.github.com/aws/aws-cdk/issues/32102">#32102</a>) (<a href="https://github.com/aws/aws-cdk/commit/771eeff283644e766af67f7a86da772736dbeac2">771eeff</a>)</li> <li>update L1 CloudFormation resource definitions (<a href="https://redirect.github.com/aws/aws-cdk/issues/32175">#32175</a>) (<a href="https://github.com/aws/aws-cdk/commit/6820c629d55e49d4383a0594a2137bb9e0a5907a">6820c62</a>)</li> <li><strong>rds:</strong> support 8.0.40 engine version for RDS for MySQL (<a href="https://redirect.github.com/aws/aws-cdk/issues/32117">#32117</a>) (<a href="https://github.com/aws/aws-cdk/commit/dcb5cf1130529231fe8c86265115bd18f7b1efb9">dcb5cf1</a>)</li> <li><strong>stepfunctions-tasks:</strong> create scheduler (<a href="https://redirect.github.com/aws/aws-cdk/issues/29458">#29458</a>) (<a href="https://github.com/aws/aws-cdk/commit/d14a01c5ca75fcec01810bb6fc9ac708c719ee7f">d14a01c</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/29351">#29351</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>cdk:</strong> remove source-map-support from typescript init templates (<a href="https://redirect.github.com/aws/aws-cdk/issues/32113">#32113</a>) (<a href="https://github.com/aws/aws-cdk/commit/d5c0aa2864a80387c858d4db68e65aab4bf67f3f">d5c0aa2</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/20754">#20754</a> <a href="https://redirect.github.com/aws/aws-cdk/issues/30231">#30231</a></li> <li><strong>cdk:</strong> use built-in source map support (<a href="https://redirect.github.com/aws/aws-cdk/issues/32115">#32115</a>) (<a href="https://github.com/aws/aws-cdk/commit/5d499dcb0ee2a056a644affad51b65c7964fbe9d">5d499dc</a>)</li> <li><strong>cli:</strong> <code>cdk diff</code> always falls back to template only diff (<a href="https://redirect.github.com/aws/aws-cdk/issues/32165">#32165</a>) (<a href="https://github.com/aws/aws-cdk/commit/089e9d8af66be29c0365445f63ba008855f2557c">089e9d8</a>)</li> <li><strong>cli:</strong> excessive stack event polling during deployment (<a href="https://redirect.github.com/aws/aws-cdk/issues/32196">#32196</a>) (<a href="https://github.com/aws/aws-cdk/commit/a8bc46d80d5f29f511eebc74c8482c1ac2675349">a8bc46d</a>), closes <a href="https://github.com/aws//github.com/aws/aws-cdk/blob/7bb9203eb95fe894c0d40942ff49c782a9fec251/packages/aws-cdk/lib/api/util/cloudformation/stack-event-poller.ts/issues/L73-L74">/github.com/aws/aws-cdk/blob/7bb9203eb95fe894c0d40942ff49c782a9fec251/packages/aws-cdk/lib/api/util/cloudformation/stack-event-poller.ts#L73-L74</a></li> <li><strong>cli:</strong> externally managed stack notification arns are deleted on <code>deploy</code> (<a href="https://redirect.github.com/aws/aws-cdk/issues/32163">#32163</a>) (<a href="https://github.com/aws/aws-cdk/commit/9966f57f079029265e560514954a6658780be04a">9966f57</a>)</li> <li><strong>cli:</strong> failure to get credentials when session token is not set (<a href="https://redirect.github.com/aws/aws-cdk/issues/32134">#32134</a>) (<a href="https://github.com/aws/aws-cdk/commit/9ef4e72663d33fe0cfaaaf31a1ee46925d5bc330">9ef4e72</a>)</li> <li><strong>cli:</strong> region specified in <code>~/.aws/credentials</code> is ignored (<a href="https://redirect.github.com/aws/aws-cdk/issues/32133">#32133</a>) (<a href="https://github.com/aws/aws-cdk/commit/d1b3c817676df87d24ad1b97af9b304f7c8526a3">d1b3c81</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/32130">#32130</a></li> <li><strong>cli:</strong> the LoadBalancerProvider doesn't match LBs when querying by a subset of tags (<a href="https://redirect.github.com/aws/aws-cdk/issues/32164">#32164</a>) (<a href="https://github.com/aws/aws-cdk/commit/f75dc72ce7fec3293a4b768a4402e75857039583">f75dc72</a>)</li> <li><strong>eks:</strong> eks.AccessEntryType.STANDARD maps to a wrong value (<a href="https://redirect.github.com/aws/aws-cdk/issues/31147">#31147</a>) (<a href="https://github.com/aws/aws-cdk/commit/1bbb456576b611aedfa6d4b09a38df22167542f4">1bbb456</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-cdk/commit/6317a2ad034e98d8e6990a6cd347f0b6f06d7666"><code>6317a2a</code></a> feat(lambda): support observability for ESM ( DDB, Kinesis, SQS) (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/32204">#32204</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/baa8561254090690bd59d75de8fa6a0cd6d55632"><code>baa8561</code></a> feat(lambda): add NodeJS 22.x support (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/32104">#32104</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/e1a2f6800c8c4ed08811c4f47bf3404e9a446790"><code>e1a2f68</code></a> feat(lambda-destinations): support Lambda async S3 destination (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/31709">#31709</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/b8f47c819f9f823748fd86593d2611410f6b84ec"><code>b8f47c8</code></a> feat(cloudfront): <code>function URL</code> origin access control L2 construct (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/31339">#31339</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/771eeff283644e766af67f7a86da772736dbeac2"><code>771eeff</code></a> feat(ses): maximum delivery time for emails (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/32102">#32102</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/6820c629d55e49d4383a0594a2137bb9e0a5907a"><code>6820c62</code></a> feat: update L1 CloudFormation resource definitions (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/32175">#32175</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/9966f57f079029265e560514954a6658780be04a"><code>9966f57</code></a> fix(cli): externally managed stack notification arns are deleted on <code>deploy</code> ...</li> <li><a href="https://github.com/aws/aws-cdk/commit/b70ad5225f18da3158641bbe4fb80094325d83b5"><code>b70ad52</code></a> chore(rds): support postgresql 17 engine version (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/32143">#32143</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/50d11a3c79fa69ca0fb1cf2e4f00509adef46011"><code>50d11a3</code></a> chore(opensearch): support OpenSearch version 2.17 (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/32121">#32121</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/740db432814bd8448d5898170650bd8961277f47"><code>740db43</code></a> chore(secrets): bump semanticVersion for aws-gov-cloud (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/32146">#32146</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-cdk/commits/v2.168.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.167.2&new-version=2.168.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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information