Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the dev-dependencies group across 1 directory with 35 updates #111

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 19, 2024

Bumps the dev-dependencies group with 29 updates in the / directory:

Package From To
cloud.google.com/go/compute/metadata 0.5.0 0.5.1
github.com/F5Networks/k8s-bigip-ctlr/v2 2.17.1 2.18.0
github.com/IBM/go-sdk-core/v5 5.17.4 5.17.5
github.com/Yamashou/gqlgenc 0.24.0 0.25.0
github.com/aliyun/alibaba-cloud-sdk-go 1.63.0 1.63.17
github.com/aws/aws-sdk-go-v2 1.30.3 1.30.5
github.com/aws/aws-sdk-go-v2/config 1.27.27 1.27.35
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue 1.14.10 1.15.4
github.com/aws/aws-sdk-go-v2/service/route53 1.42.3 1.43.3
github.com/aws/aws-sdk-go-v2/service/servicediscovery 1.31.3 1.31.8
github.com/civo/civogo 0.3.73 0.3.77
github.com/cloudflare/cloudflare-go 0.102.0 0.104.0
github.com/digitalocean/godo 1.120.0 1.125.0
github.com/gophercloud/gophercloud 1.14.0 1.14.1
github.com/linode/linodego 1.39.0 1.40.0
github.com/oracle/oci-go-sdk/v65 65.71.1 65.74.0
github.com/prometheus/client_golang 1.20.0 1.20.4
github.com/scaleway/scaleway-sdk-go 1.0.0-beta.29 1.0.0-beta.30
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common 1.0.984 1.0.1005
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod 1.0.984 1.0.1005
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns 1.0.984 1.0.1005
github.com/transip/gotransip/v6 6.25.0 6.26.0
go.etcd.io/etcd/api/v3 3.5.15 3.5.16
go.etcd.io/etcd/client/v3 3.5.15 3.5.16
google.golang.org/api 0.192.0 0.198.0
istio.io/api 1.23.0 1.23.1
istio.io/client-go 1.23.0 1.23.1
k8s.io/api 0.31.0 0.31.1
k8s.io/client-go 0.31.0 0.31.1

Updates cloud.google.com/go/compute/metadata from 0.5.0 to 0.5.1

Changelog

Sourced from cloud.google.com/go/compute/metadata's changelog.

Changes

0.115.1 (2024-08-13)

Bug Fixes

0.115.0 (2024-06-12)

Features

