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 the all-go-mod-patch-and-minor group across 3 direc…
…tories with 2 updates (#766) Bumps the all-go-mod-patch-and-minor group with 2 updates in the / directory: [github.com/samber/lo](https://github.com/samber/lo) and [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go). Bumps the all-go-mod-patch-and-minor group with 1 update in the /api directory: [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go). Bumps the all-go-mod-patch-and-minor group with 1 update in the /common directory: [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go). Updates `github.com/samber/lo` from 1.39.0 to 1.44.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/samber/lo/releases">github.com/samber/lo's releases</a>.</em></p> <blockquote> <h2>v1.44.0</h2> <h2>What's Changed</h2> <ul> <li>feat: Add slice Splice an element or multiple elements at index i. by <a href="https://github.com/wenlingang"><code>@wenlingang</code></a> in <a href="https://redirect.github.com/samber/lo/pull/371">samber/lo#371</a></li> <li>feat: Make Filter() preserve type. by <a href="https://github.com/FGasper"><code>@FGasper</code></a> in <a href="https://redirect.github.com/samber/lo/pull/365">samber/lo#365</a></li> <li>feat: Added DropByIndex helper for slice by <a href="https://github.com/phith0n"><code>@phith0n</code></a> in <a href="https://redirect.github.com/samber/lo/pull/398">samber/lo#398</a></li> <li>feat: upgrade to math/rand/v2 by <a href="https://github.com/samber"><code>@samber</code></a> in <a href="https://redirect.github.com/samber/lo/pull/483">samber/lo#483</a></li> <li>chore: remove <code>golang.org/x/exp</code> since it doesn't follow go 1 compatibility promise by <a href="https://github.com/trim21"><code>@trim21</code></a> in <a href="https://redirect.github.com/samber/lo/pull/478">samber/lo#478</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/wenlingang"><code>@wenlingang</code></a> made their first contribution in <a href="https://redirect.github.com/samber/lo/pull/371">samber/lo#371</a></li> <li><a href="https://github.com/jason-zhj"><code>@jason-zhj</code></a> made their first contribution in <a href="https://redirect.github.com/samber/lo/pull/376">samber/lo#376</a></li> <li><a href="https://github.com/FGasper"><code>@FGasper</code></a> made their first contribution in <a href="https://redirect.github.com/samber/lo/pull/365">samber/lo#365</a></li> <li><a href="https://github.com/phith0n"><code>@phith0n</code></a> made their first contribution in <a href="https://redirect.github.com/samber/lo/pull/398">samber/lo#398</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/samber/lo/compare/v1.43.0...v1.44.0">https://github.com/samber/lo/compare/v1.43.0...v1.44.0</a></p> <h2>v1.43.0</h2> <h2>What's Changed</h2> <ul> <li>feat: adding HasKey by <a href="https://github.com/samber"><code>@samber</code></a> in <a href="https://redirect.github.com/samber/lo/pull/477">samber/lo#477</a></li> <li>feat: adding lo.WaitFor by <a href="https://github.com/samber"><code>@samber</code></a> in <a href="https://redirect.github.com/samber/lo/pull/269">samber/lo#269</a></li> <li>improvement: Optimize the performance of union method, avoid repeated expansion by <a href="https://github.com/cwb2819259"><code>@cwb2819259</code></a> in <a href="https://redirect.github.com/samber/lo/pull/397">samber/lo#397</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/cwb2819259"><code>@cwb2819259</code></a> made their first contribution in <a href="https://redirect.github.com/samber/lo/pull/397">samber/lo#397</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/samber/lo/compare/v1.42.0...v1.43.0">https://github.com/samber/lo/compare/v1.42.0...v1.43.0</a></p> <h2>v1.42.0</h2> <h2>What's Changed</h2> <ul> <li>feat: add Nil by <a href="https://github.com/gubtos"><code>@gubtos</code></a> in <a href="https://redirect.github.com/samber/lo/pull/383">samber/lo#383</a></li> <li>feat: Add First and FirstOrZeroValue functions by <a href="https://github.com/Alireza-Kiani"><code>@Alireza-Kiani</code></a> in <a href="https://redirect.github.com/samber/lo/pull/451">samber/lo#451</a></li> <li>feat: adding LastOrEmpty and LastOr by <a href="https://github.com/samber"><code>@samber</code></a> in <a href="https://redirect.github.com/samber/lo/pull/474">samber/lo#474</a></li> <li>feat: Feature/contains iterate by index by <a href="https://github.com/lennon-guan"><code>@lennon-guan</code></a> in <a href="https://redirect.github.com/samber/lo/pull/428">samber/lo#428</a></li> <li>feat: speed up loops by reducing allocations by <a href="https://github.com/samber"><code>@samber</code></a> in <a href="https://redirect.github.com/samber/lo/pull/475">samber/lo#475</a></li> <li>doc: inconsistent expression in README.md by <a href="https://github.com/rolancia"><code>@rolancia</code></a> in <a href="https://redirect.github.com/samber/lo/pull/406">samber/lo#406</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/gubtos"><code>@gubtos</code></a> made their first contribution in <a href="https://redirect.github.com/samber/lo/pull/383">samber/lo#383</a></li> <li><a href="https://github.com/Alireza-Kiani"><code>@Alireza-Kiani</code></a> made their first contribution in <a href="https://redirect.github.com/samber/lo/pull/451">samber/lo#451</a></li> <li><a href="https://github.com/rolancia"><code>@rolancia</code></a> made their first contribution in <a href="https://redirect.github.com/samber/lo/pull/406">samber/lo#406</a></li> <li><a href="https://github.com/lennon-guan"><code>@lennon-guan</code></a> made their first contribution in <a href="https://redirect.github.com/samber/lo/pull/428">samber/lo#428</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/samber/lo/compare/v1.41.0...v1.42.0">https://github.com/samber/lo/compare/v1.41.0...v1.42.0</a></p> <h2>v1.41.0</h2> <h2>What's Changed</h2> <ul> <li>feat: adding Elipse by <a href="https://github.com/samber"><code>@samber</code></a> in <a href="https://redirect.github.com/samber/lo/pull/470">samber/lo#470</a></li> <li>feat: adding CoalesceOrEmpty by <a href="https://github.com/samber"><code>@samber</code></a> in <a href="https://redirect.github.com/samber/lo/pull/469">samber/lo#469</a></li> <li>feat: adding Earliest and Latest by <a href="https://github.com/samber"><code>@samber</code></a> in <a href="https://redirect.github.com/samber/lo/pull/468">samber/lo#468</a></li> <li>feat: adding duration by <a href="https://github.com/samber"><code>@samber</code></a> in <a href="https://redirect.github.com/samber/lo/pull/471">samber/lo#471</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/samber/lo/blob/master/CHANGELOG.md">github.com/samber/lo's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p><a href="https://github.com/samber"><code>@samber</code></a>: I sometimes forget to update this file. Ping me on <a href="https://twitter.com/samuelberthe">Twitter</a> or open an issue in case of error. We need to keep a clear changelog for easier lib upgrade.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/samber/lo/commit/7c4fdccffb8c6c7dc1746809509134e4a85fe69e"><code>7c4fdcc</code></a> bump v1.44.0</li> <li><a href="https://github.com/samber/lo/commit/3b29b7d9187951ebf48a9a11a056f558412ad184"><code>3b29b7d</code></a> feat: upgrade to math/rand/v2 (<a href="https://redirect.github.com/samber/lo/issues/483">#483</a>)</li> <li><a href="https://github.com/samber/lo/commit/0a145c7cc7305066d372d78fa2033e4e29eb202d"><code>0a145c7</code></a> style: replace interface{} by any</li> <li><a href="https://github.com/samber/lo/commit/9405c90405a48e99f67e8a50d954be007e92d9a5"><code>9405c90</code></a> chore: adding issue template (<a href="https://redirect.github.com/samber/lo/issues/481">#481</a>)</li> <li><a href="https://github.com/samber/lo/commit/52e17faeec8735e02740ca5dfed5be896d808e5a"><code>52e17fa</code></a> Added DropByIndex helper for slice (<a href="https://redirect.github.com/samber/lo/issues/398">#398</a>)</li> <li><a href="https://github.com/samber/lo/commit/93686db8b55c90f67a2ededadf2d1197a059c321"><code>93686db</code></a> feat: preserve type alias of slices and maps (see <a href="https://redirect.github.com/samber/lo/issues/365">#365</a>)</li> <li><a href="https://github.com/samber/lo/commit/3ba93a16ccb34c6b82f8c2ab07a2044a5b0d1a21"><code>3ba93a1</code></a> feat: preserve type alias of slices and maps (see <a href="https://redirect.github.com/samber/lo/issues/365">#365</a>)</li> <li><a href="https://github.com/samber/lo/commit/de419c75716f5cb8eeba88176f4791a64bddd5ab"><code>de419c7</code></a> Make Filter() preserve type. (<a href="https://redirect.github.com/samber/lo/issues/365">#365</a>)</li> <li><a href="https://github.com/samber/lo/commit/2ec43f41f4d8de149c116986b347d9b32c75a2f4"><code>2ec43f4</code></a> Revert "Add new method Concat (<a href="https://redirect.github.com/samber/lo/issues/376">#376</a>)" (<a href="https://redirect.github.com/samber/lo/issues/479">#479</a>)</li> <li><a href="https://github.com/samber/lo/commit/940ded8b0352a4ea374d5b435d3a4f73480ef94b"><code>940ded8</code></a> Add new method Concat (<a href="https://redirect.github.com/samber/lo/issues/376">#376</a>)</li> <li>Additional commits viewable in <a href="https://github.com/samber/lo/compare/v1.39.0...v1.44.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/aws/aws-sdk-go` from 1.54.6 to 1.54.11 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-sdk-go/releases">github.com/aws/aws-sdk-go's releases</a>.</em></p> <blockquote> <h1>Release v1.54.11 (2024-06-28)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/acm-pca</code>: Updates service API</li> <li><code>service/cloudhsmv2</code>: Updates service API and documentation <ul> <li>Added 3 new APIs to support backup sharing: GetResourcePolicy, PutResourcePolicy, and DeleteResourcePolicy. Added BackupArn to the output of the DescribeBackups API. Added support for BackupArn in the CreateCluster API.</li> </ul> </li> <li><code>service/connect</code>: Updates service API and documentation</li> <li><code>service/elasticmapreduce</code>: Updates service API and documentation <ul> <li>This release provides the support for new allocation strategies i.e. CAPACITY_OPTIMIZED_PRIORITIZED for Spot and PRIORITIZED for On-Demand by taking input of priority value for each instance type for instance fleet clusters.</li> </ul> </li> <li><code>service/glue</code>: Updates service API and documentation <ul> <li>Added AttributesToGet parameter to Glue GetDatabases, allowing caller to limit output to include only the database name.</li> </ul> </li> <li><code>service/kinesisanalyticsv2</code>: Updates service API and documentation</li> <li><code>service/opensearch</code>: Updates service API and documentation</li> <li><code>service/pi</code>: Updates service API and documentation</li> <li><code>service/workspaces</code>: Updates service API and documentation <ul> <li>Added support for Red Hat Enterprise Linux 8 on Amazon WorkSpaces Personal.</li> </ul> </li> </ul> <h1>Release v1.54.10 (2024-06-27)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/application-autoscaling</code>: Updates service API and documentation</li> <li><code>service/chime-sdk-media-pipelines</code>: Updates service API and documentation</li> <li><code>service/cloudfront</code>: Updates service API and documentation <ul> <li>Doc only update for CloudFront that fixes customer-reported issue</li> </ul> </li> <li><code>service/datazone</code>: Updates service API, documentation, and paginators</li> <li><code>service/elasticache</code>: Updates service API <ul> <li>Add v2 smoke tests and smithy smokeTests trait for SDK testing.</li> </ul> </li> <li><code>service/mq</code>: Updates service API and documentation <ul> <li>This release makes the EngineVersion field optional for both broker and configuration and uses the latest available version by default. The AutoMinorVersionUpgrade field is also now optional for broker creation and defaults to 'true'.</li> </ul> </li> <li><code>service/qconnect</code>: Updates service API, documentation, and paginators</li> <li><code>service/quicksight</code>: Updates service API and documentation <ul> <li>Adding support for Repeating Sections, Nested Filters</li> </ul> </li> <li><code>service/rds</code>: Updates service API, documentation, waiters, paginators, and examples <ul> <li>Updates Amazon RDS documentation for TAZ export to S3.</li> </ul> </li> <li><code>service/sagemaker</code>: Updates service API and documentation <ul> <li>Add capability for Admins to customize Studio experience for the user by showing or hiding Apps and MLTools.</li> </ul> </li> <li><code>service/workspaces</code>: Updates service API and documentation <ul> <li>Added support for WorkSpaces Pools.</li> </ul> </li> </ul> <h1>Release v1.54.9 (2024-06-26)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/controltower</code>: Updates service API, documentation, and paginators</li> <li><code>service/eks</code>: Updates service API and documentation</li> <li><code>service/ivs-realtime</code>: Updates service API, documentation, and paginators</li> <li><code>service/kinesisanalyticsv2</code>: Updates service API, documentation, and paginators</li> <li><code>service/opensearch</code>: Updates service API and documentation</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go/commit/9607ced1cc4b6b39263b9017eea3185ec15636ee"><code>9607ced</code></a> Release v1.54.11 (2024-06-28) (<a href="https://redirect.github.com/aws/aws-sdk-go/issues/5299">#5299</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/372d444f2432b596e0f22f5b4146e86970df16ff"><code>372d444</code></a> Release v1.54.10 (2024-06-27) (<a href="https://redirect.github.com/aws/aws-sdk-go/issues/5298">#5298</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/b9d7c6ac103b6c91cb0a9838ec5f4ea242e150e2"><code>b9d7c6a</code></a> Release v1.54.9 (2024-06-26) (<a href="https://redirect.github.com/aws/aws-sdk-go/issues/5297">#5297</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/cce1a634276730a399cd77424594bcded850d681"><code>cce1a63</code></a> Release v1.54.8 (2024-06-25) (<a href="https://redirect.github.com/aws/aws-sdk-go/issues/5296">#5296</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/33c5946e40358941fa5a38f3b2fe41ccc455ebb5"><code>33c5946</code></a> Release v1.54.7 (2024-06-24) (<a href="https://redirect.github.com/aws/aws-sdk-go/issues/5295">#5295</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/38baa50dbba3a759ee404c003f21fac78035b6ea"><code>38baa50</code></a> Merge pull request <a href="https://redirect.github.com/aws/aws-sdk-go/issues/5294">#5294</a> from aws/fix-opsworks</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/7ca485f7c0392c0312d154d31ea1e86c4afc3d27"><code>7ca485f</code></a> remove opsworks smoke test</li> <li>See full diff in <a href="https://github.com/aws/aws-sdk-go/compare/v1.54.6...v1.54.11">compare view</a></li> </ul> </details> <br /> Updates `github.com/aws/aws-sdk-go` from 1.54.6 to 1.54.11 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-sdk-go/releases">github.com/aws/aws-sdk-go's releases</a>.</em></p> <blockquote> <h1>Release v1.54.11 (2024-06-28)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/acm-pca</code>: Updates service API</li> <li><code>service/cloudhsmv2</code>: Updates service API and documentation <ul> <li>Added 3 new APIs to support backup sharing: GetResourcePolicy, PutResourcePolicy, and DeleteResourcePolicy. Added BackupArn to the output of the DescribeBackups API. Added support for BackupArn in the CreateCluster API.</li> </ul> </li> <li><code>service/connect</code>: Updates service API and documentation</li> <li><code>service/elasticmapreduce</code>: Updates service API and documentation <ul> <li>This release provides the support for new allocation strategies i.e. CAPACITY_OPTIMIZED_PRIORITIZED for Spot and PRIORITIZED for On-Demand by taking input of priority value for each instance type for instance fleet clusters.</li> </ul> </li> <li><code>service/glue</code>: Updates service API and documentation <ul> <li>Added AttributesToGet parameter to Glue GetDatabases, allowing caller to limit output to include only the database name.</li> </ul> </li> <li><code>service/kinesisanalyticsv2</code>: Updates service API and documentation</li> <li><code>service/opensearch</code>: Updates service API and documentation</li> <li><code>service/pi</code>: Updates service API and documentation</li> <li><code>service/workspaces</code>: Updates service API and documentation <ul> <li>Added support for Red Hat Enterprise Linux 8 on Amazon WorkSpaces Personal.</li> </ul> </li> </ul> <h1>Release v1.54.10 (2024-06-27)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/application-autoscaling</code>: Updates service API and documentation</li> <li><code>service/chime-sdk-media-pipelines</code>: Updates service API and documentation</li> <li><code>service/cloudfront</code>: Updates service API and documentation <ul> <li>Doc only update for CloudFront that fixes customer-reported issue</li> </ul> </li> <li><code>service/datazone</code>: Updates service API, documentation, and paginators</li> <li><code>service/elasticache</code>: Updates service API <ul> <li>Add v2 smoke tests and smithy smokeTests trait for SDK testing.</li> </ul> </li> <li><code>service/mq</code>: Updates service API and documentation <ul> <li>This release makes the EngineVersion field optional for both broker and configuration and uses the latest available version by default. The AutoMinorVersionUpgrade field is also now optional for broker creation and defaults to 'true'.</li> </ul> </li> <li><code>service/qconnect</code>: Updates service API, documentation, and paginators</li> <li><code>service/quicksight</code>: Updates service API and documentation <ul> <li>Adding support for Repeating Sections, Nested Filters</li> </ul> </li> <li><code>service/rds</code>: Updates service API, documentation, waiters, paginators, and examples <ul> <li>Updates Amazon RDS documentation for TAZ export to S3.</li> </ul> </li> <li><code>service/sagemaker</code>: Updates service API and documentation <ul> <li>Add capability for Admins to customize Studio experience for the user by showing or hiding Apps and MLTools.</li> </ul> </li> <li><code>service/workspaces</code>: Updates service API and documentation <ul> <li>Added support for WorkSpaces Pools.</li> </ul> </li> </ul> <h1>Release v1.54.9 (2024-06-26)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/controltower</code>: Updates service API, documentation, and paginators</li> <li><code>service/eks</code>: Updates service API and documentation</li> <li><code>service/ivs-realtime</code>: Updates service API, documentation, and paginators</li> <li><code>service/kinesisanalyticsv2</code>: Updates service API, documentation, and paginators</li> <li><code>service/opensearch</code>: Updates service API and documentation</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go/commit/9607ced1cc4b6b39263b9017eea3185ec15636ee"><code>9607ced</code></a> Release v1.54.11 (2024-06-28) (<a href="https://redirect.github.com/aws/aws-sdk-go/issues/5299">#5299</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/372d444f2432b596e0f22f5b4146e86970df16ff"><code>372d444</code></a> Release v1.54.10 (2024-06-27) (<a href="https://redirect.github.com/aws/aws-sdk-go/issues/5298">#5298</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/b9d7c6ac103b6c91cb0a9838ec5f4ea242e150e2"><code>b9d7c6a</code></a> Release v1.54.9 (2024-06-26) (<a href="https://redirect.github.com/aws/aws-sdk-go/issues/5297">#5297</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/cce1a634276730a399cd77424594bcded850d681"><code>cce1a63</code></a> Release v1.54.8 (2024-06-25) (<a href="https://redirect.github.com/aws/aws-sdk-go/issues/5296">#5296</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/33c5946e40358941fa5a38f3b2fe41ccc455ebb5"><code>33c5946</code></a> Release v1.54.7 (2024-06-24) (<a href="https://redirect.github.com/aws/aws-sdk-go/issues/5295">#5295</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/38baa50dbba3a759ee404c003f21fac78035b6ea"><code>38baa50</code></a> Merge pull request <a href="https://redirect.github.com/aws/aws-sdk-go/issues/5294">#5294</a> from aws/fix-opsworks</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/7ca485f7c0392c0312d154d31ea1e86c4afc3d27"><code>7ca485f</code></a> remove opsworks smoke test</li> <li>See full diff in <a href="https://github.com/aws/aws-sdk-go/compare/v1.54.6...v1.54.11">compare view</a></li> </ul> </details> <br /> Updates `github.com/aws/aws-sdk-go` from 1.54.6 to 1.54.11 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-sdk-go/releases">github.com/aws/aws-sdk-go's releases</a>.</em></p> <blockquote> <h1>Release v1.54.11 (2024-06-28)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/acm-pca</code>: Updates service API</li> <li><code>service/cloudhsmv2</code>: Updates service API and documentation <ul> <li>Added 3 new APIs to support backup sharing: GetResourcePolicy, PutResourcePolicy, and DeleteResourcePolicy. Added BackupArn to the output of the DescribeBackups API. Added support for BackupArn in the CreateCluster API.</li> </ul> </li> <li><code>service/connect</code>: Updates service API and documentation</li> <li><code>service/elasticmapreduce</code>: Updates service API and documentation <ul> <li>This release provides the support for new allocation strategies i.e. CAPACITY_OPTIMIZED_PRIORITIZED for Spot and PRIORITIZED for On-Demand by taking input of priority value for each instance type for instance fleet clusters.</li> </ul> </li> <li><code>service/glue</code>: Updates service API and documentation <ul> <li>Added AttributesToGet parameter to Glue GetDatabases, allowing caller to limit output to include only the database name.</li> </ul> </li> <li><code>service/kinesisanalyticsv2</code>: Updates service API and documentation</li> <li><code>service/opensearch</code>: Updates service API and documentation</li> <li><code>service/pi</code>: Updates service API and documentation</li> <li><code>service/workspaces</code>: Updates service API and documentation <ul> <li>Added support for Red Hat Enterprise Linux 8 on Amazon WorkSpaces Personal.</li> </ul> </li> </ul> <h1>Release v1.54.10 (2024-06-27)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/application-autoscaling</code>: Updates service API and documentation</li> <li><code>service/chime-sdk-media-pipelines</code>: Updates service API and documentation</li> <li><code>service/cloudfront</code>: Updates service API and documentation <ul> <li>Doc only update for CloudFront that fixes customer-reported issue</li> </ul> </li> <li><code>service/datazone</code>: Updates service API, documentation, and paginators</li> <li><code>service/elasticache</code>: Updates service API <ul> <li>Add v2 smoke tests and smithy smokeTests trait for SDK testing.</li> </ul> </li> <li><code>service/mq</code>: Updates service API and documentation <ul> <li>This release makes the EngineVersion field optional for both broker and configuration and uses the latest available version by default. The AutoMinorVersionUpgrade field is also now optional for broker creation and defaults to 'true'.</li> </ul> </li> <li><code>service/qconnect</code>: Updates service API, documentation, and paginators</li> <li><code>service/quicksight</code>: Updates service API and documentation <ul> <li>Adding support for Repeating Sections, Nested Filters</li> </ul> </li> <li><code>service/rds</code>: Updates service API, documentation, waiters, paginators, and examples <ul> <li>Updates Amazon RDS documentation for TAZ export to S3.</li> </ul> </li> <li><code>service/sagemaker</code>: Updates service API and documentation <ul> <li>Add capability for Admins to customize Studio experience for the user by showing or hiding Apps and MLTools.</li> </ul> </li> <li><code>service/workspaces</code>: Updates service API and documentation <ul> <li>Added support for WorkSpaces Pools.</li> </ul> </li> </ul> <h1>Release v1.54.9 (2024-06-26)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/controltower</code>: Updates service API, documentation, and paginators</li> <li><code>service/eks</code>: Updates service API and documentation</li> <li><code>service/ivs-realtime</code>: Updates service API, documentation, and paginators</li> <li><code>service/kinesisanalyticsv2</code>: Updates service API, documentation, and paginators</li> <li><code>service/opensearch</code>: Updates service API and documentation</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go/commit/9607ced1cc4b6b39263b9017eea3185ec15636ee"><code>9607ced</code></a> Release v1.54.11 (2024-06-28) (<a href="https://redirect.github.com/aws/aws-sdk-go/issues/5299">#5299</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/372d444f2432b596e0f22f5b4146e86970df16ff"><code>372d444</code></a> Release v1.54.10 (2024-06-27) (<a href="https://redirect.github.com/aws/aws-sdk-go/issues/5298">#5298</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/b9d7c6ac103b6c91cb0a9838ec5f4ea242e150e2"><code>b9d7c6a</code></a> Release v1.54.9 (2024-06-26) (<a href="https://redirect.github.com/aws/aws-sdk-go/issues/5297">#5297</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/cce1a634276730a399cd77424594bcded850d681"><code>cce1a63</code></a> Release v1.54.8 (2024-06-25) (<a href="https://redirect.github.com/aws/aws-sdk-go/issues/5296">#5296</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/33c5946e40358941fa5a38f3b2fe41ccc455ebb5"><code>33c5946</code></a> Release v1.54.7 (2024-06-24) (<a href="https://redirect.github.com/aws/aws-sdk-go/issues/5295">#5295</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/38baa50dbba3a759ee404c003f21fac78035b6ea"><code>38baa50</code></a> Merge pull request <a href="https://redirect.github.com/aws/aws-sdk-go/issues/5294">#5294</a> from aws/fix-opsworks</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/7ca485f7c0392c0312d154d31ea1e86c4afc3d27"><code>7ca485f</code></a> remove opsworks smoke test</li> <li>See full diff in <a href="https://github.com/aws/aws-sdk-go/compare/v1.54.6...v1.54.11">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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information