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 36 updates #115

Closed

Conversation

dependabot[bot]
Copy link

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

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

Package From To
cloud.google.com/go/compute/metadata 0.5.0 0.5.2
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.2
github.com/aliyun/alibaba-cloud-sdk-go 1.63.0 1.63.18
github.com/aws/aws-sdk-go-v2 1.30.3 1.31.0
github.com/aws/aws-sdk-go-v2/config 1.27.27 1.27.37
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue 1.14.10 1.15.6
github.com/aws/aws-sdk-go-v2/service/route53 1.42.3 1.44.1
github.com/aws/aws-sdk-go-v2/service/servicediscovery 1.31.3 1.32.1
github.com/civo/civogo 0.3.73 0.3.79
github.com/cloudflare/cloudflare-go 0.102.0 0.105.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.41.0
github.com/oracle/oci-go-sdk/v65 65.71.1 65.75.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.1010
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod 1.0.984 1.0.1010
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns 1.0.984 1.0.1010
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
gopkg.in/ns1/ns1-go.v2 2.12.0 2.12.1
istio.io/api 1.23.0 1.23.2
istio.io/client-go 1.23.0 1.23.2
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.2

Release notes

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

compute/metadata: v0.5.2

0.5.2 (2024-09-20)

Bug Fixes

  • compute/metadata: Close Response Body for failed request (#10891) (e91d45e)
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
  • 71a92e3 chore(main): release auth 0.5.2 (#10422)
  • 3266763 fix(auth): fetch initial token when CachedTokenProviderOptions.DisableAutoRef...
  • 9eb4d2a chore(internal/protoveneer): generate support functions (#10416)
  • eba8727 doc(storage): add example for retention (#10413)
  • 1068ca8 testing(bigquery): fix legacy trace test (#10411)
  • d6c543c chore: update gapic-generator-go to 0.44.0 (#10402)
  • 5cb0c26 feat(spanner): add support of checking row not found errors from ReadRow and ...
  • 1d28ac6 chore(internal/protoveneer): doc for fields (#10352)
  • 2003148 feat(aiplatform): add enum value MALFORMED_FUNCTION_CALL to `.google.cloud.ai...
  • ad8792d chore: release main (#10399)
  • 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.2
<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.2</h2>
<h2>What's Changed</h2>
<ul>
<li>update for gqlgen 0.17.54 federation change by <a href="https://github.com/golanglemonade"><code>@​golanglemonade</code></a> in <a href="https://redirect.github.com/Yamashou/gqlgenc/pull/235">Yamashou/gqlgenc#235</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/Yamashou/gqlgenc/compare/v0.25.1...v0.25.2">https://github.com/Yamashou/gqlgenc/compare/v0.25.1...v0.25.2</a></p>
<h2>v0.25.1</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: update <code>ReturnPointersInUmarshalInput</code> -&gt; <code>ReturnPointersInUnmarshalInput</code> in config by <a href="https://github.com/golanglemonade"><code>@​golanglemonade</code></a> in <a href="https://redirect.github.com/Yamashou/gqlgenc/pull/234">Yamashou/gqlgenc#234</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/Yamashou/gqlgenc/compare/v0.25.0...v0.25.1">https://github.com/Yamashou/gqlgenc/compare/v0.25.0...v0.25.1</a></p>
<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/b7b4ce0167559431b41a24863c2f917a5a98a094"><code>b7b4ce0</code></a> v0.25.2</li>
<li><a href="https://github.com/Yamashou/gqlgenc/commit/c7df2925cd0fae770700468c49757705b87c5dc5"><code>c7df292</code></a> Merge pull request <a href="https://redirect.github.com/Yamashou/gqlgenc/issues/235">#235</a> from golanglemonade/federation-gqlgen-breaking-change</li>
<li><a href="https://github.com/Yamashou/gqlgenc/commit/8f807fd96cd9a492f4f6abe0e94d803e2bb8f4c7"><code>8f807fd</code></a> bump golangci-lint version</li>
<li><a href="https://github.com/Yamashou/gqlgenc/commit/82787f4d6c58dd10bb2b191ab389a8600e6ce8bf"><code>82787f4</code></a> update for gqlgen 0.17.54 federation change, update linter for deprecated lin...</li>
<li><a href="https://github.com/Yamashou/gqlgenc/commit/8830a352f2558a1396e6ea99398b03f8adc9da9c"><code>8830a35</code></a> update</li>
<li><a href="https://github.com/Yamashou/gqlgenc/commit/12dc047836be6898e96a2c2f1957ec3978d7b14d"><code>12dc047</code></a> Merge pull request <a href="https://redirect.github.com/Yamashou/gqlgenc/issues/234">#234</a> from golanglemonade/fix-config</li>
<li><a href="https://github.com/Yamashou/gqlgenc/commit/164767ab88cd42597e83c3d25a90948906f6ea24"><code>164767a</code></a> fix: update name of config</li>
<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>Additional commits viewable in <a href="https://github.com/Yamashou/gqlgenc/compare/v0.24.0...v0.25.2">compare view</a></li>
</ul>
</details>
<br />

Updates `github.com/aliyun/alibaba-cloud-sdk-go` from 1.63.0 to 1.63.18
<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.18</h2>
<ul>
<li>Generated 2024-02-22 for <code>OssSddp</code>.
undefined</li>
</ul>
<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>
<!-- 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-24 Version: v1.63.18</p>
<ul>
<li>Generated 2024-02-22 for <code>OssSddp</code>.
undefined</li>
</ul>
<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>
<!-- 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/2982085a4eef0d6aab1f8a9dacf979447dd46765"><code>2982085</code></a> Generated 2024-02-22 for OssSddp.</li>
<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>Additional commits viewable in <a href="https://github.com/aliyun/alibaba-cloud-sdk-go/compare/v1.63.0...v1.63.18">compare view</a></li>
</ul>
</details>
<br />

Updates `github.com/aws/aws-sdk-go-v2` from 1.30.3 to 1.31.0
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/2f445866bcc850b67c71e36882488e10f7c782e3"><code>2f44586</code></a> Release 2024-09-20</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/22d087682834495c3aebc0c0f1aa2db37c4785a6"><code>22d0876</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/5454ab9dfb0bc726f1f79b8d807e81fc7124797a"><code>5454ab9</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/06150d96305d6b6c19db0a2e5d1c1f4fa4a95612"><code>06150d9</code></a> add tracing and metrics support (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2798">#2798</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/18f7b40ea83d7ee75092085609a808b68c4d2000"><code>18f7b40</code></a> Release 2024-09-19</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/e91c9c4e48a47fa92d82251dd6ba0f0edd4bff3d"><code>e91c9c4</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/6df0a09c479b5e8e59204eda1c6a481c311e5629"><code>6df0a09</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/98ae6886ccefe00db38a3088e273e524abf3b196"><code>98ae688</code></a> Release 2024-09-18</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/222928c4e7cc17d406f6c24f2e69b6747e29d43e"><code>222928c</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/887c4de750c99c575f37828f1a646cefadfc4aa7"><code>887c4de</code></a> Update API model</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/v1.30.3...v1.31.0">compare view</a></li>
</ul>
</details>
<br />

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.27.27 to 1.27.37
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/3f09c24fc9a9e51e268e90bc4c3ed1f0fa7c4785"><code>3f09c24</code></a> Release 2024-09-23</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/63b1e7d6d98e994c609af885b210aca739eede00"><code>63b1e7d</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/5e6ce06aa2ced604b24db5068f06416fa9abbf56"><code>5e6ce06</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/2f445866bcc850b67c71e36882488e10f7c782e3"><code>2f44586</code></a> Release 2024-09-20</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/22d087682834495c3aebc0c0f1aa2db37c4785a6"><code>22d0876</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/5454ab9dfb0bc726f1f79b8d807e81fc7124797a"><code>5454ab9</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/06150d96305d6b6c19db0a2e5d1c1f4fa4a95612"><code>06150d9</code></a> add tracing and metrics support (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2798">#2798</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/18f7b40ea83d7ee75092085609a808b68c4d2000"><code>18f7b40</code></a> Release 2024-09-19</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/e91c9c4e48a47fa92d82251dd6ba0f0edd4bff3d"><code>e91c9c4</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/6df0a09c479b5e8e59204eda1c6a481c311e5629"><code>6df0a09</code></a> Update API model</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/config/v1.27.27...config/v1.27.37">compare view</a></li>
</ul>
</details>
<br />

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.27 to 1.17.35
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/3f09c24fc9a9e51e268e90bc4c3ed1f0fa7c4785"><code>3f09c24</code></a> Release 2024-09-23</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/63b1e7d6d98e994c609af885b210aca739eede00"><code>63b1e7d</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/5e6ce06aa2ced604b24db5068f06416fa9abbf56"><code>5e6ce06</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/2f445866bcc850b67c71e36882488e10f7c782e3"><code>2f44586</code></a> Release 2024-09-20</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/22d087682834495c3aebc0c0f1aa2db37c4785a6"><code>22d0876</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/5454ab9dfb0bc726f1f79b8d807e81fc7124797a"><code>5454ab9</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/06150d96305d6b6c19db0a2e5d1c1f4fa4a95612"><code>06150d9</code></a> add tracing and metrics support (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2798">#2798</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/18f7b40ea83d7ee75092085609a808b68c4d2000"><code>18f7b40</code></a> Release 2024-09-19</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/e91c9c4e48a47fa92d82251dd6ba0f0edd4bff3d"><code>e91c9c4</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/6df0a09c479b5e8e59204eda1c6a481c311e5629"><code>6df0a09</code></a> Update API model</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.17.27...credentials/v1.17.35">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.6
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/6f190f6ff1fc106f0f5e4191d4ab152cb415f66f"><code>6f190f6</code></a> Release 2022-05-16</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/30ac919af49bdd73947b06486ae2f8c41786bb8e"><code>30ac919</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/c1870c456331c4f9a5193df31149c684ee1f2469"><code>c1870c4</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/be23823c0958c66c1e41d1b7c2fa9f5014b463e1"><code>be23823</code></a> Release 2022-05-13</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/e5c67388b829e75e09ac33d7bf4a902d0084e554"><code>e5c6738</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/9277b5bada45dcc67bc5210f16161ebaf3f36954"><code>9277b5b</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/8388bccda7d2b0020533cff3ccc6c57992f6b0f8"><code>8388bcc</code></a> Release 2022-05-12</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/3ed107ff0fd7ef19e9e5c04ceb0018ada1dd7892"><code>3ed107f</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/c766d349131bbcc9c49d5c079eb3c9a8b0b8da6a"><code>c766d34</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/a1320cbf6ee65e1dd104e8e935ef936d8a59bf5c"><code>a1320cb</code></a> Release 2022-05-11</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.6">compare view</a></li>
</ul>
</details>
<br />

Updates `github.com/aws/aws-sdk-go-v2/service/dynamodb` from 1.34.4 to 1.35.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/ssm/v1.35.1/CHANGELOG.md">github.com/aws/aws-sdk-go-v2/service/dynamodb's changelog</a>.</em></p>
<blockquote>
<h1>Release (2023-01-23)</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/service/lambda</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/ssm/v1.35.1/service/lambda/CHANGELOG.md#v1290-2023-01-23">v1.29.0</a>
<ul>
<li><strong>Feature</strong>: Release Lambda RuntimeManagementConfig, enabling customers to better manage runtime updates to their Lambda functions. This release adds two new APIs, GetRuntimeManagementConfig and PutRuntimeManagementConfig, as well as support on existing Create/Get/Update function APIs.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/sagemaker</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/ssm/v1.35.1/service/sagemaker/CHANGELOG.md#v1640-2023-01-23">v1.64.0</a>
<ul>
<li><strong>Feature</strong>: Amazon SageMaker Inference now supports P4de instance types.</li>
</ul>
</li>
</ul>
<h1>Release (2023-01-20)</h1>
<h2>Module Highlights</h2>
<ul>
<li><code>github.com/aws/aws-sdk-go-v2/service/ec2</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/ssm/v1.35.1/service/ec2/CHANGELOG.md#v1800-2023-01-20">v1.80.0</a>
<ul>
<li><strong>Feature</strong>: C6in, M6in, M6idn, R6in and R6idn instances are powered by 3rd Generation Intel Xeon Scalable processors (code named Ice Lake) with an all-core turbo frequency of 3.5 GHz.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/ivs</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/ssm/v1.35.1/service/ivs/CHANGELOG.md#v1200-2023-01-20">v1.20.0</a>
<ul>
<li><strong>Feature</strong>: API and Doc update. Update to arns field in BatchGetStreamKey. Also updates to operations and structures.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/quicksight</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/ssm/v1.35.1/service/quicksight/CHANGELOG.md#v1300-2023-01-20">v1.30.0</a>
<ul>
<li><strong>Feature</strong>: This release adds support for data bars in QuickSight table and increases pivot table field well limit.</li>
</ul>
</li>
</ul>
<h1>Release (2023-01-19)</h1>
<h2>Module Highlights</h2>
<ul>
<li><code>github.com/aws/aws-sdk-go-v2/service/appflow</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/ssm/v1.35.1/service/appflow/CHANGELOG.md#v1240-2023-01-19">v1.24.0</a>
<ul>
<li><strong>Feature</strong>: Adding support for Salesforce Pardot connector in Amazon AppFlow.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/ssm/v1.35.1/service/cloudwatchlogs/CHANGELOG.md#v1200-2023-01-19">v1.20.0</a>
<ul>
<li><strong>Feature</strong>: Bug fix - Removed the regex pattern validation from CoralModel to avoid potential security issue.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/codeartifact</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/ssm/v1.35.1/service/codeartifact/CHANGELOG.md#v1150-2023-01-19">v1.15.0</a>
<ul>
<li><strong>Feature</strong>: Documentation updates for CodeArtifact</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/service/ssm/v1.35.1/service/connect/CHANGELOG.md#v1450-2023-01-19">v1.45.0</a>
<ul>
<li><strong>Feature</strong>: Amazon Connect Chat introduces Persistent Chat, allowing customers to resume previous conversations with context and transcripts carried over from previous chats, eliminating the need to repeat themselves and allowing agents to provide personalized service with access to entire conversation history.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/connectparticipant</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/ssm/v1.35.1/service/connectparticipant/CHANGELOG.md#v1150-2023-01-19">v1.15.0</a>
<ul>
<li><strong>Feature</strong>: This release updates Amazon Connect Participant's GetTranscript api to provide transcripts of past chats on a persistent chat session.</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/service/ssm/v1.35.1/service/ec2/CHANGELOG.md#v1790-2023-01-19">v1.79.0</a>
<ul>
<li><strong>Feature</strong>: Adds SSM Parameter Resource Aliasing support to EC2 Launch Templates. Launch Templates can now store parameter aliases in place of AMI Resource IDs. CreateLaunchTemplateVersion and DescribeLaunchTemplateVersions now support a convenience flag, ResolveAlias, to return the resolved parameter value.</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/service/ssm/v1.35.1/service/glue/CHANGELOG.md#v1400-2023-01-19">v1.40.0</a>
<ul>
<li><strong>Feature</strong>: Release Glue Studio Hudi Data Lake Format for SDK/CLI</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/groundstation</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/ssm/v1.35.1/service/groundstation/CHANGELOG.md#v1160-2023-01-19">v1.16.0</a>
<ul>
<li><strong>Feature</strong>: Add configurable prepass and postpass times for DataflowEndpointGroup. Add Waiter to allow customers to wait for a contact that was reserved through ReserveContact</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/medialive</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/ssm/v1.35.1/service/medialive/CHANGELOG.md#v1290-2023-01-19">v1.29.0</a>
<ul>
<li><strong>Feature</strong>: AWS Elemental MediaLive adds support for SCTE 35 preRollMilliSeconds.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/opensearch</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/ssm/v1.35.1/service/opensearch/CHANGELOG.md#v1130-2023-01-19">v1.13.0</a>
<ul>
<li><strong>Feature</strong>: This release adds the enhanced dry run option, that checks for validation errors that might occur when deploying configuration changes and provides a summary of these errors, if any. The feature will also indicate whether a blue/green deployment will be required to apply a change.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/panorama</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/ssm/v1.35.1/service/panorama/CHANGELOG.md#v1110-2023-01-19">v1.11.0</a>
<ul>
<li><strong>Feature</strong>: Added AllowMajorVersionUpdate option to OTAJobConfig to make appliance software major version updates opt-in.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/sagemaker</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/ssm/v1.35.1/service/sagemaker/CHANGELOG.md#v1630-2023-01-19">v1.63.0</a>
<ul>
<li><strong>Feature</strong>: HyperParameterTuningJobs now allow passing environment variables into the corresponding TrainingJobs</li>
</ul>
</li>
</ul>
<h1>Release (2023-01-18)</h1>
<!-- 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/f95afa96016c325b62fdfe1af320bf30bee5f779"><code>f95afa9</code></a> Release 2023-01-23</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/77f1f40a3cac8e545acc6f9ecdbc931a81ef57ec"><code>77f1f40</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/298fc3272d4f7b46a27a528af38d0104d025f8d3"><code>298fc32</code></a> Update endpoints model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/bfcdd49c999e4e0911126ac793c1b6e3a038e8de"><code>bfcdd49</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/00925a868bfc43dafa526259389ce44799c1b029"><code>00925a8</code></a> Release 2023-01-20</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/346bddbedc2b580f0181058be355c7bce5587bf1"><code>346bddb</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/7facad1bf8549631a5bafa6056f54b2473907544"><code>7facad1</code></a> Update endpoints model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/247b038d92b5cd4c466c887a3d5653fa36b6cbe5"><code>247b038</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/b0691f2ce89932a87343c737b69d3f56f54e39f5"><code>b0691f2</code></a> Release 2023-01-19</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/a847e5fbd346b1944e70d2c6d5e0f96c553e5c74"><code>a847e5f</code></a> Regenerated Clients</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/service/sqs/v1.34.4...service/ssm/v1.35.1">compare view</a></li>
</ul>
</details>
<br />

Updates `github.com/aws/aws-sdk-go-v2/service/route53` from 1.42.3 to 1.44.1
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/f3ea5b8aca81cfc644b822ffc9910f2382e474c2"><code>f3ea5b8</code></a> Release 2023-11-30</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/bb443747086264230b376f3a965df21acfce6927"><code>bb44374</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/1fd796ca4039fe0f3358736643ed1eba0f59b071"><code>1fd796c</code></a> Update SDK's smithy-go dependency to v1.18.1</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/5e061f0f21478d50bb8636c8b73b7c0a32b66816"><code>5e061f0</code></a> Update endpoints model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/e6de9ae7e5c9631913c08d37619e35cf3d9628e0"><code>e6de9ae</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/a88ff68b5524ce9e4f816c8c313267e6d321ce8c"><code>a88ff68</code></a> Release 2023-11-29</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/023df359dd66f7b3970ddf2874c69d4b78b99126"><code>023df35</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/41f99ac19a3c3fc2e7e177b8f2632d319bb590e4"><code>41f99ac</code></a> Update SDK's smithy-go dependency to v1.18.0</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/72478fb87eae54a9d5ea84b336daad6795aebe01"><code>72478fb</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/4c4b852716f661378136f0e4d7e966d180057e26"><code>4c4b852</code></a> feat: add Options() getter to service clients (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2398">#2398</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/service/eks/v1.42.3...service/ssm/v1.44.1">compare view</a></li>
</ul>
</details>
<br />

Updates `github.com/aws/aws-sdk-go-v2/service/servicediscovery` from 1.31.3 to 1.32.1
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/3f09c24fc9a9e51e268e90bc4c3ed1f0fa7c4785"><code>3f09c24</code></a> Release 2024-09-23</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/63b1e7d6d98e994c609af885b210aca739eede00"><code>63b1e7d</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/5e6ce06aa2ced604b24db5068f06416fa9abbf56"><code>5e6ce06</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/2f445866bcc850b67c71e36882488e10f7c782e3"><code>2f44586</code></a> Release 2024-09-20</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/22d087682834495c3aebc0c0f1aa2db37c4785a6"><code>22d0876</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/5454ab9dfb0bc726f1f79b8d807e81fc7124797a"><code>5454ab9</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/06150d96305d6b6c19db0a2e5d1c1f4fa4a95612"><code>06150d9</code></a> add tracing and metrics support (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2798">#2798</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/18f7b40ea83d7ee75092085609a808b68c4d2000"><code>18f7b40</code></a> Release 2024-09-19</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/e91c9c4e48a47fa92d82251dd6ba0f0edd4bff3d"><code>e91c9c4</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/6df0a09c479b5e8e59204eda1c6a481c311e5629"><code>6df0a09</code></a> Update API model</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.31.3...service/sns/v1.32.1">compare view</a></li>
</ul>
</details>
<br />

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.30.3 to 1.31.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.31.1/CHANGELOG.md">github.com/aws/aws-sdk-go-v2/service/sts's changelog</a>.</em></p>
<blockquote>
<h1>Release (2023-03-31)</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/service/ec2</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.31.1/service/ec2/CHANGELOG.md#v1921-2023-03-31">v1.92.1</a>
<ul>
<li><strong>Documentation</strong>: Documentation updates for EC2 On Demand Capacity Reservations</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/internetmonitor</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.31.1/service/internetmonitor/CHANGELOG.md#v110-2023-03-31">v1.1.0</a>
<ul>
<li><strong>Feature</strong>: This release adds a new feature for Amazon CloudWatch Internet Monitor that enables customers to deliver internet measurements to Amazon S3 buckets as well as CloudWatch Logs.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/resiliencehub</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.31.1/service/resiliencehub/CHANGELOG.md#v1101-2023-03-31">v1.10.1</a>
<ul>
<li><strong>Documentation</strong>: Adding EKS related documentation for appTemplateBody</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/s3</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.31.1/service/s3/CHANGELOG.md#v1311-2023-03-31">v1.31.1</a>
<ul>
<li><strong>Documentation</strong>: Documentation updates for Amazon S3</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/sagemakerfeaturestoreruntime</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.31.1/service/sagemakerfeaturestoreruntime/CHANGELOG.md#v1140-2023-03-31">v1.14.0</a>
<ul>
<li><strong>Feature</strong>: In this release, you can now chose between soft delete and hard delete when calling the DeleteRecord API, so you have more flexibility when it comes to managing online store data.</li>
</ul>
</li>
</ul>
<h1>Release (2023-03-30)</h1>
<h2>Module Highlights</h2>
<ul>
<li><code>github.com/aws/aws-sdk-go-v2/service/athena</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.31.1/service/athena/CHANGELOG.md#v1250-2023-03-30">v1.25.0</a>
<ul>
<li><strong>Feature</strong>: Make DefaultExecutorDpuSize and CoordinatorDpuSize  fields optional  in StartSession</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/autoscaling</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.31.1/service/autoscaling/CHANGELOG.md#v1280-2023-03-30">v1.28.0</a>
<ul>
<li><strong>Feature</strong>: Amazon EC2 Auto Scaling now supports Elastic Load Balancing traffic sources with the AttachTrafficSources, DetachTrafficSources, and DescribeTrafficSources APIs. This release also introduces a new activity status, &quot;WaitingForConnectionDraining&quot;, for VPC Lattice to the DescribeScalingActivities API.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/batch</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.31.1/service/batch/CHANGELOG.md#v1230-2023-03-30">v1.23.0</a>
<ul>
<li><strong>Feature</strong>: This feature allows Batch on EKS to support configuration of Pod Labels through Metadata for Batch on EKS Jobs.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/computeoptimizer</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.31.1/service/computeoptimizer/CHANGELOG.md#v1220-2023-03-30">v1.22.0</a>
<ul>
<li><strong>Feature</strong>: This release adds support for HDD EBS volume types and io2 Block Express. We are also adding support for 61 new instance types and instances that have non consecutive runtime.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/drs</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.31.1/service/drs/CHANGELOG.md#v1120-2023-03-30">v1.12.0</a>
<ul>
<li><strong>Feature</strong>: Adding a field to the replication configuration APIs to support the auto replicate new disks feature. We also deprecated RetryDataReplication.</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/service/s3/v1.31.1/service/ec2/CHANGELOG.md#v1920-2023-03-30">v1.92.0</a>
<ul>
<li><strong>Feature</strong>: This release adds support for Tunnel Endpoint Lifecycle control, a new feature that provides Site-to-Site VPN customers with better visibility and control of their VPN tunnel maintenance updates.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/emr</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.31.1/service/emr/CHANGELOG.md#v1240-2023-03-30">v1.24.0</a>
<ul>
<li><strong>Feature</strong>: Updated DescribeCluster and ListClusters API responses to include ErrorDetail that specifies error code, programmatically accessible error data,and an error message. ErrorDetail provides the underlying reason for cluster failure and recommends actions to simplify troubleshooting of EMR clusters.</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/service/s3/v1.31.1/service/glue/CHANGELOG.md#v1440-2023-03-30">v1.44.0</a>
<ul>
<li><strong>Feature</strong>: This release adds support for AWS Glue Data Quality, which helps you evaluate and monitor the quality of your data and includes the API for creating, deleting, or updating data quality rulesets, runs and evaluations.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/guardduty</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.31.1/service/guardduty/CHANGELOG.md#v1200-2023-03-30">v1.20.0</a>
<ul>
<li><strong>Feature</strong>: Added EKS Runtime Monitoring feature support to existing detector, finding APIs and introducing new Coverage APIs</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/imagebuilder</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.31.1/service/imagebuilder/CHANGELOG.md#v1230-2023-03-30">v1.23.0</a>
<ul>
<li><strong>Feature</strong>: Adds support for new image workflow details and image vulnerability detection.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/ivs</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.31.1/service/ivs/CHANGELOG.md#v1210-2023-03-30">v1.21.0</a>
<ul>
<li><strong>Feature</strong>: Amazon Interactive Video Service (IVS) now offers customers the ability to configure IVS channels to allow insecure RTMP ingest.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/kendra</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.31.1/service/kendra/CHANGELOG.md#v1390-2023-03-30">v1.39.0</a>
<ul>
<li><strong>Feature</strong>: AWS Kendra now supports featured results for a query.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/networkfirewall</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.31.1/service/networkfirewall/CHANGELOG.md#v1250-2023-03-30">v1.25.0</a>
<ul>
<li><strong>Feature</strong>: AWS Network Firewall added TLS inspection configurations to allow TLS traffic inspection.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/sagemakergeospatial</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.31.1/service/sagemakergeospatial/CHANGELOG.md#v120-2023-03-30">v1.2.0</a>
<ul>
<li><strong>Feature</strong>: Amazon SageMaker geospatial capabilities now supports server-side encryption with customer managed KMS key and SageMaker notebooks with a SageMaker geospatial image in a Amazon SageMaker Domain with VPC only mode.</li>
</ul>
</li>
<li><code>github.com/aws/aws-sdk-go-v2/service/vpclattice</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.31.1/service/vpclattice/CHANGELOG.md#v100-2023-03-30">v1.0.0</a>
<ul>
<li><strong>Release</strong>: New AWS service client module</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/b40e677aaa0b8a640f1f5e01e85f4e667dbe756d"><code>b40e677</code></a> Release 2023-03-31</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/96ef35081030e7257a5b57cc5536b5fa88720008"><code>96ef350</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/27b40fda95e5e5cb4f4c236ff079b5a8a619f358"><code>27b40fd</code></a> Update endpoints model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/688fa2924a9a69354980d3470782e11f8752b745"><code>688fa29</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/342f3b47c498c93fa61e4bd967b5060446185ae4"><code>342f3b4</code></a> Release 2023-03-30</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/34e534d990da1b5fd3bf0bca297e9604edbeb9b8"><code>34e534d</code></a> Regenerated Clients</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/96c5cdb4bc21b2c5fdb49ef644840d4de541d695"><code>96c5cdb</code></a> Update endpoints model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/53f050e713a3cc4ad882ea7ad8c00d6420d24e15"><code>53f050e</code></a> Update API model</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/cec179c0a453de49ae1fe1cece0b53e62677faa8"><code>cec179c</code></a> Release 2023-03-29</li>
<li><a href="https://github.com/aws/aws-sdk-go-v2/commit/7340532d4545f48c8d50428dbeaa7c5669b7faf2"><code>7340532</code></a> Regenerated Clients</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/v1.30.3...service/s3/v1.31.1">compare view</a></li>
</ul>
</details>
<br />

Updates `github.com/civo/civogo` from 0.3.73 to 0.3.79
<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.79</h2>
<h2>What's Changed</h2>
<ul>
<li>fix attached_volumes name by <a href="https://github.com/alessandroargentieri"><code>@​alessandroargentieri</code></a> in <a href="https://redirect.github.com/civo/civogo/pull/210">civo/civogo#210</a></li>
<li>enhance: add <code>page</code> and <code>perPage</code> parameters to <code>ListObjectStoreCredentials</code> request URL by <a href="https://github.com/Praveen005"><code>@​Praveen005</code></a> in <a href="https://redirect.github.com/civo/civogo/pull/207">civo/civogo#207</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Praveen005"><code>@​Praveen005</code></a> made their first contribution in <a href="https://redirect.github.com/civo/civogo/pull/207">civo/civogo#207</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/civo/civogo/compare/v0.3.78...v0.3.79">https://github.com/civo/civogo/compare/v0.3.78...v0.3.79</a></p>
<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/c...

_Description has been truncated_

…36 updates

Bumps the dev-dependencies group with 30 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.2` |
| [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.2` |
| [github.com/aliyun/alibaba-cloud-sdk-go](https://github.com/aliyun/alibaba-cloud-sdk-go) | `1.63.0` | `1.63.18` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.30.3` | `1.31.0` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.27.27` | `1.27.37` |
| [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2) | `1.14.10` | `1.15.6` |
| [github.com/aws/aws-sdk-go-v2/service/route53](https://github.com/aws/aws-sdk-go-v2) | `1.42.3` | `1.44.1` |
| [github.com/aws/aws-sdk-go-v2/service/servicediscovery](https://github.com/aws/aws-sdk-go-v2) | `1.31.3` | `1.32.1` |
| [github.com/civo/civogo](https://github.com/civo/civogo) | `0.3.73` | `0.3.79` |
| [github.com/cloudflare/cloudflare-go](https://github.com/cloudflare/cloudflare-go) | `0.102.0` | `0.105.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.41.0` |
| [github.com/oracle/oci-go-sdk/v65](https://github.com/oracle/oci-go-sdk) | `65.71.1` | `65.75.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.1010` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod](https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.984` | `1.0.1010` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns](https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.984` | `1.0.1010` |
| [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` |
| gopkg.in/ns1/ns1-go.v2 | `2.12.0` | `2.12.1` |
| [istio.io/api](https://github.com/istio/api) | `1.23.0` | `1.23.2` |
| [istio.io/client-go](https://github.com/istio/client-go) | `1.23.0` | `1.23.2` |
| [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.2
- [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...auth/v0.5.2)

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.2
- [Release notes](https://github.com/Yamashou/gqlgenc/releases)
- [Commits](Yamashou/gqlgenc@v0.24.0...v0.25.2)

Updates `github.com/aliyun/alibaba-cloud-sdk-go` from 1.63.0 to 1.63.18
- [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.18)

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

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

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

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

Updates `github.com/aws/aws-sdk-go-v2/service/dynamodb` from 1.34.4 to 1.35.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/ssm/v1.35.1/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/sqs/v1.34.4...service/ssm/v1.35.1)

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

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

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.30.3 to 1.31.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.31.1/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@v1.30.3...service/s3/v1.31.1)

Updates `github.com/civo/civogo` from 0.3.73 to 0.3.79
- [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.79)

Updates `github.com/cloudflare/cloudflare-go` from 0.102.0 to 0.105.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.105.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.41.0
- [Release notes](https://github.com/linode/linodego/releases)
- [Commits](linode/linodego@v1.39.0...v1.41.0)

Updates `github.com/oracle/oci-go-sdk/v65` from 65.71.1 to 65.75.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.75.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.1010
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.984...v1.0.1010)

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

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

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 `gopkg.in/ns1/ns1-go.v2` from 2.12.0 to 2.12.1

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

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

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-minor
  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-minor
  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-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: gopkg.in/ns1/ns1-go.v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 25, 2024
Copy link
Author

dependabot bot commented on behalf of github Sep 26, 2024

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

@dependabot dependabot bot closed this Sep 26, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/dev-dependencies-befaa1d231 branch September 26, 2024 17:15
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