Bug Fixes

  • internal/postprocessor: Use approved image tag (#10341) (a388fe5)

0.114.0 (2024-05-23)

Features

  • civil: Add Compare method to Date, Time, and DateTime (#10193) (c2920d7)

Bug Fixes

  • internal/postprocessor: Add scopes to all appropriate commit lines (#10192) (c21399b)

0.113.0 (2024-05-08)

Features

  • civil: Add Compare method to Date, Time, and DateTime (#10010) (34455c1)

Bug Fixes

  • all: Bump x/net to v0.24.0 (#10000) (ba31ed5)
  • debugger: Add internaloption.WithDefaultEndpointTemplate (3b41408)
  • internal/aliasfix: Handle import paths correctly (#10097) (fafaf0d)
  • rpcreplay: Properly unmarshal dynamic message (#9774) (53ccb20), refs #9773

Documentation

... (truncated)

Commits
  • e992f09 chore: release main (#10792)
  • 22adc9a chore(main): release firestore 1.17.0 (#10597)
  • e9a551e feat(firestore): Adding distance threshold and result field (#10802)
  • 839f30e chore(main): release auth 0.9.4 (#10846)
  • b9dfce5 chore: update gapic-generator-go to 0.47.0 (#10848)
  • 9b4b2fa docs(pubsub): update documentation for 31 day subscription message retention ...
  • 2bdedef fix(compute/metadata): check error chain for retryable error (#10840)
  • 2d5a9f9 feat(dataproc): add support for new Dataproc features (#10817)
  • f9869f7 fix(auth): enable self-signed JWT for non-GDU universe domain (#10831)
  • 6720291 chore(main): release bigtable 1.32.0 (#10815)
  • Additional commits viewable in compare view

Updates github.com/F5Networks/k8s-bigip-ctlr/v2 from 2.17.1 to 2.18.0

Release notes

Sourced from github.com/F5Networks/k8s-bigip-ctlr/v2's releases.

Release v2.18.0

  • See release notes for details on what has changed in this release.
  • The container F5 Container Ingress Services for Kubernetes and OpenShift is available on DockerHub and can be downloaded using the Docker CLI:
docker pull docker.io/f5networks/k8s-bigip-ctlr:2.18.0
docker pull quay.io/f5networks/k8s-bigip-ctlr:2.18.0
Changelog

Sourced from github.com/F5Networks/k8s-bigip-ctlr/v2's changelog.

2.18.0

Added Functionality

**What's new:**
    * CRD
        * `Issue 3471 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3471>`_: Support for loadBalancerClass for service type lb. See `Example <https://github.com/F5Networks/k8s-bigip-ctlr/blob/2.x-master/docs/config_examples/customResource/serviceTypeLB/loadBalancerClass>`_
        * `Issue 3438 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3438>`_: Support for FTP Profile in Policy CR. See `Example <https://github.com/F5Networks/k8s-bigip-ctlr/blob/2.x-master/docs/config_examples/customResource/Policy/policy-with-ftp-profile.yaml>`_
        * `Issue 3418 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3418>`_: Support for bigip route domain for virtual addresses in Virtual Server, Transport Server, and IngressLink. See examples with `virtual server <https://github.com/F5Networks/k8s-bigip-ctlr/blob/2.x-master/docs/config_examples/customResource/VirtualServer/virtual-with-bigipRouteDomain>`_, `transport server <https://github.com/F5Networks/k8s-bigip-ctlr/blob/2.x-master/docs/config_examples/customResource/TransportServer/transport-server-with-bigipRouteDomain>`_, and `ingressLink <https://github.com/F5Networks/k8s-bigip-ctlr/blob/2.x-master/docs/config_examples/customResource/IngressLink/ingressLink-with-bigipRouteDomain>`_.
        * `Issue 3511 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3511>`_: Support for Request and Response Adapt Profiles in VirtualServer CRD or Policy CRD. See examples for `Virtual Server CR <https://github.com/F5Networks/k8s-bigip-ctlr/blob/2.x-master/docs/config_examples/customResource/VirtualServer/adaptProfile>`_, `Policy CR <https://github.com/F5Networks/k8s-bigip-ctlr/blob/2.x-master/docs/config_examples/customResource/Policy/policy-with-adapt-profile.yaml>`_.
        * `Issue 3442 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3442>`_: Support for multiple ltm monitors with multiple virtual servers referring to same backend
        * Add support to disable specific version of tls in tls profile. See `Example <https://github.com/F5Networks/k8s-bigip-ctlr/blob/2.x-master/docs/config_examples/customResource/VirtualServerWithTLSProfile/tls-with-tlsCipher/virtualserver-with-disbaleTLSVersions.yml>`_
    * `Issue 3430 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3430>`_: Support for CIS deployment parameters "ipam-namespace" to configure the namespace for IPAM CR
    * `Issue 3373 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3373>`_: Support to disable members based on deployments for AS3 Configmaps. See `Example <https://github.com/F5Networks/k8s-bigip-ctlr/blob/2.x-master/docs/config_examples/configmap/user-defined-configmap/sample-as3-cm-with-pool-member-disable.yaml>`_
    * Add support for AS3 3.52.0
    * CIS is now compatible with OpenShift 4.16
    * CIS and IPAM operator support for OpenShift 4.16
    * Support for Passthrough vs/route without default ssl profile(min as3 version required >= 3.52)
Bug Fixes
````````````
* `Issue 3401 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3401>`_: Fix for invalid iRule generation for HTTP/2 full proxy mode
* `Issue 3466 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3466>`_: Fix scaling issue in NodeportLocal mode
* `Issue 3432 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3432>`_: Show meaningful logs for exceptions occured from controller agent
* `Issue 3396 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3396>`_: Fix adding pool members from external clusters in nodeportLocal mc mode
* `Issue 3351 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3351>`_: improve message handling when getting HTTP/401 from AS3
* Fix pool members not getting updated for VS/TS on re-deployment of application with different servicePort and targetPort.

Upgrade notes

* By default, from CIS version 2.18.0 onwards, CIS will process all the services that do not have the loadBalancerClass field set in the service spec. CIS will not process the services that have the loadBalancerClass field set in the service spec.
  The Load Balancer Class supports all the Custom Resources (VirtualServer, TransportServer, and IngressLink) and the loadBalancer service, and you cannot disable it. You need to either remove the loadBalancerClass field from the service or configure the CIS deployment parameter `load-balancer-class` to the same value as the loadBalancerClass field in the service.
  Also see the deployment parameter `manage-load-balancer-class-only`, to control the behavior of CIS for services with loadBalancerClass field set in the service spec.
* CIS with as3 version &gt;= 3.52, passthrough VS on bigip will not have default ssl profile.

Known Issues

* Support for multiple ltm monitors with single virtual server referring to same backend on different path does not work.


F5 IPAM Controller v0.1.11
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Added Functionality&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;**What’s new:**
    * Support for namespace to watch the multiple namespaces for IPAM CRD
&lt;/code&gt;&lt;/pre&gt;
&lt;/blockquote&gt;
&lt;/details&gt;
&lt;details&gt;
&lt;summary&gt;Commits&lt;/summary&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/F5Networks/k8s-bigip-ctlr/commit/5802ce9a9edc172a5d19f388aa96fde646e9ce42&quot;&gt;&lt;code&gt;5802ce9&lt;/code&gt;&lt;/a&gt; CIS 2.18.0 release (&lt;a href=&quot;https://redirect.github.com/F5Networks/k8s-bigip-ctlr/issues/3544&quot;&gt;#3544&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/F5Networks/k8s-bigip-ctlr/commit/97bb49f8b67dd6ce6c27c3765e8498174bb7b541&quot;&gt;&lt;code&gt;97bb49f&lt;/code&gt;&lt;/a&gt; Remove deployment resource rule from RBAC and document this requirement (&lt;a href=&quot;https://redirect.github.com/F5Networks/k8s-bigip-ctlr/issues/3547&quot;&gt;#3547&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/F5Networks/k8s-bigip-ctlr/commit/2bf6de23a4c9f93c8d0e656688537458407981ec&quot;&gt;&lt;code&gt;2bf6de2&lt;/code&gt;&lt;/a&gt; Added debugging flags to Go build process with -gcflags=&amp;quot;all=-N -l (&lt;a href=&quot;https://redirect.github.com/F5Networks/k8s-bigip-ctlr/issues/4851&quot;&gt;#4851&lt;/a&gt;) (#...&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/F5Networks/k8s-bigip-ctlr/commit/b87a12136ffee5be7df5e1278e591110a42b2362&quot;&gt;&lt;code&gt;b87a121&lt;/code&gt;&lt;/a&gt; Add support for Operator (&lt;a href=&quot;https://redirect.github.com/F5Networks/k8s-bigip-ctlr/issues/3543&quot;&gt;#3543&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/F5Networks/k8s-bigip-ctlr/commit/790861040378a5e0b77808199f6a2a5470a4e52d&quot;&gt;&lt;code&gt;7908610&lt;/code&gt;&lt;/a&gt; Update f5-cccl and f5-ctlr-agent version (&lt;a href=&quot;https://redirect.github.com/F5Networks/k8s-bigip-ctlr/issues/3546&quot;&gt;#3546&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/F5Networks/k8s-bigip-ctlr/commit/c7802583268634ea23faf9bb952dab1b3e31a006&quot;&gt;&lt;code&gt;c780258&lt;/code&gt;&lt;/a&gt; Fix Release Notes (&lt;a href=&quot;https://redirect.github.com/F5Networks/k8s-bigip-ctlr/issues/3539&quot;&gt;#3539&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/F5Networks/k8s-bigip-ctlr/commit/30ffd91ff788880df5475a3c8b07e1e5a5298847&quot;&gt;&lt;code&gt;30ffd91&lt;/code&gt;&lt;/a&gt; Fix 2.18 Release Notes (&lt;a href=&quot;https://redirect.github.com/F5Networks/k8s-bigip-ctlr/issues/3533&quot;&gt;#3533&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/F5Networks/k8s-bigip-ctlr/commit/331dd92d1f264d85e5e32fa0d8a86aac5c1865d6&quot;&gt;&lt;code&gt;331dd92&lt;/code&gt;&lt;/a&gt; Support for multiple ltm monitors with multiple virtual servers referring to ...&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/F5Networks/k8s-bigip-ctlr/commit/51361dbec4f71a831ba7678ee878e59db915cfa5&quot;&gt;&lt;code&gt;51361db&lt;/code&gt;&lt;/a&gt; Fix empty pool issue when VS/TS created before service (&lt;a href=&quot;https://redirect.github.com/F5Networks/k8s-bigip-ctlr/issues/3530&quot;&gt;#3530&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/F5Networks/k8s-bigip-ctlr/commit/1cc0fc97fe19dc4cadcf9f3cb239f64bd3def689&quot;&gt;&lt;code&gt;1cc0fc9&lt;/code&gt;&lt;/a&gt; Updating the service type lb documentation (&lt;a href=&quot;https://redirect.github.com/F5Networks/k8s-bigip-ctlr/issues/3529&quot;&gt;#3529&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Additional commits viewable in &lt;a href=&quot;https://github.com/F5Networks/k8s-bigip-ctlr/compare/v2.17.1...v2.18.0&quot;&gt;compare view&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/details&gt;

&lt;br /&gt;
</code></pre>

Updates `github.com/IBM/go-sdk-core/v5` from 5.17.4 to 5.17.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/IBM/go-sdk-core/releases">github.com/IBM/go-sdk-core/v5's releases</a>.</em></p>
<blockquote>
<h2>v5.17.5</h2>
<h2><a href="https://github.com/IBM/go-sdk-core/compare/v5.17.4...v5.17.5">5.17.5</a> (2024-09-03)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>logging:</strong> improve go core's debug logging (<a href="https://redirect.github.com/IBM/go-sdk-core/issues/227">#227</a>) (<a href="https://github.com/IBM/go-sdk-core/commit/f0f3237dd13567a394adaf5a5091c64bedec0c59">f0f3237</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/IBM/go-sdk-core/blob/main/CHANGELOG.md">github.com/IBM/go-sdk-core/v5's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/IBM/go-sdk-core/compare/v5.17.4...v5.17.5">5.17.5</a> (2024-09-03)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>logging:</strong> improve go core's debug logging (<a href="https://redirect.github.com/IBM/go-sdk-core/issues/227">#227</a>) (<a href="https://github.com/IBM/go-sdk-core/commit/f0f3237dd13567a394adaf5a5091c64bedec0c59">f0f3237</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/IBM/go-sdk-core/commit/b0a00f342c03f6108297b01ce381915334228853"><code>b0a00f3</code></a> chore(release): 5.17.5 release notes [skip ci]</li>
<li><a href="https://github.com/IBM/go-sdk-core/commit/1eabc5c2453baf46ca43ab3ad9ed21bbabfeec90"><code>1eabc5c</code></a> Update version 5.17.4 -&gt; 5.17.5 [skip ci]</li>
<li><a href="https://github.com/IBM/go-sdk-core/commit/f0f3237dd13567a394adaf5a5091c64bedec0c59"><code>f0f3237</code></a> fix(logging): improve go core's debug logging (<a href="https://redirect.github.com/IBM/go-sdk-core/issues/227">#227</a>)</li>
<li><a href="https://github.com/IBM/go-sdk-core/commit/bed8d18037588a07af4e30571355118d937659ec"><code>bed8d18</code></a> build: enable gosec linter in golangci-lint (<a href="https://redirect.github.com/IBM/go-sdk-core/issues/225">#225</a>)</li>
<li><a href="https://github.com/IBM/go-sdk-core/commit/a9093587332adad533dfc1583301a3652b61291b"><code>a909358</code></a> docs: add reason for 5.17.4 to the changelog (<a href="https://redirect.github.com/IBM/go-sdk-core/issues/224">#224</a>)</li>
<li><a href="https://github.com/IBM/go-sdk-core/commit/393f95d9f7f5f98b5468d54a40ff7f59af8d76f2"><code>393f95d</code></a> build: add detect-secrets stage to build (<a href="https://redirect.github.com/IBM/go-sdk-core/issues/223">#223</a>)</li>
<li><a href="https://github.com/IBM/go-sdk-core/commit/ed48492d4ad6a97d22e9fdf4e332d3cedc2d05cf"><code>ed48492</code></a> build: migrate to bump-my-version (<a href="https://redirect.github.com/IBM/go-sdk-core/issues/222">#222</a>)</li>
<li>See full diff in <a href="https://github.com/IBM/go-sdk-core/compare/v5.17.4...v5.17.5">compare view</a></li>
</ul>
</details>
<br />

Updates `github.com/Yamashou/gqlgenc` from 0.24.0 to 0.25.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/Yamashou/gqlgenc/releases">github.com/Yamashou/gqlgenc's releases</a>.</em></p>
<blockquote>
<h2>v0.25.0</h2>
<h2>What's Changed</h2>
<ul>
<li>gqlgen update by <a href="https://github.com/Yamashou"><code>@​Yamashou</code></a> in <a href="https://redirect.github.com/Yamashou/gqlgenc/pull/233">Yamashou/gqlgenc#233</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/Yamashou/gqlgenc/compare/v0.24.0...v0.25.0">https://github.com/Yamashou/gqlgenc/compare/v0.24.0...v0.25.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/Yamashou/gqlgenc/commit/31b2eb75d43a0a81813781f613bfef3a3a3aac3c"><code>31b2eb7</code></a> Merge pull request <a href="https://redirect.github.com/Yamashou/gqlgenc/issues/233">#233</a> from Yamashou/directive-model</li>
<li><a href="https://github.com/Yamashou/gqlgenc/commit/b0719545da9e1b3ae344ad419e366d12fe896bc1"><code>b071954</code></a> update version</li>
<li><a href="https://github.com/Yamashou/gqlgenc/commit/9c40dced72c9251786a5892eb4bf8eba12498e06"><code>9c40dce</code></a> enum directive example</li>
<li><a href="https://github.com/Yamashou/gqlgenc/commit/748f52f4fba8b53c43993c269369f809440c2b29"><code>748f52f</code></a> go mod tidy</li>
<li><a href="https://github.com/Yamashou/gqlgenc/commit/daacba11a5a7c70ab0f5dcc2a4e1cec4d2eeb893"><code>daacba1</code></a> go sum fix</li>
<li><a href="https://github.com/Yamashou/gqlgenc/commit/11af3b9b2e85fdf8d7b1b29c050192f87a1aeb6a"><code>11af3b9</code></a> update gelgen</li>
<li>See full diff in <a href="https://github.com/Yamashou/gqlgenc/compare/v0.24.0...v0.25.0">compare view</a></li>
</ul>
</details>
<br />

Updates `github.com/aliyun/alibaba-cloud-sdk-go` from 1.63.0 to 1.63.17
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/aliyun/alibaba-cloud-sdk-go/releases">github.com/aliyun/alibaba-cloud-sdk-go's releases</a>.</em></p>
<blockquote>
<h2>v1.63.17</h2>
<ul>
<li>Generated 2022-01-01 for <code>quickbi-public</code>.</li>
<li>Add API Ram meta.</li>
</ul>
<h2>v1.63.16</h2>
<ul>
<li>Generated 2014-05-26 for <code>Ecs</code>.</li>
<li>Update EBS default encrypted APIs from private to public.</li>
<li>Support describe and modify source dest check property of ENI.</li>
</ul>
<h2>v1.63.15</h2>
<ul>
<li>Generated 2020-09-30 for <code>ecd</code>.</li>
<li>CreateDesktops with ResourceGroupId.</li>
</ul>
<h2>v1.63.14</h2>
<ul>
<li>Generated 2014-05-26 for <code>Ecs</code>.</li>
<li>Update EBS default encrypted APIs from private to public.</li>
</ul>
<h2>v1.63.13</h2>
<ul>
<li>Generated 2016-08-08 for <code>Biz-ipdb</code>.
undefined</li>
</ul>
<h2>v1.63.12</h2>
<ul>
<li>Generated 2023-06-21 for <code>PaiFeatureStore</code>.</li>
<li>Add RealTimePartitionCountValue in ExportTranSetTable API.</li>
<li>Add LabelPriorityLevel in CreateModelFeature API</li>
</ul>
<h2>v1.63.11</h2>
<ul>
<li>Generated 2019-09-01 for <code>OceanBasePro</code>.
undefined</li>
</ul>
<h2>v1.63.10</h2>
<ul>
<li>Generated 2016-01-20 for <code>Kms</code>.
undefined</li>
</ul>
<h2>v1.63.9</h2>
<ul>
<li>Generated 2018-01-29 for <code>Domain</code>.</li>
<li>增加国际一口价相关接口.</li>
<li>GetIntlFixPriceDomainListUrl.</li>
<li>CheckIntlFixPriceDomainStatus.</li>
<li>CreateIntlFixedPriceDomainOrder.</li>
<li>QueryIntlFixedPriceOrderList.</li>
</ul>
<h2>v1.63.8</h2>
<ul>
<li>Generated 2015-12-01 for <code>Dds</code>.
undefined</li>
</ul>
<h2>v1.63.7</h2>
<ul>
<li>Generated 2021-01-20 for <code>governance</code>.
治理检测新增第一版OpenAPI</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/ChangeLog.txt">github.com/aliyun/alibaba-cloud-sdk-go's changelog</a>.</em></p>
<blockquote>
<p>2024-09-18 Version: v1.63.17</p>
<ul>
<li>Generated 2022-01-01 for <code>quickbi-public</code>.</li>
<li>Add API Ram meta.</li>
</ul>
<p>2024-09-14 Version: v1.63.16</p>
<ul>
<li>Generated 2014-05-26 for <code>Ecs</code>.</li>
<li>Update EBS default encrypted APIs from private to public.</li>
<li>Support describe and modify source dest check property of ENI.</li>
</ul>
<p>2024-09-12 Version: v1.63.15</p>
<ul>
<li>Generated 2020-09-30 for <code>ecd</code>.</li>
<li>CreateDesktops with ResourceGroupId.</li>
</ul>
<p>2024-09-10 Version: v1.63.14</p>
<ul>
<li>Generated 2014-05-26 for <code>Ecs</code>.</li>
<li>Update EBS default encrypted APIs from private to public.</li>
</ul>
<p>2024-09-05 Version: v1.63.13</p>
<ul>
<li>Generated 2016-08-08 for <code>Biz-ipdb</code>.
undefined</li>
</ul>
<p>2024-09-04 Version: v1.63.12</p>
<ul>
<li>Generated 2023-06-21 for <code>PaiFeatureStore</code>.</li>
<li>Add RealTimePartitionCountValue in ExportTranSetTable API.</li>
<li>Add LabelPriorityLevel in CreateModelFeature API</li>
</ul>
<p>2024-09-02 Version: v1.63.11</p>
<ul>
<li>Generated 2019-09-01 for <code>OceanBasePro</code>.
undefined</li>
</ul>
<p>2024-08-30 Version: v1.63.10</p>
<ul>
<li>Generated 2016-01-20 for <code>Kms</code>.
undefined</li>
</ul>
<p>2024-08-30 Version: v1.63.9</p>
<ul>
<li>Generated 2018-01-29 for <code>Domain</code>.</li>
<li>增加国际一口价相关接口.</li>
<li>GetIntlFixPriceDomainListUrl.</li>
<li>CheckIntlFixPriceDomainStatus.</li>
<li>CreateIntlFixedPriceDomainOrder.</li>
<li>QueryIntlFixedPriceOrderList.</li>
</ul>
<p>2024-08-28 Version: v1.63.8</p>
<ul>
<li>Generated 2015-12-01 for <code>Dds</code>.
undefined</li>
</ul>
<p>2024-08-23 Version: v1.63.7</p>
<ul>
<li>Generated 2021-01-20 for <code>governance</code>.
治理检测新增第一版OpenAPI</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aliyun/alibaba-cloud-sdk-go/commit/c7175cb53d29ef9b6abb4d583a8b0098e200841b"><code>c7175cb</code></a> Generated 2022-01-01 for quickbi-public.</li>
<li><a href="https://github.com/aliyun/alibaba-cloud-sdk-go/commit/98b04b9adea7a02061d875363954966403391209"><code>98b04b9</code></a> Generated 2014-05-26 for Ecs.</li>
<li><a href="https://github.com/aliyun/alibaba-cloud-sdk-go/commit/a7bd7af07fe2e18dafaaa2dfa2cb4eff0fb2db79"><code>a7bd7af</code></a> Generated 2020-09-30 for ecd.</li>
<li><a href="https://github.com/aliyun/alibaba-cloud-sdk-go/commit/7830633f34e3b9df0d2880b19c20b1e74dde83f0"><code>7830633</code></a> Generated 2014-05-26 for Ecs.</li>
<li><a href="https://github.com/aliyun/alibaba-cloud-sdk-go/commit/465ba4d8738a054cd6fc1a0574a4da30500757a7"><code>465ba4d</code></a> Generated 2016-08-08 for Biz-ipdb.</li>
<li><a href="https://github.com/aliyun/alibaba-cloud-sdk-go/commit/202ddad3fe2739ea6ffaf6e62313d53fc0eec1f1"><code>202ddad</code></a> Generated 2023-06-21 for PaiFeatureStore.</li>
<li><a href="https://github.com/aliyun/alibaba-cloud-sdk-go/commit/b5376eb9a6f9976f173f2fe59f0fb5b2be105310"><code>b5376eb</code></a> Generated 2019-09-01 for OceanBasePro.</li>
<li><a href="https://github.com/aliyun/alibaba-cloud-sdk-go/commit/56f52806223b72a32d0d663b794831f0b0c7da76"><code>56f5280</code></a> Generated 2016-01-20 for Kms.</li>
<li><a href="https://github.com/aliyun/alibaba-cloud-sdk-go/commit/09c36fb1eb69a6509b89f163ffc69484fd6dff3e"><code>09c36fb</code></a> Generated 2018-01-29 for Domain.</li>
<li><a href="https://github.com/aliyun/alibaba-cloud-sdk-go/commit/7d6b4502b1dece49274498de8d506375b9fad1e8"><code>7d6b450</code></a> Generated 2015-12-01 for Dds.</li>
<li>Additional commits viewable in <a href="https://github.com/aliyun/alibaba-cloud-sdk-go/compare/v1.63.0...v1.63.17">compare view</a></li>
</ul>
</details>
<br />

Updates `github.com/aws/aws-sdk-go-v2` from 1.30.3 to 1.30.5
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/a2b751d1ba71f59175a41f9cae5f159f1044360f"><code>a2b751d</code></a> Release 2024-09-03</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/e22c2495bd38232c640776ef3c1a84fb3145a8b9"><code>e22c249</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/ff0cf6fbfa7c7a12388606d5568135f2beae6599"><code>ff0cf6f</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/3120376762853b3098fda7e9217fb39fe1bf5105"><code>3120376</code></a> refactoring of buildQuery to accept a list of maintained headers to l… (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2773">#2773</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/4ed838eab2a963cb16301501c8b8c3e29dac4c20"><code>4ed838e</code></a> Merge pull request <a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2768">#2768</a> from bhavya2109sharma/presignedurl-requestpayer-change</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/d4bd42fdc82c2954f429bd9eeac3096f5590eaac"><code>d4bd42f</code></a> Merge branch 'main' into presignedurl-requestpayer-change</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/0353706229a89749afa93324432ece53da37822b"><code>0353706</code></a> Added Changelog</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/97e2d3fec04bc8bfd69eaf22ce476b12f8673810"><code>97e2d3f</code></a> Release 2024-08-30</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/4cca52b4a81df57e91b1e5d0a65fd6df89606d02"><code>4cca52b</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/c8a5146734eb1e6d59acba18b5967c78dc7a5e42"><code>c8a5146</code></a> Update endpoints model</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/v1.30.3...v1.30.5">compare view</a></li>
</ul>
</details>
<br />

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.27.27 to 1.27.35
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/13c37844ecd5438a7985facb88ec56c35b13b772"><code>13c3784</code></a> Release 2024-09-17</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/0097c82b9d2202c27ae799837f495fe7d7759422"><code>0097c82</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/590384d1a083bccab4d579960ccbfabedfd244c7"><code>590384d</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/6a28d221f0f5046576ee23b55bb837711493fb38"><code>6a28d22</code></a> BREAKFIX: Only generate AccountIDEndpointMode config for services that use it...</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/0d08ea06981d800c095a7930a2d9f4bc92271e7d"><code>0d08ea0</code></a> Release 2024-09-16</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/83c15f1ee4e9a1b19b6165f026abd801984ecaee"><code>83c15f1</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/093ffb698365f33c8782ff64aa7c8c457af8bd12"><code>093ffb6</code></a> Update endpoints model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/e43f191a949910f3a4b7ae3344ab08f9dadbbcf2"><code>e43f191</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/1282c53116229888658c57926c758f2e5eba60b7"><code>1282c53</code></a> Read <code>AWS_CONTAINER_CREDENTIALS_FULL_URI</code> env variable if set when reading a ...</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/171151bb0fd10e63bdab73254a8f925a82d62498"><code>171151b</code></a> Release 2024-09-13</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/config/v1.27.27...config/v1.27.35">compare view</a></li>
</ul>
</details>
<br />

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.27 to 1.17.33
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/13c37844ecd5438a7985facb88ec56c35b13b772"><code>13c3784</code></a> Release 2024-09-17</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/0097c82b9d2202c27ae799837f495fe7d7759422"><code>0097c82</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/590384d1a083bccab4d579960ccbfabedfd244c7"><code>590384d</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/6a28d221f0f5046576ee23b55bb837711493fb38"><code>6a28d22</code></a> BREAKFIX: Only generate AccountIDEndpointMode config for services that use it...</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/0d08ea06981d800c095a7930a2d9f4bc92271e7d"><code>0d08ea0</code></a> Release 2024-09-16</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/83c15f1ee4e9a1b19b6165f026abd801984ecaee"><code>83c15f1</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/093ffb698365f33c8782ff64aa7c8c457af8bd12"><code>093ffb6</code></a> Update endpoints model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/e43f191a949910f3a4b7ae3344ab08f9dadbbcf2"><code>e43f191</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/1282c53116229888658c57926c758f2e5eba60b7"><code>1282c53</code></a> Read <code>AWS_CONTAINER_CREDENTIALS_FULL_URI</code> env variable if set when reading a ...</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/171151bb0fd10e63bdab73254a8f925a82d62498"><code>171151b</code></a> Release 2024-09-13</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.17.27...credentials/v1.17.33">compare view</a></li>
</ul>
</details>
<br />

Updates `github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue` from 1.14.10 to 1.15.4
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.15.4/CHANGELOG.md">github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue's changelog</a>.</em></p>
<blockquote>
<h1>Release (2022-04-25)</h1>
<h2>General Highlights</h2>
<ul>
<li><strong>Dependency Update</strong>: Updated to the latest SDK module versions</li>
</ul>
<h2>Module Highlights</h2>
<ul>
<li><code>github.com/aws/aws-sdk-go-v2</code>: v1.16.3
<ul>
<li><strong>Dependency Update</strong>: Update SDK's internal copy of golang.org/x/sync/singleflight to address issue with test failing due to timeing issues</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/credentials</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.15.4/credentials/CHANGELOG.md#v1120-2022-04-25">v1.12.0</a>
<ul>
<li><strong>Feature</strong>: Adds Duration and Policy options that can be used when creating stscreds.WebIdentityRoleProvider credentials provider.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/connect</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.15.4/service/connect/CHANGELOG.md#v1230-2022-04-25">v1.23.0</a>
<ul>
<li><strong>Feature</strong>: This release adds SearchUsers API which can be used to search for users with a Connect Instance</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/gamelift</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.15.4/service/gamelift/CHANGELOG.md#v1144-2022-04-25">v1.14.4</a>
<ul>
<li><strong>Documentation</strong>: Documentation updates for Amazon GameLift.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/mq</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.15.4/service/mq/CHANGELOG.md#v1130-2022-04-25">v1.13.0</a>
<ul>
<li><strong>Feature</strong>: This release adds the CRITICAL_ACTION_REQUIRED broker state and the ActionRequired API property. CRITICAL_ACTION_REQUIRED informs you when your broker is degraded. ActionRequired provides you with a code which you can use to find instructions in the Developer Guide on how to resolve the issue.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/rdsdata</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.15.4/service/rdsdata/CHANGELOG.md#v1120-2022-04-25">v1.12.0</a>
<ul>
<li><strong>Feature</strong>: Support to receive SQL query results in the form of a simplified JSON string. This enables developers using the new JSON string format to more easily convert it to an object using popular JSON string parsing libraries.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/securityhub</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.15.4/service/securityhub/CHANGELOG.md#v1210-2022-04-25">v1.21.0</a>
<ul>
<li><strong>Feature</strong>: Security Hub now lets you opt-out of auto-enabling the defaults standards (CIS and FSBP) in accounts that are auto-enabled with Security Hub via Security Hub's integration with AWS Organizations.</li>
</ul>
</li>
</ul>
<h1>Release (2022-04-22)</h1>
<h2>Module Highlights</h2>
<ul>
<li><code>github.com/aws/aws-sdk-go-v2/service/chimesdkmeetings</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.15.4/service/chimesdkmeetings/CHANGELOG.md#v190-2022-04-22">v1.9.0</a>
<ul>
<li><strong>Feature</strong>: Include additional exceptions types.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/ec2</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.15.4/service/ec2/CHANGELOG.md#v1360-2022-04-22">v1.36.0</a>
<ul>
<li><strong>Feature</strong>: Adds support for waiters that automatically poll for a deleted NAT Gateway until it reaches the deleted state.</li>
</ul>
</li>
</ul>
<h1>Release (2022-04-21)</h1>
<h2>Module Highlights</h2>
<ul>
<li><code>github.com/aws/aws-sdk-go-v2/service/elasticache</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.15.4/service/elasticache/CHANGELOG.md#v1205-2022-04-21">v1.20.5</a>
<ul>
<li><strong>Documentation</strong>: Doc only update for ElastiCache</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/glue</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.15.4/service/glue/CHANGELOG.md#v1240-2022-04-21">v1.24.0</a>
<ul>
<li><strong>Feature</strong>: This release adds APIs to create, read, delete, list, and batch read of Glue custom entity types</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/iotsitewise</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.15.4/service/iotsitewise/CHANGELOG.md#v1210-2022-04-21">v1.21.0</a>
<ul>
<li><strong>Feature</strong>: This release adds 3 new batch data query APIs : BatchGetAssetPropertyValue, BatchGetAssetPropertyValueHistory and BatchGetAssetPropertyAggregates</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/iottwinmaker</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.15.4/service/iottwinmaker/CHANGELOG.md#v170-2022-04-21">v1.7.0</a>
<ul>
<li><strong>Feature</strong>: General availability (GA) for AWS IoT TwinMaker. For more information, see <a href="https://docs.aws.amazon.com/iot-twinmaker/latest/apireference/Welcome.html">https://docs.aws.amazon.com/iot-twinmaker/latest/apireference/Welcome.html</a></li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/lookoutmetrics</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.15.4/service/lookoutmetrics/CHANGELOG.md#v1120-2022-04-21">v1.12.0</a>
<ul>
<li><strong>Feature</strong>: Added DetectMetricSetConfig API for detecting configuration required for creating metric set from provided S3 data source.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/mediatailor</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.15.4/service/mediatailor/CHANGELOG.md#v1170-2022-04-21">v1.17.0</a>
<ul>
<li><strong>Feature</strong>: This release introduces tiered channels and adds support for live sources. Customers using a STANDARD channel can now create programs using live sources.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/secretsmanager</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.15.4/service/secretsmanager/CHANGELOG.md#v1155-2022-04-21">v1.15.5</a>
<ul>
<li><strong>Documentation</strong>: Documentation updates for Secrets Manager</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/storagegateway</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.15.4/service/storagegateway/CHANGELOG.md#v1170-2022-04-21">v1.17.0</a>
<ul>
<li><strong>Feature</strong>: This release adds support for minimum of 5 character length virtual tape barcodes.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/wisdom</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/config/v1.15.4/service/wisdom/CHANGELOG.md#v180-2022-04-21">v1.8.0</a>
<ul>
<li><strong>Feature</strong>: This release updates the GetRecommendations API to include a trigger event list for classifying and grouping recommendations.</li>
</ul>
</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-v2/commit/69119818ef63fe807b5613a9f554f90308480409"><code>6911981</code></a> Release 2022-04-25</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/1bd13c6a9064b55969283c20805ca353b35a62b1"><code>1bd13c6</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/82cbcb0a6cb4b9c212930a83936146cbd4a91c04"><code>82cbcb0</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/b0a3c24ad3d64508103806eec1bd2db566bf6a88"><code>b0a3c24</code></a> Adds <code>Policy</code> and <code>Duration</code> parameters to <code>stscreds.WebIdentityRoleOptions</code> ...</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/da333d30950eb2c1bba0684e98fa385ea12b25e5"><code>da333d3</code></a> internal/sync/singleflight: Update version of singleflight (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/1679">#1679</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/7065f8301817eec4d19b06370ca0358ec935154f"><code>7065f83</code></a> Add make command for listing the SDK's complete set of Go dependencies (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/1677">#1677</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/d27c530d7a073fbfcc558f152558422b01b2848e"><code>d27c530</code></a> Release 2022-04-22</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/67f8605fa990563e60a1bbc668a8c26d4fa7dea8"><code>67f8605</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/4e2def0b498eab9f9a9b21a00e5197d5343173a8"><code>4e2def0</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/aa725defcc1fc1676e1fb6891170d3f639962c45"><code>aa725de</code></a> Update smithy-go to smithy 1.21.0 (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/1615">#1615</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/service/pi/v1.14.10...config/v1.15.4">compare view</a></li>
</ul>
</details>
<br />

Updates `github.com/aws/aws-sdk-go-v2/service/dynamodb` from 1.34.4 to 1.34.10
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/13c37844ecd5438a7985facb88ec56c35b13b772"><code>13c3784</code></a> Release 2024-09-17</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/0097c82b9d2202c27ae799837f495fe7d7759422"><code>0097c82</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/590384d1a083bccab4d579960ccbfabedfd244c7"><code>590384d</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/6a28d221f0f5046576ee23b55bb837711493fb38"><code>6a28d22</code></a> BREAKFIX: Only generate AccountIDEndpointMode config for services that use it...</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/0d08ea06981d800c095a7930a2d9f4bc92271e7d"><code>0d08ea0</code></a> Release 2024-09-16</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/83c15f1ee4e9a1b19b6165f026abd801984ecaee"><code>83c15f1</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/093ffb698365f33c8782ff64aa7c8c457af8bd12"><code>093ffb6</code></a> Update endpoints model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/e43f191a949910f3a4b7ae3344ab08f9dadbbcf2"><code>e43f191</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/1282c53116229888658c57926c758f2e5eba60b7"><code>1282c53</code></a> Read <code>AWS_CONTAINER_CREDENTIALS_FULL_URI</code> env variable if set when reading a ...</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/171151bb0fd10e63bdab73254a8f925a82d62498"><code>171151b</code></a> Release 2024-09-13</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/service/sqs/v1.34.4...service/dynamodb/v1.34.10">compare view</a></li>
</ul>
</details>
<br />

Updates `github.com/aws/aws-sdk-go-v2/service/route53` from 1.42.3 to 1.43.3
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/0fde27cdffe0657695258e5d5220f7487117e71d"><code>0fde27c</code></a> Release 2024-03-29</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/57e0d95a95f10e285c38e27401de7da9b7bad559"><code>57e0d95</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/e114db5c702d1103267da632ce985e3ce30b17fe"><code>e114db5</code></a> Update SDK's smithy-go dependency to v1.20.2</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/f456f0784da02a3b21c24140a5426be035670352"><code>f456f07</code></a> Update endpoints model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/96b431ae996732e64848cfa9c384db7ed76e84ef"><code>96b431a</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/6a694c7d3df3177fe4c4bbfff7e2e7a7733619bb"><code>6a694c7</code></a> dep: upgrade to smithy 1.47.0 (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2587">#2587</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/973665bdd90b166296bf6aa4746fe7d4987dc5cb"><code>973665b</code></a> Release 2024-03-28</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/8b24e40df3cc8d0b78361242cf8e9cc97abf823e"><code>8b24e40</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/8788e04046ab19ca6c89a4d95401850455082662"><code>8788e04</code></a> Update endpoints model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/04803960abe0146af57291fa0f97fe347f667998"><code>0480396</code></a> Update API model</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/service/eks/v1.42.3...service/fsx/v1.43.3">compare view</a></li>
</ul>
</details>
<br />

Updates `github.com/aws/aws-sdk-go-v2/service/servicediscovery` from 1.31.3 to 1.31.8
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/13c37844ecd5438a7985facb88ec56c35b13b772"><code>13c3784</code></a> Release 2024-09-17</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/0097c82b9d2202c27ae799837f495fe7d7759422"><code>0097c82</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/590384d1a083bccab4d579960ccbfabedfd244c7"><code>590384d</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/6a28d221f0f5046576ee23b55bb837711493fb38"><code>6a28d22</code></a> BREAKFIX: Only generate AccountIDEndpointMode config for services that use it...</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/0d08ea06981d800c095a7930a2d9f4bc92271e7d"><code>0d08ea0</code></a> Release 2024-09-16</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/83c15f1ee4e9a1b19b6165f026abd801984ecaee"><code>83c15f1</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/093ffb698365f33c8782ff64aa7c8c457af8bd12"><code>093ffb6</code></a> Update endpoints model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/e43f191a949910f3a4b7ae3344ab08f9dadbbcf2"><code>e43f191</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/1282c53116229888658c57926c758f2e5eba60b7"><code>1282c53</code></a> Read <code>AWS_CONTAINER_CREDENTIALS_FULL_URI</code> env variable if set when reading a ...</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/171151bb0fd10e63bdab73254a8f925a82d62498"><code>171151b</code></a> Release 2024-09-13</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.31.3...service/efs/v1.31.8">compare view</a></li>
</ul>
</details>
<br />

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.30.3 to 1.30.8
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/13c37844ecd5438a7985facb88ec56c35b13b772"><code>13c3784</code></a> Release 2024-09-17</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/0097c82b9d2202c27ae799837f495fe7d7759422"><code>0097c82</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/590384d1a083bccab4d579960ccbfabedfd244c7"><code>590384d</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/6a28d221f0f5046576ee23b55bb837711493fb38"><code>6a28d22</code></a> BREAKFIX: Only generate AccountIDEndpointMode config for services that use it...</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/0d08ea06981d800c095a7930a2d9f4bc92271e7d"><code>0d08ea0</code></a> Release 2024-09-16</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/83c15f1ee4e9a1b19b6165f026abd801984ecaee"><code>83c15f1</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/093ffb698365f33c8782ff64aa7c8c457af8bd12"><code>093ffb6</code></a> Update endpoints model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/e43f191a949910f3a4b7ae3344ab08f9dadbbcf2"><code>e43f191</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/1282c53116229888658c57926c758f2e5eba60b7"><code>1282c53</code></a> Read <code>AWS_CONTAINER_CREDENTIALS_FULL_URI</code> env variable if set when reading a ...</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/171151bb0fd10e63bdab73254a8f925a82d62498"><code>171151b</code></a> Release 2024-09-13</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/v1.30.3...service/sts/v1.30.8">compare view</a></li>
</ul>
</details>
<br />

Updates `github.com/civo/civogo` from 0.3.73 to 0.3.77
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/civo/civogo/releases">github.com/civo/civogo's releases</a>.</em></p>
<blockquote>
<h2>v0.3.75</h2>
<h2>What's Changed</h2>
<ul>
<li>Support attaching/detaching volumes on create/update instance and det… by <a href="https://github.com/vishalanarase"><code>@​vishalanarase</code></a> in <a href="https://redirect.github.com/civo/civogo/pull/200">civo/civogo#200</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/civo/civogo/compare/v0.3.74...v0.3.75">https://github.com/civo/civogo/compare/v0.3.74...v0.3.75</a></p>
<h2>v0.3.74</h2>
<h2>What's Changed</h2>
<ul>
<li>Add private ip field in the db by <a href="https://github.com/vishalanarase"><code>@​vishalanarase</code></a> in <a href="https://redirect.github.com/civo/civogo/pull/199">civo/civogo#199</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/civo/civogo/compare/v0.3.73...v0.3.74">https://github.com/civo/civogo/compare/v0.3.73...v0.3.74</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/civo/civogo/commit/f4fdae45c26cec7c287f6c24f9b2b9213a71ae27"><code>f4fdae4</code></a> fix create pool</li>
<li><a href="https://github.com/civo/civogo/commit/1ab4ce31ea5c11031b1d2cae93e3ec3a615d8953"><code>1ab4ce3</code></a> Merge pull request <a href="https://redirect.github.com/civo/civogo/issues/204">#204</a> from civo/fix/count_node_pool_update</li>
<li><a href="https://github.com/civo/civogo/commit/bcd48e7de0ed71ead626103549d741d9cbada8a5"><code>bcd48e7</code></a> Fix count node pool update</li>
<li><a href="https://github.com/civo/civogo/commit/4fee779533b0cfd41ff2f53b4ea57b052848ac05"><code>4fee779</code></a> Merge pull request <a href="https://redirect.github.com/civo/civogo/issues/200">#200</a> from civo/volume-boot-attach</li>
<li><a href="https://github.com/civo/civogo/commit/2b6369ec99ae0aaaf262d2299f27da6874928282"><code>2b6369e</code></a> Fix lint</li>
<li><a href="https://github.com/civo/civogo/commit/10bd11d950416af153bf7b17d352eb22ba827c63"><code>10bd11d</code></a> Support attaching/detaching volumes on create/update instance and detach volume</li>
<li><a href="https://github.com/civo/civogo/commit/22e0a732c195459152546dfd52ab854867b65f39"><code>22e0a73</code></a> Merge pull request <a href="https://redirect.github.com/civo/civogo/issues/199">#199</a> from civo/db-private-ip</li>
<li><a href="https://github.com/civo/civogo/commit/c8fec381c1d6a0efed6a5b2a1aa43b0f35bea12a"><code>c8fec38</code></a> Add private ip field in the db</li>
<li>See full diff in <a href="https://github.com/civo/civogo/compare/v0.3.73...v0.3.77">compare view</a></li>
</ul>
</details>
<br />

Updates `github.com/cloudflare/cloudflare-go` from 0.102.0 to 0.104.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/cloudflare/cloudflare-go/releases">github.com/cloudflare/cloudflare-go's releases</a>.</em></p>
<blockquote>
<h2>v0.104.0</h2>
<p>BREAKING CHANGES:</p>
<ul>
<li>dns: removed deprecated <code>ZoneID</code> and <code>ZoneName</code> fields (<a href="https://redirect.github.com/cloudflare/cloudflare-go/issues/2986">#2986</a>)</li>
</ul>
<p>ENHANCEMENTS:</p>
<ul>
<li>bot_management: add ai_bots_protection to public API (<a href="https://redirect.github.com/cloudflare/cloudflare-go/issues/2974">#2974</a>)</li>
</ul>
<p>DEPENDENCIES:</p>
<ul>
<li>deps: bumps golang.org/x/net from 0.28.0 to 0.29.0 (<a href="https://redirect.github.com/cloudflare/cloudflare-go/issues/3030">#3030</a>)</li>
<li>deps: bumps golang.org/x/time from 0.5.0 to 0.6.0 (<a href="https://redirect.github.com/cloudflare/cloudflare-go/issues/2816">#2816</a>)</li>
</ul>
<h2>v0.103.0</h2>
<p>ENHANCEMENTS:</p>
<ul>
<li>errors: implement the Unwrap method for custom error types to access the wrapped errors via errors.Is and errors.As (<a href="https://redirect.github.com/cloudflare/cloudflare-go/issues/2857">#2857</a>)</li>
<li>rulesets: add &quot;contains&quot; field to custom cache key header (<a href="https://redirect.github.com/cloudflare/cloudflare-go/issues/2935">#2935</a>)</li>
<li>teams_certificates: renamed <code>enabled</code> to <code>in_use</code> (<a href="https://redirect.github.com/cloudflare/cloudflare-go/issues/2937">#2937</a>)</li>
<li>waiting_room: add support for <code>enabled_origin_commands</code> (<a href="https://redirect.github.com/cloudflare/cloudflare-go/issues/2931">#2931</a>)</li>
</ul>
<p>DEPENDENCIES:</p>
<ul>
<li>deps: bumps github.com/urfave/cli/v2 from 2.27.3 to 2.27.4 (<a href="https://redirect.github.com/cloudflare/cloudflare-go/issues/2863">#2863</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/cloudflare/cloudflare-go/blob/master/CHANGELOG.md">github.com/cloudflare/cloudflare-go's changelog</a>.</em></p>
<blockquote>
<h2>0.104.0 (September 11th, 2024)</h2>
<p>BREAKING CHANGES:</p>
<ul>
<li>dns: removed deprecated <code>ZoneID</code> and <code>ZoneName</code> fields (<a href="https://redirect.github.com/cloudflare/cloudflare-go/issues/2986">#2986</a>)</li>
</ul>
<p>ENHANCEMENTS:</p>
<ul>
<li>bot_management: add ai_bots_protection to public API (<a href="https://redirect.github.com/cloudflare/cloudflare-go/issues/2974">#2974</a>)</li>
</ul>
<p>DEPENDENCIES:</p>
<ul>
<li>deps: bumps golang.org/x/net from 0.28.0 to 0.29.0 (<a href="https://redirect.github.com/cloudflare/cloudflare-go/issues/3030">#3030</a>)</li>
<li>deps: bumps golang.org/x/time from 0.5.0 to 0.6.0 (<a href="https://redirect.github.com/cloudflare/cloudflare-go/issues/2816">#2816</a>)</li>
</ul>
<h2>0.103.0 (August 28th, 2024)</h2>
<p>ENHANCEMENTS:</p>
<ul>
<li>errors: implement the Unwrap method for custom error types to access the wrapped errors via errors.Is and errors.As (<a href="https://redirect.github.com/cloudflare/cloudflare-go/issues/2857">#2857</a>)</li>
<li>rulesets: add &quot;contains&quot; field to custom cache key header (<a href="https://redirect.github.com/cloudflare/cloudflare-go/issues/2935">#2935</a>)</li>
<li>teams_certificates: renamed <code>enabled</code> to <code>in_use</code> (<a href="https://redirect.github.com/cloudflare/cloudflare-go/issues/2937">#2937</a>)</li>
<li>waiting_room: add support for <code>enabled_origin_commands</code> (<a href="https://redirect.github.com/cloudflare/cloudflare-go/issues/2931">#2931</a>)</li>
</ul>
<p>DEPENDENCIES:</p>
<ul>
<li>deps: bumps github.com/urfave/cli/v2 from 2.27.3 to 2.27.4 (<a href="https://redirect.github.com/cloudflare/cloudflare-go/issues/2863">#2863</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/cloudflare/cloudflare-go/commit/8743749c8ce71e82a506005135ac90f1120fc061"><code>8743749</code></a> Update CHANGELOG.md</li>
<li><a href="https://github.com/cloudflare/cloudflare-go/commit/da8f52c0e036e47b6f578da53d2557bfdec5026f"><code>da8f52c</code></a> generate changelog</li>
<li><a href="https://github.com/cloudflare/cloudflare-go/commit/2b12f5ed7ca79458c5d43243b9459b364c428455"><code>2b12f5e</code></a> Merge pull request <a href="https://redirect.github.com/cloudflare/cloudflare-go/issues/2816">#2816</a> from cloudflare/dependabot/go_modules/golang.org/x/t...</li>
<li><a href="https://github.com/cloudflare/cloudflare-go/commit/313ac03bae361f347f64ead7baddf3ac6dc08708"><code>313ac03</code></a> add CHANGELOG for <a href="https://redirect.github.com/cloudflare/cloudflare-go/issues/2816">#2816</a></li>
<li><a href="https://github.com/cloudflare/cloudflare-go/commit/1f3b024db81118ffcc99ea97b8a85ec11c16a7ed"><code>1f3b024</code></a> Bump golang.org/x/time from 0.5.0 to 0.6.0</li>
<li><a href="https://github.com/cloudflare/cloudflare-go/commit/03c61c1a5a3f740556b7b5c37aba8cd2f554cd3b"><code>03c61c1</code></a> Merge pull request <a href="https://redirect.github.com/cloudflare/cloudflare-go/issues/3030">#3030</a> from cloudflare/dependabot/go_modules/golang.org/x/n...</li>
<li><a href="https://github.com/cloudflare/cloudflare-go/commit/18cdb17241c8efec8a723a621e633176f88fef7c"><code>18cdb17</code></a> add CHANGELOG for <a href="https://redirect.github.com/cloudflare/cloudflare-go/issues/3030">#3030</a></li>
<li><a href="https://github.com/cloudflare/cloudflare-go/commit/b6c1ddaef70a49928a9df2546603d1256008f00d"><code>b6c1dda</code></a> Bump golang.org/x/net from 0.28.0 to 0.29.0</li>
<li><a href="https://github.com/cloudflare/cloudflare-go/commit/933dac0d53557b171f4bfa464f6ebd66dada0f6d"><code>933dac0</code></a> Merge pull request <a href="https://redirect.github.com/cloudflare/cloudflare-go/issues/2986">#2986</a> from janik-cloudflare/dns-record-zone-name</li>
<li><a href="https://github.com/cloudflare/cloudflare-go/commit/fe15c7b6614a504a72162bcf72efc2a10951b5b9"><code>fe15c7b</code></a> Update 2986.txt</li>
<li>Additional commits viewable in <a href="https://github.com/cloudflare/cloudflare-go/compare/v0.102.0...v0.104.0">compare view</a></li>
</ul>
</details>
<br />

Updates `github.com/digitalocean/godo` from 1.120.0 to 1.125.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/digitalocean/godo/releases">github.com/digitalocean/godo's releases</a>.</em></p>
<blockquote>
<h2>v1.125.0</h2>
<ul>
<li><a href="https://redirect.github.com/digitalocean/godo/issues/726">#726</a> - <a href="https://github.com/loosla"><code>@​loosla</code></a> - [databases]: add support for MongoDB advanced configuration</li>
<li><a href="https://redirect.github.com/digitalocean/godo/issues/724">#724</a> - <a href="https://github.com/andrewsomething"><code>@​andrewsomething</code></a> - Bump go version to 1.22</li>
<li><a href="https://redirect.github.com/digitalocean/godo/issues/723">#723</a> - <a href="https://github.com/jauderho"><code>@​jauderho</code></a> - Update Go dependencies and remove replace statements</li>
</ul>
<h2>v1.124.0</h2>
<ul>
<li><a href="https://redirect.github.com/digitalocean/godo/issues/721">#721</a> - <a href="https://github.com/vsharma6855"><code>@​vsharma6855</code></a> - [DBAAS] | Add API endpoint for applying cluster patches</li>
</ul>
<h2>v1.123.0</h2>
<ul>
<li><a href="https://redirect.github.com/digitalocean/godo/issues/719">#719</a> - <a href="https://github.com/andrewsomething"><code>@​andrewsomething</code></a> - apps: mark ListTiers and GetTier as deprecated</li>
</ul>
<h2>v1.122.0</h2>
<ul>
<li><a href="https://redirect.github.com/digitalocean/godo/issues/717">#717</a> - <a href="https://github.com/danaelhe"><code>@​danaelhe</code></a> - DB: Fix Logsink Attribute Types</li>
<li><a href="https://redirect.github.com/digitalocean/godo/issues/716">#716</a> - <a href="https://github.com/bhardwajRahul"><code>@​bhardwajRahul</code></a> - Databases: Add support for OpenSearch ACL</li>
</ul>
<h2>v1.121.0</h2>
<ul>
<li><a href="https://redirect.github.com/digitalocean/godo/issues/715">#715</a> - <a href="https://github.com/danaelhe"><code>@​danaelhe</code></a> - Databases: Bring back Logsink Support</li>
<li><a href="https://redirect.github.com/digitalocean/godo/issues/710">#710</a> - <a href="https://github.com/bhardwajRahul"><code>@​bhardwajRahul</code></a> - Update GODO to include new Openseach index crud changes</li>
<li><a href="https://redirect.github.com/digitalocean/godo/issues/712">#712</a> - <a href="https://github.com/danaelhe"><code>@​danaelhe</code></a> - Database: Namespace logsink</li>
<li><a href="https://redirect.github.com/digitalocean/godo/issues/711">#711</a> - <a href="https://github.com/danaelhe"><code>@​danaelhe</code></a> - Databases: Add Logsinks CRUD supp...

_Description has been truncated_

…35 updates

Bumps the dev-dependencies group with 29 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/compute/metadata](https://github.com/googleapis/google-cloud-go) | `0.5.0` | `0.5.1` |
| [github.com/F5Networks/k8s-bigip-ctlr/v2](https://github.com/F5Networks/k8s-bigip-ctlr) | `2.17.1` | `2.18.0` |
| [github.com/IBM/go-sdk-core/v5](https://github.com/IBM/go-sdk-core) | `5.17.4` | `5.17.5` |
| [github.com/Yamashou/gqlgenc](https://github.com/Yamashou/gqlgenc) | `0.24.0` | `0.25.0` |
| [github.com/aliyun/alibaba-cloud-sdk-go](https://github.com/aliyun/alibaba-cloud-sdk-go) | `1.63.0` | `1.63.17` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.30.3` | `1.30.5` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.27.27` | `1.27.35` |
| [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2) | `1.14.10` | `1.15.4` |
| [github.com/aws/aws-sdk-go-v2/service/route53](https://github.com/aws/aws-sdk-go-v2) | `1.42.3` | `1.43.3` |
| [github.com/aws/aws-sdk-go-v2/service/servicediscovery](https://github.com/aws/aws-sdk-go-v2) | `1.31.3` | `1.31.8` |
| [github.com/civo/civogo](https://github.com/civo/civogo) | `0.3.73` | `0.3.77` |
| [github.com/cloudflare/cloudflare-go](https://github.com/cloudflare/cloudflare-go) | `0.102.0` | `0.104.0` |
| [github.com/digitalocean/godo](https://github.com/digitalocean/godo) | `1.120.0` | `1.125.0` |
| [github.com/gophercloud/gophercloud](https://github.com/gophercloud/gophercloud) | `1.14.0` | `1.14.1` |
| [github.com/linode/linodego](https://github.com/linode/linodego) | `1.39.0` | `1.40.0` |
| [github.com/oracle/oci-go-sdk/v65](https://github.com/oracle/oci-go-sdk) | `65.71.1` | `65.74.0` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.20.0` | `1.20.4` |
| [github.com/scaleway/scaleway-sdk-go](https://github.com/scaleway/scaleway-sdk-go) | `1.0.0-beta.29` | `1.0.0-beta.30` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common](https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.984` | `1.0.1005` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod](https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.984` | `1.0.1005` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns](https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.984` | `1.0.1005` |
| [github.com/transip/gotransip/v6](https://github.com/transip/gotransip) | `6.25.0` | `6.26.0` |
| [go.etcd.io/etcd/api/v3](https://github.com/etcd-io/etcd) | `3.5.15` | `3.5.16` |
| [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) | `3.5.15` | `3.5.16` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.192.0` | `0.198.0` |
| [istio.io/api](https://github.com/istio/api) | `1.23.0` | `1.23.1` |
| [istio.io/client-go](https://github.com/istio/client-go) | `1.23.0` | `1.23.1` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.31.0` | `0.31.1` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.31.0` | `0.31.1` |



Updates `cloud.google.com/go/compute/metadata` from 0.5.0 to 0.5.1
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@v0.5.0...apps/v0.5.1)

Updates `github.com/F5Networks/k8s-bigip-ctlr/v2` from 2.17.1 to 2.18.0
- [Release notes](https://github.com/F5Networks/k8s-bigip-ctlr/releases)
- [Changelog](https://github.com/F5Networks/k8s-bigip-ctlr/blob/v2.18.0/docs/RELEASE-NOTES.rst)
- [Commits](F5Networks/k8s-bigip-ctlr@v2.17.1...v2.18.0)

Updates `github.com/IBM/go-sdk-core/v5` from 5.17.4 to 5.17.5
- [Release notes](https://github.com/IBM/go-sdk-core/releases)
- [Changelog](https://github.com/IBM/go-sdk-core/blob/main/CHANGELOG.md)
- [Commits](IBM/go-sdk-core@v5.17.4...v5.17.5)

Updates `github.com/Yamashou/gqlgenc` from 0.24.0 to 0.25.0
- [Release notes](https://github.com/Yamashou/gqlgenc/releases)
- [Commits](Yamashou/gqlgenc@v0.24.0...v0.25.0)

Updates `github.com/aliyun/alibaba-cloud-sdk-go` from 1.63.0 to 1.63.17
- [Release notes](https://github.com/aliyun/alibaba-cloud-sdk-go/releases)
- [Changelog](https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/ChangeLog.txt)
- [Commits](aliyun/alibaba-cloud-sdk-go@v1.63.0...v1.63.17)

Updates `github.com/aws/aws-sdk-go-v2` from 1.30.3 to 1.30.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.30.3...v1.30.5)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.27.27 to 1.27.35
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.27.27...config/v1.27.35)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.27 to 1.17.33
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.17.27...credentials/v1.17.33)

Updates `github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue` from 1.14.10 to 1.15.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/config/v1.15.4/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/pi/v1.14.10...config/v1.15.4)

Updates `github.com/aws/aws-sdk-go-v2/service/dynamodb` from 1.34.4 to 1.34.10
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/sqs/v1.34.4...service/dynamodb/v1.34.10)

Updates `github.com/aws/aws-sdk-go-v2/service/route53` from 1.42.3 to 1.43.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/eks/v1.42.3...service/fsx/v1.43.3)

Updates `github.com/aws/aws-sdk-go-v2/service/servicediscovery` from 1.31.3 to 1.31.8
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.31.3...service/efs/v1.31.8)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.30.3 to 1.30.8
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.30.3...service/sts/v1.30.8)

Updates `github.com/civo/civogo` from 0.3.73 to 0.3.77
- [Release notes](https://github.com/civo/civogo/releases)
- [Changelog](https://github.com/civo/civogo/blob/master/changelog.yml)
- [Commits](civo/civogo@v0.3.73...v0.3.77)

Updates `github.com/cloudflare/cloudflare-go` from 0.102.0 to 0.104.0
- [Release notes](https://github.com/cloudflare/cloudflare-go/releases)
- [Changelog](https://github.com/cloudflare/cloudflare-go/blob/master/CHANGELOG.md)
- [Commits](cloudflare/cloudflare-go@v0.102.0...v0.104.0)

Updates `github.com/digitalocean/godo` from 1.120.0 to 1.125.0
- [Release notes](https://github.com/digitalocean/godo/releases)
- [Changelog](https://github.com/digitalocean/godo/blob/main/CHANGELOG.md)
- [Commits](digitalocean/godo@v1.120.0...v1.125.0)

Updates `github.com/gophercloud/gophercloud` from 1.14.0 to 1.14.1
- [Release notes](https://github.com/gophercloud/gophercloud/releases)
- [Changelog](https://github.com/gophercloud/gophercloud/blob/v1.14.1/CHANGELOG.md)
- [Commits](gophercloud/gophercloud@v1.14.0...v1.14.1)

Updates `github.com/linode/linodego` from 1.39.0 to 1.40.0
- [Release notes](https://github.com/linode/linodego/releases)
- [Commits](linode/linodego@v1.39.0...v1.40.0)

Updates `github.com/oracle/oci-go-sdk/v65` from 65.71.1 to 65.74.0
- [Release notes](https://github.com/oracle/oci-go-sdk/releases)
- [Changelog](https://github.com/oracle/oci-go-sdk/blob/master/CHANGELOG.md)
- [Commits](oracle/oci-go-sdk@v65.71.1...v65.74.0)

Updates `github.com/prometheus/client_golang` from 1.20.0 to 1.20.4
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.20.0...v1.20.4)

Updates `github.com/scaleway/scaleway-sdk-go` from 1.0.0-beta.29 to 1.0.0-beta.30
- [Release notes](https://github.com/scaleway/scaleway-sdk-go/releases)
- [Changelog](https://github.com/scaleway/scaleway-sdk-go/blob/master/CHANGELOG.md)
- [Commits](scaleway/scaleway-sdk-go@v1.0.0-beta.29...v1.0.0-beta.30)

Updates `github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common` from 1.0.984 to 1.0.1005
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.984...v1.0.1005)

Updates `github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod` from 1.0.984 to 1.0.1005
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.984...v1.0.1005)

Updates `github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns` from 1.0.984 to 1.0.1005
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.984...v1.0.1005)

Updates `github.com/transip/gotransip/v6` from 6.25.0 to 6.26.0
- [Release notes](https://github.com/transip/gotransip/releases)
- [Commits](transip/gotransip@v6.25.0...v6.26.0)

Updates `go.etcd.io/etcd/api/v3` from 3.5.15 to 3.5.16
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.5.15...v3.5.16)

Updates `go.etcd.io/etcd/client/v3` from 3.5.15 to 3.5.16
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.5.15...v3.5.16)

Updates `golang.org/x/net` from 0.28.0 to 0.29.0
- [Commits](golang/net@v0.28.0...v0.29.0)

Updates `golang.org/x/oauth2` from 0.22.0 to 0.23.0
- [Commits](golang/oauth2@v0.22.0...v0.23.0)

Updates `google.golang.org/api` from 0.192.0 to 0.198.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.192.0...v0.198.0)

Updates `istio.io/api` from 1.23.0 to 1.23.1
- [Commits](istio/api@1.23.0...1.23.1)

Updates `istio.io/client-go` from 1.23.0 to 1.23.1
- [Commits](istio/client-go@1.23.0...1.23.1)

Updates `k8s.io/api` from 0.31.0 to 0.31.1
- [Commits](kubernetes/api@v0.31.0...v0.31.1)

Updates `k8s.io/apimachinery` from 0.31.0 to 0.31.1
- [Commits](kubernetes/apimachinery@v0.31.0...v0.31.1)

Updates `k8s.io/client-go` from 0.31.0 to 0.31.1
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.31.0...v0.31.1)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/compute/metadata
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/F5Networks/k8s-bigip-ctlr/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/IBM/go-sdk-core/v5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/Yamashou/gqlgenc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/aliyun/alibaba-cloud-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/dynamodb
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/route53
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/servicediscovery
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/civo/civogo
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/cloudflare/cloudflare-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/digitalocean/godo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/gophercloud/gophercloud
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/linode/linodego
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/oracle/oci-go-sdk/v65
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/scaleway/scaleway-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/transip/gotransip/v6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: go.etcd.io/etcd/api/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: go.etcd.io/etcd/client/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: istio.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: istio.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 19, 2024
Copy link
Author

dependabot bot commented on behalf of github Sep 20, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 20, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/dev-dependencies-7bc170dd5e branch September 20, 2024 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants