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 21 updates #4830

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
github.com/Azure/azure-sdk-for-go/sdk/azcore 1.14.0 1.16.0
github.com/F5Networks/k8s-bigip-ctlr/v2 2.18.0 2.18.1
github.com/IBM/go-sdk-core/v5 5.17.5 5.18.1
github.com/Yamashou/gqlgenc 0.25.2 0.25.3
github.com/aliyun/alibaba-cloud-sdk-go 1.63.24 1.63.39
github.com/aws/aws-sdk-go-v2/config 1.27.43 1.28.0
github.com/cloudflare/cloudflare-go 0.107.0 0.108.0
github.com/digitalocean/godo 1.126.0 1.128.0
github.com/linode/linodego 1.41.0 1.42.0
github.com/oracle/oci-go-sdk/v65 65.75.2 65.77.1
github.com/prometheus/client_golang 1.20.4 1.20.5
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common 1.0.1016 1.0.1030
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod 1.0.1016 1.0.1030
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns 1.0.1016 1.0.1030
google.golang.org/api 0.199.0 0.203.0
gopkg.in/ns1/ns1-go.v2 2.12.1 2.12.2
istio.io/api 1.23.2 1.23.3
istio.io/client-go 1.23.2 1.23.3
k8s.io/api 0.31.1 0.31.2
k8s.io/client-go 0.31.1 0.31.2

Updates github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.14.0 to 1.16.0

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases.

sdk/azcore/v1.16.0

1.16.0 (2024-10-17)

Features Added

  • Added field Kind to runtime.StartSpanOptions to allow a kind to be set when starting a span.

Bugs Fixed

  • BearerTokenPolicy now rewinds request bodies before retrying

sdk/azcore/v1.15.0

1.15.0 (2024-10-14)

Features Added

  • BearerTokenPolicy handles CAE claims challenges

Bugs Fixed

  • Omit the ResponseError.RawResponse field from JSON marshaling so instances can be marshaled.
  • Fixed an integer overflow in the retry policy.

Other Changes

  • Update dependencies.
Commits
  • 32f5e82 BearerTokenPolicy rewinds bodies before retrying (#23597)
  • 546e099 Sync eng/common directory with azure-sdk-tools for PR 9177 (#23591)
  • 068ef3d Handle missing artifacts without exception (#23592)
  • c6c9acc Fix missing CloseAddressedIssues in gh event processor (#23593)
  • 07c1fcb Set resource group env variable early so remove always works (#23594)
  • 1e3b3f1 Sync eng/common directory with azure-sdk-tools for PR 9147 (#23595)
  • 7a626d2 Allow the span kind to be set via StartSpanOptions (#23590)
  • 40dcd1b fixing the compareHeaders sorting algorithm (#23545)
  • 7e59111 Sync .github/workflows directory with azure-sdk-tools for PR 9134 (#23589)
  • b9db671 [Release] sdk/resourcemanager/hybridcompute/armhybridcompute/2.0.0 (#23566)
  • Additional commits viewable in compare view

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

Release notes

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

Release v2.18.1

  • 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.1
docker pull quay.io/f5networks/k8s-bigip-ctlr:2.18.1
Changelog

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

2.18.1

Added Functionality

**What's new:**
    * CRD
        * `Issue 3536 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3536>`_: Support CRD status for VS, TS and IngressLink
        * Support for custom partition and Pool settings for ServiceTypeLB service. `Examples <https://github.com/F5Networks/k8s-bigip-ctlr/tree/2.x-master/docs/config_examples/customResource/serviceTypeLB>`_

Bug Fixes

* `Issue 3518 &lt;https://github.com/F5Networks/k8s-bigip-ctlr/issues/3518&gt;`_: CIS is reposting the declaration because of re-ordering of the pool-members
* `Issue 3520 &lt;https://github.com/F5Networks/k8s-bigip-ctlr/issues/3520&gt;`_: [LOGS] improve log message Finished syncing virtual servers xxx in namespace yyy(199.218µs), 1/7
* `Issue 3507 &lt;https://github.com/F5Networks/k8s-bigip-ctlr/issues/3507&gt;`_: Controller stops posting changes at runtime when multiple ingress use the same backend service
* `Issue 3501 &lt;https://github.com/F5Networks/k8s-bigip-ctlr/issues/3501&gt;`_: CIS with oneconnect and TLS breaks some connections
* Remove pool members of GTM when host removed or updated on transport server, ingresslink, and, service type lb
* `Issue 3535 &lt;https://github.com/F5Networks/k8s-bigip-ctlr/issues/3535&gt;`_: CIS with namespace-label is not working correctly in multicluster mode
* `Issue 3508 &lt;https://github.com/F5Networks/k8s-bigip-ctlr/issues/3508&gt;`_: Fix to disable default uid in F5 BIG-IP Controller Operator
* Fix for handling resource deletion in case of multiple VS/TS sharing the service
</code></pre>
</blockquote>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/F5Networks/k8s-bigip-ctlr/commit/e3c0ec4ef25fc2fd3b994c05b63317aed2662622&quot;&gt;&lt;code&gt;e3c0ec4&lt;/code&gt;&lt;/a> Update documentation (<a href="https://redirect.github.com/F5Networks/k8s-bigip-ctlr/issues/3608&quot;&gt;#3608&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/F5Networks/k8s-bigip-ctlr/commit/f486cb6a2f2cc85dbae3f4da8e49e36a41cce86f&quot;&gt;&lt;code&gt;f486cb6&lt;/code&gt;&lt;/a> Update CRD, helm and operator version (<a href="https://redirect.github.com/F5Networks/k8s-bigip-ctlr/issues/3607&quot;&gt;#3607&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/F5Networks/k8s-bigip-ctlr/commit/b8b129c6d1b7ba2d3b08ac16449deb12eb7dfb4a&quot;&gt;&lt;code&gt;b8b129c&lt;/code&gt;&lt;/a> Merge pull request <a href="https://redirect.github.com/F5Networks/k8s-bigip-ctlr/issues/3605&quot;&gt;#3605&lt;/a> from arzzon/mc-improvements</li>
<li><a href="https://github.com/F5Networks/k8s-bigip-ctlr/commit/129ae7788cdd64fb9f769c7ec9a0307f25151819&quot;&gt;&lt;code&gt;129ae77&lt;/code&gt;&lt;/a> fix for pipeline</li>
<li><a href="https://github.com/F5Networks/k8s-bigip-ctlr/commit/bcf523ae7ab99df7b7d2ccd5297203e2d232a6c4&quot;&gt;&lt;code&gt;bcf523a&lt;/code&gt;&lt;/a> Upgrade golang to 1.22.7</li>
<li><a href="https://github.com/F5Networks/k8s-bigip-ctlr/commit/33c00a03e56f96ec73c32cbf00551f1c38f435ec&quot;&gt;&lt;code&gt;33c00a0&lt;/code&gt;&lt;/a> Fix for handling resource deletion in case of shared service</li>
<li><a href="https://github.com/F5Networks/k8s-bigip-ctlr/commit/dfb4af184e009ea6b287e879526cf20f39171c34&quot;&gt;&lt;code&gt;dfb4af1&lt;/code&gt;&lt;/a> Fix for namespace label issues (<a href="https://redirect.github.com/F5Networks/k8s-bigip-ctlr/issues/3585&quot;&gt;#3585&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/F5Networks/k8s-bigip-ctlr/commit/3390e0dc14d7e42c1f82879e5231dfcbd9413575&quot;&gt;&lt;code&gt;3390e0d&lt;/code&gt;&lt;/a> Adding the error status for resource status (<a href="https://redirect.github.com/F5Networks/k8s-bigip-ctlr/issues/3582&quot;&gt;#3582&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/F5Networks/k8s-bigip-ctlr/commit/bed355c924c9a9949e9280e2efb537923796afd4&quot;&gt;&lt;code&gt;bed355c&lt;/code&gt;&lt;/a> Updating the path in RELEASE-NOTES.rst</li>
<li><a href="https://github.com/F5Networks/k8s-bigip-ctlr/commit/3628d8a896a9a53ebe76edac755571292a053241&quot;&gt;&lt;code&gt;3628d8a&lt;/code&gt;&lt;/a> Add support custom partition and pool settings for ServiceTypeLB (<a href="https://redirect.github.com/F5Networks/k8s-bigip-ctlr/issues/3577&quot;&gt;#3577&lt;/a&gt;)&lt;/li>
<li>Additional commits viewable in <a href="https://github.com/F5Networks/k8s-bigip-ctlr/compare/v2.18.0...v2.18.1&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

Updates github.com/IBM/go-sdk-core/v5 from 5.17.5 to 5.18.1

Release notes

Sourced from github.com/IBM/go-sdk-core/v5's releases.

v5.18.1

5.18.1 (2024-10-21)

Bug Fixes

  • fix minor problem with debug message (#231) (cf84c9d)

v5.18.0

5.18.0 (2024-10-15)

Features

  • IamAssumeAuthenticator: introduce new authenticator type (#229) (df85f15)
Changelog

Sourced from github.com/IBM/go-sdk-core/v5's changelog.

5.18.1 (2024-10-21)

Bug Fixes

  • fix minor problem with debug message (#231) (cf84c9d)

5.18.0 (2024-10-15)

Features

  • IamAssumeAuthenticator: introduce new authenticator type (#229) (df85f15)
Commits
  • 8da480a chore(release): 5.18.1 release notes [skip ci]
  • abfe118 Update version 5.18.0 -> 5.18.1 [skip ci]
  • cf84c9d fix: fix minor problem with debug message (#231)
  • 031431d chore(release): 5.18.0 release notes [skip ci]
  • bb94603 Update version 5.17.5 -> 5.18.0 [skip ci]
  • df85f15 feat(IamAssumeAuthenticator): introduce new authenticator type (#229)
  • 0bbc175 docs: add logging section to README (#230)
  • 78c2014 build: bump Go versions, update golangci-lint, fix lint issues (#228)
  • See full diff in compare view

Updates github.com/Yamashou/gqlgenc from 0.25.2 to 0.25.3

Release notes

Sourced from github.com/Yamashou/gqlgenc's releases.

v0.25.3

What's Changed

Full Changelog: https://github.com/Yamashou/gqlgenc/compare/v0.25.2...v0.25.3

Commits

Updates github.com/aliyun/alibaba-cloud-sdk-go from 1.63.24 to 1.63.39

Release notes

Sourced from github.com/aliyun/alibaba-cloud-sdk-go's releases.

v1.63.39

  • Generated 2017-11-10 for Ens. undefined

v1.63.38

  • Generated 2017-05-25 for Dypnsapi.
  • Publish sdk.

v1.63.37

  • Generated 2018-01-29 for Domain.
  • Supported GetIntlFixPriceDomainListUrl for Intl.
  • Supported GetIntlFixPriceDomainListUrl for Intl.
  • Supported CheckIntlFixPriceDomainStatus for Intl.
  • Supported CreateIntlFixedPriceDomainOrder for Intl.
  • Supported QueryIntlFixedPriceOrderList for In

v1.63.36

  • Generated 2024-04-15 for Gwlb.
  • Update Endpoint.

v1.63.35

  • Generated 2019-08-15 for Ims. ListUsers,ListUserBasicInfos api新增支持status字段

v1.63.34

  • Generated 2014-08-28 for Ess.
  • ScalingConfiguration supoort ConfidentialComputingMode.

v1.63.33

  • Generated 2019-06-24 for eais.
  • Add openapi StartEaiJupyter.
  • Add openapi StopEaiJupyter.

v1.63.32

  • Generated 2024-04-15 for Gwlb.
  • Gwlb Open API released.

v1.63.31

  • Generated 2018-01-29 for Domain.
  • 基于转移码的转出接口
  • SaveSingleTaskForTransferOutByAuthorizationCode
  • SaveBatchTaskForTransferOutByAuthorizationCode

v1.63.30

  • Generated 2024-04-15 for Gwlb.
  • Gwlb Open API released.

v1.63.29

  • Generated 2024-07-12 for IQS. undefined

... (truncated)

Changelog

Sourced from github.com/aliyun/alibaba-cloud-sdk-go's changelog.

2024-10-25 Version: v1.63.39

  • Generated 2017-11-10 for Ens. undefined

2024-10-24 Version: v1.63.38

  • Generated 2017-05-25 for Dypnsapi.
  • Publish sdk.

2024-10-23 Version: v1.63.37

  • Generated 2018-01-29 for Domain.
  • Supported GetIntlFixPriceDomainListUrl for Intl.
  • Supported GetIntlFixPriceDomainListUrl for Intl.
  • Supported CheckIntlFixPriceDomainStatus for Intl.
  • Supported CreateIntlFixedPriceDomainOrder for Intl.
  • Supported QueryIntlFixedPriceOrderList for In

2024-10-23 Version: v1.63.36

  • Generated 2024-04-15 for Gwlb.
  • Update Endpoint.

2024-10-23 Version: v1.63.35

  • Generated 2019-08-15 for Ims. ListUsers,ListUserBasicInfos api新增支持status字段

2024-10-22 Version: v1.63.34

  • Generated 2014-08-28 for Ess.
  • ScalingConfiguration supoort ConfidentialComputingMode.

2024-10-22 Version: v1.63.33

  • Generated 2019-06-24 for eais.
  • Add openapi StartEaiJupyter.
  • Add openapi StopEaiJupyter.

2024-10-18 Version: v1.63.32

  • Generated 2024-04-15 for Gwlb.
  • Gwlb Open API released.

2024-10-17 Version: v1.63.31

  • Generated 2018-01-29 for Domain.
  • 基于转移码的转出接口
  • SaveSingleTaskForTransferOutByAuthorizationCode
  • SaveBatchTaskForTransferOutByAuthorizationCode

2024-10-16 Version: v1.63.30

  • Generated 2024-04-15 for Gwlb.
  • Gwlb Open API released.

2024-10-16 Version: v1.63.29

  • Generated 2024-07-12 for IQS. undefined

... (truncated)

Commits
  • a2d3114 Generated 2017-11-10 for Ens.
  • e9df9d7 Generated 2017-05-25 for Dypnsapi.
  • ae0375a Generated 2018-01-29 for Domain.
  • b6d7928 Generated 2024-04-15 for Gwlb.
  • 958f52e Generated 2019-08-15 for Ims.
  • d5c3d8e Generated 2014-08-28 for Ess.
  • ad6a844 Generated 2019-06-24 for eais.
  • b57986a Generated 2024-04-15 for Gwlb.
  • 780f4ea Generated 2018-01-29 for Domain.
  • 3de2da4 Generated 2024-04-15 for Gwlb.
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/config from 1.27.43 to 1.28.0

Commits

Updates github.com/cloudflare/cloudflare-go from 0.107.0 to 0.108.0

Release notes

Sourced from github.com/cloudflare/cloudflare-go's releases.

v0.108.0

ENHANCEMENTS:

  • snippets: add CRUD support (#3458)
  • snippets_rules: add CRUD support (#3458)
  • waiting_room: Add CookieAttributes property (#3388)

DEPENDENCIES:

  • deps: bumps github.com/urfave/cli/v2 from 2.27.4 to 2.27.5 (#3391)
Changelog

Sourced from github.com/cloudflare/cloudflare-go's changelog.

0.108.0 (October 23rd, 2024)

ENHANCEMENTS:

  • snippets: add CRUD support (#3458)
  • snippets_rules: add CRUD support (#3458)
  • waiting_room: Add CookieAttributes property (#3388)

DEPENDENCIES:

  • deps: bumps github.com/urfave/cli/v2 from 2.27.4 to 2.27.5 (#3391)
Commits

Updates github.com/digitalocean/godo from 1.126.0 to 1.128.0

Release notes

Sourced from github.com/digitalocean/godo's releases.

v1.128.0

Note: This release contains functionality in closed beta. If you are not a member of the beta group for this feature, you will not be able to use it until it has been more widely released. Please watch the official DigitalOcean changelog for updates.

v1.127.0

  • #737 - @​loosla - [databases]: change Opensearch ism_history_max_docs type to int64 to …
  • #735 - @​loosla - [databases]: add a missing field to Opensearch advanced configuration
  • #729 - @​loosla - [databases]: add support for Opensearch advanced configuration
Changelog

Sourced from github.com/digitalocean/godo's changelog.

[v1.128.0] - 2024-10-24

[v1.127.0] - 2024-10-18

  • #737 - @​loosla - [databases]: change Opensearch ism_history_max_docs type to int64 to …
  • #735 - @​loosla - [databases]: add a missing field to Opensearch advanced configuration
  • #729 - @​loosla - [databases]: add support for Opensearch advanced configuration
Commits
  • 1c20d59 Prep v1.128.0 release. (#747)
  • 2cdd0a2 Add archive field to AppSpec to archive/restore apps (#746)
  • e4bc9e2 Add load balancer monitoring endpoints (#745)
  • c9600f7 Adjust delete dangerous (#744)
  • 5b0efa1 Introduce droplet autoscale godo methods (#743)
  • 566fac0 Add maintenance field to AppSpec to enable/disable maintenance mode (#740)
  • 9c0204d Add protocol to AppSpec and pending to detect responses (#739)
  • 5e961cf [release]: prep 1.127.0 update library version (#742)
  • 4b7a3fd [release]: prep v1.127.0 (#741)
  • dfe74ef [databases]: change Opensearch ism_history_max_docs type to int64 to … (#737)
  • Additional commits viewable in compare view

Updates github.com/linode/linodego from 1.41.0 to 1.42.0

Release notes

Sourced from github.com/linode/linodego's releases.

v1.42.0

What's Changed

🚀 New Features

🧪 Testing Improvements

⚙️ Repo/CI Improvements

📦 Dependency Updates

Other Changes

Full Changelog: https://github.com/linode/linodego/compare/v1.41.0...v1.42.0

Commits
  • 9bbcf49 Added support for Block Storage Encryption (#572)
  • 7ea8057 build(deps): bump golang.org/x/net from 0.29.0 to 0.30.0 (#586)
  • 34f622c ci: Fix workflow failures in PRs due to slack notify step (#588)
  • 1e2090b build(deps): bump golang.org/x/text from 0.18.0 to 0.19.0 (#587)
  • 2b51d5c test: Add slack notifications to CI workflow (#585)
  • b20be2e Support for Adding Additional Reserved IP to Existing Linodes (#581)
  • See full diff in compare view

Updates github.com/oracle/oci-go-sdk/v65 from 65.75.2 to 65.77.1

Release notes

Sourced from github.com/oracle/oci-go-sdk/v65's releases.

65.77.1

Added

  • Reverted Cloudbridgs service changes from v65.77.0

65.77.0

Added

  • Support for resource locking in the File storage service

  • Support for customer managed keys via Azure key vault and Amazon Web Services key vault in the Database service

  • Support for generated tokens on create secret operations in the Identity Domains service

  • Support for creating and updating Amazon Web Services asset-sources, EC2 and EBS assets in the Cloud Bridge service

  • Support for listing Amazon Web Services regions which are available for discovery and migration in the Cloud Bridge service

  • Support for model backup retention and restore in the Datascience service

  • Support for host capacity planning for host IO metrics in the Operations Insight service

  • Support for FastConnect redundancy in the Compute service

  • Support for create, publish, clone and delete operations on runbooks in the Fleet Application Management service

  • Support for platform configurations and metadata management in the Fleet Application Management service

  • Support for management of compliance policy rules in the Fleet Application Management service

  • Support for compliance report details based on compliance policy in the Fleet Application Management service

  • Support for administrative settings like auto discovery frequency in the Fleet Application Management service

Breaking Changes

  • The operation UpdatePlugin was removed from the OcbAgentSvcClient client in the Cloud Bridge service

  • The properties Compute, VmwareVM, and VmwareVCenter were made mandatory in the request model CreateVmwareVmAssetDetails in the Cloud Bridge service

  • The property Data was made mandatory in the request model ImportInventoryViaAssetsDetail in the Cloud Bridge service

  • The enum HOST_CONTAINERS was removed from the enum MetricNameEnum in the model HostPerformanceMetricGroup in the Operations Insight service

File Checksums (SHA256)

oci-go-sdk-65.77.0.zip 25ff5066614fce301800816c0d0a693efb13b46a35cb12c0a3bfa154c122533b

... (truncated)

Changelog

Sourced from github.com/oracle/oci-go-sdk/v65's changelog.

CHANGELOG

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog

65.77.0 - 2024-10-22

Added

  • Support for resource locking in the File storage service
  • Support for customer managed keys via Azure key vault and Amazon Web Services key vault in the Database service
  • Support for generated tokens on create secret operations in the Identity Domains service
  • Support for creating and updating Amazon Web Services asset-sources, EC2 and EBS assets in the Cloud Bridge service
  • Support for listing Amazon Web Services regions which are available for discovery and migration in the Cloud Bridge service
  • Support for model backup retention and restore in the Datascience service
  • Support for host capacity planning for host IO metrics in the Operations Insight service
  • Support for FastConnect redundancy in the Compute service
  • Support for create, publish, clone and delete operations on runbooks in the Fleet Application Management service
  • Support for platform configurations and metadata management in the Fleet Application Management service
  • Support for management of compliance policy rules in the Fleet Application Management service
  • Support for compliance report details based on compliance policy in the Fleet Application Management service
  • Support for administrative settings like auto discovery frequency in the Fleet Application Management service

Breaking Changes

  • The operation UpdatePlugin was removed from the OcbAgentSvcClient client in the Cloud Bridge service
  • The properties Compute, VmwareVM, and VmwareVCenter were made mandatory in the request model CreateVmwareVmAssetDetails in the Cloud Bridge service
  • The property Data was made mandatory in the request model ImportInventoryViaAssetsDetail in the Cloud Bridge service
  • The enum HOST_CONTAINERS was removed from the enum MetricNameEnum in the model HostPerformanceMetricGroup in the Operations Insight service

65.76.0 - 2024-10-15

Added

  • Support for open id connect discovery in the Oracle Kubernetes Engine service
  • Support for DNS security extensions (DNSSEC) in the DNS service
  • Support for restoring delta between backups to a new volume in the Block Volume service
  • Support for cross region backup copy and replication for volumes encrypted with customer keys in the Block Volume service
  • Support for list operation on deployment environments in the GoldenGate service
  • Support for defining environment types for deployments in the GoldenGate service

Breaking Changes

  • The type of property Category was changed from DeploymentTypeSummaryCategoryEnum to DeploymentCategoryEnum in the model DeploymentTypeSummary in the GoldenGate service
Commits
  • 739e435 Merge pull request #536 from oracle/AddBackUpdatePluginAPI
  • a94bc50 Revert cloud bridge changes
  • 57faae8 Releasing version 65.77.0
  • 83a9a45 Merge remote-tracking branch 'bitbucket/github' into release_2024-10-22
  • 8911176 Releasing version 65.77.0
  • 6b26b32 Releasing version 65.76.0
  • 9f9d811 Merge remote-tracking branch 'bitbucket/github' into release_2024-10-15
  • 1d12f26 Releasing version 65.76.0
  • See full diff in compare view

Updates github.com/prometheus/client_golang from 1.20.4 to 1.20.5

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.20.5 / 2024-10-15

We decided to revert the testutil change that made our util functions less error-prone, but created a lot of work for our downstream users. Apologies for the pain! This revert should not cause any major breaking change, even if you already did the work--unless you depend on the exact error message.

Going forward, we plan to reinforce our release testing strategy [1],[2] and deliver an enhanced testutil package/module with more flexible and safer APIs.

Thanks to @​dashpole @​dgrisonnet @​kakkoyun @​ArthurSens @​vesari @​logicalhan @​krajorama @​bwplotka who helped in this patch release! 🤗

Changelog

[BUGFIX] testutil: Reverted #1424; functions using compareMetricFamilies are (again) only failing if filtered metricNames are in the expected input. #1645

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.20.5 / 2024-10-15

  • [BUGFIX] testutil: Reverted #1424; functions using compareMetricFamilies are (again) only failing if filtered metricNames are in the expected input.
Commits

Updates github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common from 1.0.1016 to 1.0.1030

Commits

Updates github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod from 1.0.1016 to 1.0.1030

Commits

Updates github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns from 1.0.1016 to 1.0.1030

Commits

Updates google.golang.org/api from 0.199.0 to 0.203.0

Release notes

Sourced from google.golang.org/api's releases.

v0.203.0

0.203.0 (2024-10-23)

Features

v0.202.0

0.202.0 (2024-10-22)

Features

v0.201.0

0.201.0 (2024-10-15)

Features

v0.200.0

0.200.0 (2024-10-09)

Features

Changelog

Sourced from google.golang.org/api's changelog.

0.203.0 (2024-10-23)

Features

0.202.0 (2024-10-22)

Features

  • all: Auto-regenerate discovery clients (#2827) (

…21 updates

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

| Package | From | To |
| --- | --- | --- |
| [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) | `1.14.0` | `1.16.0` |
| [github.com/F5Networks/k8s-bigip-ctlr/v2](https://github.com/F5Networks/k8s-bigip-ctlr) | `2.18.0` | `2.18.1` |
| [github.com/IBM/go-sdk-core/v5](https://github.com/IBM/go-sdk-core) | `5.17.5` | `5.18.1` |
| [github.com/Yamashou/gqlgenc](https://github.com/Yamashou/gqlgenc) | `0.25.2` | `0.25.3` |
| [github.com/aliyun/alibaba-cloud-sdk-go](https://github.com/aliyun/alibaba-cloud-sdk-go) | `1.63.24` | `1.63.39` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.27.43` | `1.28.0` |
| [github.com/cloudflare/cloudflare-go](https://github.com/cloudflare/cloudflare-go) | `0.107.0` | `0.108.0` |
| [github.com/digitalocean/godo](https://github.com/digitalocean/godo) | `1.126.0` | `1.128.0` |
| [github.com/linode/linodego](https://github.com/linode/linodego) | `1.41.0` | `1.42.0` |
| [github.com/oracle/oci-go-sdk/v65](https://github.com/oracle/oci-go-sdk) | `65.75.2` | `65.77.1` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.20.4` | `1.20.5` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common](https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.1016` | `1.0.1030` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod](https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.1016` | `1.0.1030` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns](https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.1016` | `1.0.1030` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.199.0` | `0.203.0` |
| gopkg.in/ns1/ns1-go.v2 | `2.12.1` | `2.12.2` |
| [istio.io/api](https://github.com/istio/api) | `1.23.2` | `1.23.3` |
| [istio.io/client-go](https://github.com/istio/client-go) | `1.23.2` | `1.23.3` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.31.1` | `0.31.2` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.31.1` | `0.31.2` |



Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.14.0 to 1.16.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.14.0...sdk/azcore/v1.16.0)

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

Updates `github.com/IBM/go-sdk-core/v5` from 5.17.5 to 5.18.1
- [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.5...v5.18.1)

Updates `github.com/Yamashou/gqlgenc` from 0.25.2 to 0.25.3
- [Release notes](https://github.com/Yamashou/gqlgenc/releases)
- [Commits](Yamashou/gqlgenc@v0.25.2...v0.25.3)

Updates `github.com/aliyun/alibaba-cloud-sdk-go` from 1.63.24 to 1.63.39
- [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.24...v1.63.39)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.27.43 to 1.28.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.27.43...v1.28.0)

Updates `github.com/cloudflare/cloudflare-go` from 0.107.0 to 0.108.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.107.0...v0.108.0)

Updates `github.com/digitalocean/godo` from 1.126.0 to 1.128.0
- [Release notes](https://github.com/digitalocean/godo/releases)
- [Changelog](https://github.com/digitalocean/godo/blob/main/CHANGELOG.md)
- [Commits](digitalocean/godo@v1.126.0...v1.128.0)

Updates `github.com/linode/linodego` from 1.41.0 to 1.42.0
- [Release notes](https://github.com/linode/linodego/releases)
- [Commits](linode/linodego@v1.41.0...v1.42.0)

Updates `github.com/oracle/oci-go-sdk/v65` from 65.75.2 to 65.77.1
- [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.75.2...v65.77.1)

Updates `github.com/prometheus/client_golang` from 1.20.4 to 1.20.5
- [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.4...v1.20.5)

Updates `github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common` from 1.0.1016 to 1.0.1030
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.1016...v1.0.1030)

Updates `github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod` from 1.0.1016 to 1.0.1030
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.1016...v1.0.1030)

Updates `github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns` from 1.0.1016 to 1.0.1030
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.1016...v1.0.1030)

Updates `google.golang.org/api` from 0.199.0 to 0.203.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.199.0...v0.203.0)

Updates `gopkg.in/ns1/ns1-go.v2` from 2.12.1 to 2.12.2

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

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

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

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

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

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/F5Networks/k8s-bigip-ctlr/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/IBM/go-sdk-core/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/Yamashou/gqlgenc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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/config
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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/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/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: 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 Oct 25, 2024
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Oct 25, 2024
@k8s-ci-robot
Copy link
Contributor

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-ci-robot k8s-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Oct 25, 2024
@Raffo
Copy link
Contributor

Raffo commented Oct 26, 2024

/ok-to-test

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Oct 26, 2024
@Raffo
Copy link
Contributor

Raffo commented Oct 26, 2024

/approve
/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Oct 26, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Raffo

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 26, 2024
@k8s-ci-robot k8s-ci-robot merged commit b794a10 into master Oct 26, 2024
18 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/dev-dependencies-d574def26d branch October 26, 2024 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. dependencies Pull requests that update a dependency file go Pull requests that update Go code lgtm "Looks good to me", indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants