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 18 updates #5005

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2025

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

Package From To
github.com/F5Networks/k8s-bigip-ctlr/v2 2.18.1 2.19.0
github.com/IBM/networking-go-sdk 0.49.0 0.51.0
github.com/aliyun/alibaba-cloud-sdk-go 1.63.79 1.63.83
github.com/aws/aws-sdk-go-v2/config 1.28.9 1.28.11
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue 1.15.25 1.15.26
github.com/aws/aws-sdk-go-v2/service/route53 1.47.1 1.48.0
github.com/aws/aws-sdk-go-v2/service/servicediscovery 1.34.3 1.34.4
github.com/civo/civogo 0.3.91 0.3.92
github.com/digitalocean/godo 1.132.0 1.133.0
github.com/linode/linodego 1.44.1 1.45.0
github.com/oracle/oci-go-sdk/v65 65.81.1 65.81.2
github.com/projectcontour/contour 1.30.1 1.30.2
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common 1.0.1079 1.0.1082
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod 1.0.1079 1.0.1082
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns 1.0.1079 1.0.1082

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

Release notes

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

Release v2.19.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.19.0
docker pull quay.io/f5networks/k8s-bigip-ctlr:2.19.0
Changelog

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

2.19.0

Added Functionality

**What's new:**
    * Multi Cluster
        * *local-cluster-name* parameter is a new and mandatory parameter for multi-cluster mode.
        * Introducing the new *default* mode for MultiCluster topologies which supports the ServiceType LoadBalancer, VirtualServer CR and Transport Server CR. See `Documentation <./config_examples/multicluster/default-mode>`_
        * CIS discovers serviceType LoadBalancer in remote clusters using the default mode. See `Documentation <./config_examples/multicluster/default-mode>`_
        * Support for the MultiCluster serviceType load balancer in the default mode. See `Example <./config_examples/multicluster/default-mode/ServiceTypeLB/sample-multi-cluster-svc-lb.yaml>`_
        * `Issue 3494 </~https://github.com/F5Networks/k8s-bigip-ctlr/issues/3494>`_: make service discovery equal for all clusters by eliminating the extendedServiceReferences attribute.
            * CIS performs service discovery for VirtualServer and TransportServer CRs across all clusters implicitly in active-active or ratio mode.
            * CIS no longer supports the extendedServiceReferences property for VirtualServer and TransportServer CRs in active-active and ratio modes.
            * CIS no longer supports active-standby mode. Use active-active mode instead.
* CRD
    * `Issue 3523 &lt;/~https://github.com/F5Networks/k8s-bigip-ctlr/issues/3523&gt;`_: Support for HTTP Compression profile in VS CR. See `Example &lt;./config_examples/customResource/VirtualServer/httpCompressionProfile/&gt;`_
    * `Issue 3637 &lt;/~https://github.com/F5Networks/k8s-bigip-ctlr/issues/3637&gt;`_: Support for TLS in transport server. See `Example &lt;./config_examples/customResource/TransportServer/transport-server-with-tls&gt;`_
    * `Issue 3528 &lt;/~https://github.com/F5Networks/k8s-bigip-ctlr/issues/3528&gt;`_: Cross Site Multi-Cluster GTM Support with ccclGTMAgent.
    * Support for empty node label selector.

Bug Fixes

* `Issue 3615 &lt;/~https://github.com/F5Networks/k8s-bigip-ctlr/issues/3561&gt;`_: Fix service type LoadBalancer IPs re-assigned on service update.
* `Issue 3561 &lt;/~https://github.com/F5Networks/k8s-bigip-ctlr/issues/3561&gt;`_: Controller stops posting changes at runtime when some ingress path has the + character.
* `Issue 3570 &lt;/~https://github.com/F5Networks/k8s-bigip-ctlr/issues/3570&gt;`_: tls irule fails if pool has no active members.
* `Issue 3654 &lt;/~https://github.com/F5Networks/k8s-bigip-ctlr/issues/3654&gt;`_: Persistent connection issue with SSL and HTTP pools in a VirtualServer Hostgroup.
* `Issue 3599 &lt;/~https://github.com/F5Networks/k8s-bigip-ctlr/issues/3599&gt;`_: typo in CIS Operator arguments.
* `Issue 3574 &lt;/~https://github.com/F5Networks/k8s-bigip-ctlr/issues/3574&gt;`_: Fix the adm policy for service account in OpenShift operator.
* Support dots and dashes in object names aligned to AS3.

