Skip to content

Commit

Permalink
build(deps): Bump the all-go-mod-patch-and-minor group across 3 direc…
Browse files Browse the repository at this point in the history
…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 &quot;Add new method Concat (<a
href="https://redirect.github.com/samber/lo/issues/376">#376</a>)&quot;
(<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
dependabot[bot] authored Jul 1, 2024
1 parent 7d47b49 commit 0d2f751
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ toolchain go1.22.4
replace github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/common => ../common

require (
github.com/aws/aws-sdk-go v1.54.6
github.com/aws/aws-sdk-go v1.54.11
github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/common v0.7.0
github.com/nutanix-cloud-native/prism-go-client v0.4.0
github.com/onsi/gomega v1.33.1
Expand Down
4 changes: 2 additions & 2 deletions api/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/aws/aws-sdk-go v1.54.6 h1:HEYUib3yTt8E6vxjMWM3yAq5b+qjj/6aKA62mkgux9g=
github.com/aws/aws-sdk-go v1.54.6/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU=
github.com/aws/aws-sdk-go v1.54.11 h1:Zxuv/R+IVS0B66yz4uezhxH9FN9/G2nbxejYqAMFjxk=
github.com/aws/aws-sdk-go v1.54.11/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=
Expand Down
2 changes: 1 addition & 1 deletion common/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ require (
require (
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
github.com/aws/aws-sdk-go v1.54.6 // indirect
github.com/aws/aws-sdk-go v1.54.11 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/blang/semver/v4 v4.0.0 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions common/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df h
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df/go.mod h1:pSwJ0fSY5KhvocuWSx4fz3BA8OrA1bQn+K1Eli3BRwM=
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 h1:4daAzAu0S6Vi7/lbWECcX0j45yZReDZ56BQsrVBOEEY=
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535/go.mod h1:oGkLhpf+kjZl6xBf758TQhh5XrAeiJv/7FRz/2spLIg=
github.com/aws/aws-sdk-go v1.54.6 h1:HEYUib3yTt8E6vxjMWM3yAq5b+qjj/6aKA62mkgux9g=
github.com/aws/aws-sdk-go v1.54.6/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU=
github.com/aws/aws-sdk-go v1.54.11 h1:Zxuv/R+IVS0B66yz4uezhxH9FN9/G2nbxejYqAMFjxk=
github.com/aws/aws-sdk-go v1.54.11/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=
Expand Down
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ require (
github.com/onsi/ginkgo/v2 v2.19.0
github.com/onsi/gomega v1.33.1
github.com/pkg/errors v0.9.1
github.com/samber/lo v1.39.0
github.com/samber/lo v1.44.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.9.0
gopkg.in/yaml.v2 v2.4.0
Expand Down Expand Up @@ -54,7 +54,7 @@ require (
github.com/alessio/shellescape v1.4.1 // indirect
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
github.com/aws/aws-sdk-go v1.54.6 // indirect
github.com/aws/aws-sdk-go v1.54.11 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/cloudflare/circl v1.3.7 // indirect
Expand Down Expand Up @@ -136,9 +136,9 @@ require (
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/term v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.21.0 // indirect
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17 // indirect
Expand Down
16 changes: 8 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df h
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df/go.mod h1:pSwJ0fSY5KhvocuWSx4fz3BA8OrA1bQn+K1Eli3BRwM=
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 h1:4daAzAu0S6Vi7/lbWECcX0j45yZReDZ56BQsrVBOEEY=
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535/go.mod h1:oGkLhpf+kjZl6xBf758TQhh5XrAeiJv/7FRz/2spLIg=
github.com/aws/aws-sdk-go v1.54.6 h1:HEYUib3yTt8E6vxjMWM3yAq5b+qjj/6aKA62mkgux9g=
github.com/aws/aws-sdk-go v1.54.6/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU=
github.com/aws/aws-sdk-go v1.54.11 h1:Zxuv/R+IVS0B66yz4uezhxH9FN9/G2nbxejYqAMFjxk=
github.com/aws/aws-sdk-go v1.54.11/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=
Expand Down Expand Up @@ -218,8 +218,8 @@ github.com/sagikazarmark/locafero v0.4.0 h1:HApY1R9zGo4DBgr7dqsTH/JJxLTTsOt7u6ke
github.com/sagikazarmark/locafero v0.4.0/go.mod h1:Pe1W6UlPYUk/+wc/6KFhbORCfqzgYEpgQ3O5fPuL3H4=
github.com/sagikazarmark/slog-shim v0.1.0 h1:diDBnUNK9N/354PgrxMywXnAwEr1QZcOr6gto+ugjYE=
github.com/sagikazarmark/slog-shim v0.1.0/go.mod h1:SrcSrq8aKtyuqEI1uvTDTK1arOWRIczQRv+GVI1AkeQ=
github.com/samber/lo v1.39.0 h1:4gTz1wUhNYLhFSKl6O+8peW0v2F4BCY034GRpU9WnuA=
github.com/samber/lo v1.39.0/go.mod h1:+m/ZKRl6ClXCE2Lgf3MsQlWfh4bn1bz6CXEOxnEXnEA=
github.com/samber/lo v1.44.0 h1:5il56KxRE+GHsm1IR+sZ/6J42NODigFiqCWpSc2dybA=
github.com/samber/lo v1.44.0/go.mod h1:RmDH9Ct32Qy3gduHQuKJ3gW1fMHAnE/fAzQuf6He5cU=
github.com/shopspring/decimal v1.2.0/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o=
github.com/shopspring/decimal v1.3.1 h1:2Usl1nmF/WZucqkFZhnfFYxxxu8LG21F6nPQBE5gKV8=
github.com/shopspring/decimal v1.3.1/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o=
Expand Down Expand Up @@ -346,17 +346,17 @@ golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ=
golang.org/x/text v0.4.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
golang.org/x/text v0.15.0 h1:h1V/4gjBv8v9cjcR6+AR5+/cIYK5N/WAgiv4xlsEtAk=
golang.org/x/text v0.15.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
golang.org/x/text v0.16.0 h1:a94ExnEXNtEwYLGJSIUxnWoxoRz/ZcCsV63ROupILh4=
golang.org/x/text v0.16.0/go.mod h1:GhwF1Be+LQoKShO3cGOHzqOgRrGaYc9AvblQOmPVHnI=
golang.org/x/time v0.5.0 h1:o7cqy6amK/52YcAKIPlM3a+Fpj35zvRj2TP+e1xFSfk=
golang.org/x/time v0.5.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE=
golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA=
golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=
golang.org/x/tools v0.21.0 h1:qc0xYgIbsSDt9EyWz05J5wfa7LOVW0YTLOXrqdLAWIw=
golang.org/x/tools v0.21.0/go.mod h1:aiJjzUbINMkxbQROHiO6hDPo2LHcIPhhQsa9DLh0yGk=
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d h1:vU5i/LfpvrRCpgM/VPfJLg5KjxD3E+hfT1SH+d9zLwg=
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d/go.mod h1:aiJjzUbINMkxbQROHiO6hDPo2LHcIPhhQsa9DLh0yGk=
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
Expand Down

0 comments on commit 0d2f751

Please sign in to comment.