Upgrade notes

  • Multi Cluster CRD
    • The --local-cluster-name parameter is a new mandatory requirement for multi-cluster mode and applies to all modes, including default, active-active, and ratio.
    • If the extended configMap does not specify a mode, CIS defaults to the Default mode for multi-cluster.
    • CIS now does the service discovery for VS/TS CR in all the clusters defined via extended configMap in active-active or ratio mode.
    • CIS 2.19.0 release no longer supports active-standby mode. Use active-active mode instead.
    • CIS no longer supports the extendedServiceReferences property for VirtualServer and TransportServer CRs in active-active and ratio modes.
  • CRD
    • You cannot add or delete the serviceAddress property for VS and TS CR after creating the CR.
Commits

Updates github.com/IBM/networking-go-sdk from 0.49.0 to 0.51.0

Release notes

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

v0.51.0

0.51.0 (2025-01-12)

Features

  • CIS: Logpush to cloud logs and generic destination (#204) (217437b)

v0.50.0

0.50.0 (2025-01-10)

Features

  • PDNS: update custom resolver profile and views (#202) (b6d6cd0)
Changelog

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

0.51.0 (2025-01-12)

Features

  • CIS: Logpush to cloud logs and generic destination (#204) (217437b)

0.50.0 (2025-01-10)

Features

  • PDNS: update custom resolver profile and views (#202) (b6d6cd0)
Commits
  • 390f14d chore(release): 0.51.0 [skip ci]
  • 5c43493 Update version 0.50.0 -> 0.51.0 [skip ci]
  • 217437b feat(CIS): Logpush to cloud logs and generic destination (#204)
  • 8bdd1be chore(release): 0.50.0 [skip ci]
  • d32da4d Update version 0.49.0 -> 0.50.0 [skip ci]
  • b6d6cd0 feat(PDNS): update custom resolver profile and views (#202)
  • 7712cd0 chore: upgrading golang.org/x/ dependencies (#206)
  • See full diff in compare view

Updates github.com/aliyun/alibaba-cloud-sdk-go from 1.63.79 to 1.63.83

Release notes

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

v1.63.83

  • Generated 2014-08-28 for Ess.
  • InstanceRefresh support SkipMatching.

v1.63.82

  • Generated 2014-05-26 for Ecs.
  • Add EndTerminalSession.

v1.63.81

  • Generated 2023-01-20 for csas. undefined

v1.63.80

  • Generated 2015-01-01 for R-kvstore.
  • DescribePrice add ShardCount.
Changelog

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

2025-01-14 Version: v1.63.83

  • Generated 2014-08-28 for Ess.
  • InstanceRefresh support SkipMatching.

2025-01-14 Version: v1.63.82

  • Generated 2014-05-26 for Ecs.
  • Add EndTerminalSession.

2025-01-14 Version: v1.63.81

  • Generated 2023-01-20 for csas. undefined

2025-01-13 Version: v1.63.80

  • Generated 2015-01-01 for R-kvstore.
  • DescribePrice add ShardCount.
Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.28.9 to 1.28.11

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.17.50 to 1.17.52

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.15.25 to 1.15.26

Commits

Updates github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.39.2 to 1.39.3

Commits

Updates github.com/aws/aws-sdk-go-v2/service/route53 from 1.47.1 to 1.48.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/servicediscovery from 1.34.3 to 1.34.4

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.33.5 to 1.33.7

Commits

Updates github.com/civo/civogo from 0.3.91 to 0.3.92

Release notes

Sourced from github.com/civo/civogo's releases.

v0.3.92

What's Changed

Full Changelog: civo/civogo@v0.3.91...v0.3.92

Commits

Updates github.com/digitalocean/godo from 1.132.0 to 1.133.0

Release notes

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

v1.133.0

  • #769 - @​guptado - support partner interconnect attachment operations
  • #767 - @​loosla - [kubernetes]: make kubernetes maintenance_policy day case insensitive
Changelog

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

[v1.133.0] - 2025-01-10

  • #769 - @​guptado - support partner interconnect attachment operations
  • #767 - @​loosla - [kubernetes]: make kubernetes maintenance_policy day case insensitive
Commits

Updates github.com/linode/linodego from 1.44.1 to 1.45.0

Release notes

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

v1.45.0

What's Changed

🚀 New Features

🧪 Testing Improvements

📦 Dependency Updates

Full Changelog: linode/linodego@v1.44.1...v1.45.0

Commits

Updates github.com/oracle/oci-go-sdk/v65 from 65.81.1 to 65.81.2

Release notes

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

65.81.2

Added

  • Support for attaching route tables to VNICs and private IPs in the Networking service

  • Support for Cross Cluster Search(CCS) for an opensearch cluster in the OpenSearch service

  • Support for patch-level updates of the autonomous databases after provisioning in the Database service

File Checksums (SHA256)

oci-go-sdk-65.81.2.zip 1706ce9f29b8a8b985827c7a9bb6ed4e095738a6a219cca116af2700e350bc9c

Changelog

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

65.81.2 - 2025-01-14

Added

  • Support for attaching route tables to VNICs and private IPs in the Networking service
  • Support for Cross Cluster Search(CCS) for an opensearch cluster in the OpenSearch service
  • Support for patch-level updates of the autonomous databases after provisioning in the Database service
Commits
  • bd11acc Releasing version 65.81.2
  • 9eb2b7c Merge remote-tracking branch 'bitbucket/github' into release_2025-01-14
  • 6c46e0f Releasing version 65.81.2
  • See full diff in compare view

Updates github.com/projectcontour/contour from 1.30.1 to 1.30.2

Release notes

Sourced from github.com/projectcontour/contour's releases.

Contour v1.30.2

We are delighted to present version v1.30.2 of Contour, our layer 7 HTTP reverse proxy for Kubernetes clusters.

All Changes

  • Updates Envoy to v1.31.5. See the release notes here.
  • Updates Go to v1.22.10. See the release notes here.

Installing and Upgrading

For a fresh install of Contour, consult the getting started documentation.

To upgrade an existing Contour installation, please consult the upgrade documentation.

Compatible Kubernetes Versions

Contour v1.30.2 is tested against Kubernetes 1.28 through 1.30.

Are you a Contour user? We would love to know!

If you're using Contour and want to add your organization to our adopters list, please visit this page. If you prefer to keep your organization name anonymous but still give us feedback into your usage and scenarios for Contour, please post on this GitHub thread.

Commits
  • 6a5021d Update Contour Docker image to v1.30.2.
  • 952e90a build(deps): bump sigs.k8s.io/controller-runtime from 0.18.6 to 0.18.7 (#6848)
  • 00bc637 Bump Envoy to 1.31.5 (#6842)
  • b6443ca Bump go to 1.22.10 (#6839)
  • f61b971 Bump golang.org/x/net to v0.33.0 (#6835)
  • 339490c build(deps): bump the k8s-dependencies group with 4 updates (#6809)
  • 1eb00fd build(deps): bump sigs.k8s.io/controller-runtime from 0.18.5 to 0.18.6 (#6803)
  • 798d3a5 build(deps): bump the k8s-dependencies group with 4 updates (#6780)
  • 0a68d16 build(deps): bump github.com/cert-manager/cert-manager (#6781)
  • See full diff in compare view

Updates github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common from 1.0.1079 to 1.0.1082

Commits

Updates github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod from 1.0.1079 to 1.0.1082

Commits

Updates github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns from 1.0.1079 to 1.0.1082

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…18 updates

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

| Package | From | To |
| --- | --- | --- |
| [github.com/F5Networks/k8s-bigip-ctlr/v2](/~https://github.com/F5Networks/k8s-bigip-ctlr) | `2.18.1` | `2.19.0` |
| [github.com/IBM/networking-go-sdk](/~https://github.com/IBM/networking-go-sdk) | `0.49.0` | `0.51.0` |
| [github.com/aliyun/alibaba-cloud-sdk-go](/~https://github.com/aliyun/alibaba-cloud-sdk-go) | `1.63.79` | `1.63.83` |
| [github.com/aws/aws-sdk-go-v2/config](/~https://github.com/aws/aws-sdk-go-v2) | `1.28.9` | `1.28.11` |
| [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](/~https://github.com/aws/aws-sdk-go-v2) | `1.15.25` | `1.15.26` |
| [github.com/aws/aws-sdk-go-v2/service/route53](/~https://github.com/aws/aws-sdk-go-v2) | `1.47.1` | `1.48.0` |
| [github.com/aws/aws-sdk-go-v2/service/servicediscovery](/~https://github.com/aws/aws-sdk-go-v2) | `1.34.3` | `1.34.4` |
| [github.com/civo/civogo](/~https://github.com/civo/civogo) | `0.3.91` | `0.3.92` |
| [github.com/digitalocean/godo](/~https://github.com/digitalocean/godo) | `1.132.0` | `1.133.0` |
| [github.com/linode/linodego](/~https://github.com/linode/linodego) | `1.44.1` | `1.45.0` |
| [github.com/oracle/oci-go-sdk/v65](/~https://github.com/oracle/oci-go-sdk) | `65.81.1` | `65.81.2` |
| [github.com/projectcontour/contour](/~https://github.com/projectcontour/contour) | `1.30.1` | `1.30.2` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common](/~https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.1079` | `1.0.1082` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod](/~https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.1079` | `1.0.1082` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns](/~https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.1079` | `1.0.1082` |



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

Updates `github.com/IBM/networking-go-sdk` from 0.49.0 to 0.51.0
- [Release notes](/~https://github.com/IBM/networking-go-sdk/releases)
- [Changelog](/~https://github.com/IBM/networking-go-sdk/blob/master/CHANGELOG.md)
- [Commits](IBM/networking-go-sdk@v0.49.0...v0.51.0)

Updates `github.com/aliyun/alibaba-cloud-sdk-go` from 1.63.79 to 1.63.83
- [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.79...v1.63.83)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.28.9 to 1.28.11
- [Release notes](/~https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](/~https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@config/v1.28.9...config/v1.28.11)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.50 to 1.17.52
- [Release notes](/~https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](/~https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.17.50...credentials/v1.17.52)

Updates `github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue` from 1.15.25 to 1.15.26
- [Release notes](/~https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](/~https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/kinesis/v1.15.25...service/apigateway/v1.15.26)

Updates `github.com/aws/aws-sdk-go-v2/service/dynamodb` from 1.39.2 to 1.39.3
- [Release notes](/~https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](/~https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/ivs/v1.39.2...service/ivs/v1.39.3)

Updates `github.com/aws/aws-sdk-go-v2/service/route53` from 1.47.1 to 1.48.0
- [Release notes](/~https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](/~https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.47.1...service/s3/v1.48.0)

Updates `github.com/aws/aws-sdk-go-v2/service/servicediscovery` from 1.34.3 to 1.34.4
- [Release notes](/~https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](/~https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/iam/v1.34.3...service/iot/v1.34.4)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.33.5 to 1.33.7
- [Release notes](/~https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](/~https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/sts/v1.33.5...service/sts/v1.33.7)

Updates `github.com/civo/civogo` from 0.3.91 to 0.3.92
- [Release notes](/~https://github.com/civo/civogo/releases)
- [Changelog](/~https://github.com/civo/civogo/blob/master/changelog.yml)
- [Commits](civo/civogo@v0.3.91...v0.3.92)

Updates `github.com/digitalocean/godo` from 1.132.0 to 1.133.0
- [Release notes](/~https://github.com/digitalocean/godo/releases)
- [Changelog](/~https://github.com/digitalocean/godo/blob/main/CHANGELOG.md)
- [Commits](digitalocean/godo@v1.132.0...v1.133.0)

Updates `github.com/linode/linodego` from 1.44.1 to 1.45.0
- [Release notes](/~https://github.com/linode/linodego/releases)
- [Commits](linode/linodego@v1.44.1...v1.45.0)

Updates `github.com/oracle/oci-go-sdk/v65` from 65.81.1 to 65.81.2
- [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.81.1...v65.81.2)

Updates `github.com/projectcontour/contour` from 1.30.1 to 1.30.2
- [Release notes](/~https://github.com/projectcontour/contour/releases)
- [Changelog](/~https://github.com/projectcontour/contour/blob/main/RELEASES.md)
- [Commits](projectcontour/contour@v1.30.1...v1.30.2)

Updates `github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common` from 1.0.1079 to 1.0.1082
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.1079...v1.0.1082)

Updates `github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod` from 1.0.1079 to 1.0.1082
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.1079...v1.0.1082)

Updates `github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns` from 1.0.1079 to 1.0.1082
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.1079...v1.0.1082)

---
updated-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/networking-go-sdk
  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/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-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/dynamodb
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/route53
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/servicediscovery
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/civo/civogo
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/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-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/projectcontour/contour
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 15, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign szuecs for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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 cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jan 15, 2025
@k8s-ci-robot k8s-ci-robot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Jan 15, 2025
@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 Jan 15, 2025
@mloiseleur
Copy link
Contributor

/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 Jan 15, 2025
@k8s-ci-robot
Copy link
Contributor

@dependabot[bot]: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-external-dns-unit-test 60032c5 link true /test pull-external-dns-unit-test

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

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. I understand the commands that are listed here.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 16, 2025

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

@dependabot dependabot bot closed this Jan 16, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/dev-dependencies-f9fa3ca403 branch January 16, 2025 03:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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 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