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 22 updates #5008

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
github.com/Azure/azure-sdk-for-go/sdk/azidentity 1.8.0 1.8.1
github.com/F5Networks/k8s-bigip-ctlr/v2 2.18.1 2.19.0
github.com/IBM/networking-go-sdk 0.49.0 0.51.1
github.com/aliyun/alibaba-cloud-sdk-go 1.63.79 1.63.83
github.com/aws/aws-sdk-go-v2 1.32.8 1.33.0
github.com/aws/aws-sdk-go-v2/config 1.28.9 1.29.0
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue 1.15.25 1.15.27
github.com/aws/aws-sdk-go-v2/service/route53 1.47.1 1.48.1
github.com/aws/aws-sdk-go-v2/service/servicediscovery 1.34.3 1.34.5
github.com/civo/civogo 0.3.91 0.3.92
github.com/cloudflare/cloudflare-go 0.113.0 0.114.0
github.com/digitalocean/godo 1.132.0 1.134.0
github.com/linode/linodego 1.44.1 1.46.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.1083
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod 1.0.1079 1.0.1083
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns 1.0.1079 1.0.1083
google.golang.org/api 0.216.0 0.217.0

Updates github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.8.0 to 1.8.1

Release notes

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

sdk/azidentity/v1.8.1

1.8.1 (2025-01-15)

Bugs Fixed

  • User credential types inconsistently log access token scopes
  • DefaultAzureCredential skips managed identity in Azure Container Instances
  • Credentials having optional tenant IDs such as AzureCLICredential and InteractiveBrowserCredential require setting AdditionallyAllowedTenants when used with some clients

Other Changes

  • ChainedTokenCredential and DefaultAzureCredential continue to their next credential after ManagedIdentityCredential receives an unexpected response from IMDS, indicating the response is from something else such as a proxy
Commits
  • d5e09ea Prepare azidentity v1.8.1 for release (#23954)
  • af8249d Increment package version after release of storage/azblob (#23940)
  • 8b21042 Increment package version after release of storage/azdatalake (#23958)
  • a44e152 Release storage stg96 azdatalake preview (#23957)
  • b11c1a5 Relax tenant verification for credentials having optional tenant IDs (#23951)
  • e557039 remove erroneous package inclusion during package-properties evaluation (#23948)
  • 0fb4336 Increment package version after release of messaging/azservicebus (#23950)
  • b1480a2 Updating docs.microsoft.com to learn.microsoft.com (#23934)
  • 786b0be Credential chains continue iterating after unexpected IMDS responses (#23894)
  • 7d4721b add liftr base package dep to emitter dep list (#23938)
  • Additional commits viewable in compare view

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.1

Release notes

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

v0.51.1

0.51.1 (2025-01-15)

Bug Fixes

  • bumping down golang version to 1.23.2 (#207) (911c053)

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.1 (2025-01-15)

Bug Fixes

  • bumping down golang version to 1.23.2 (#207) (911c053)

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
  • 7cdc0e7 chore(release): 0.51.1 [skip ci]
  • 7fd8c55 Update version 0.51.0 -> 0.51.1 [skip ci]
  • 911c053 fix: bumping down golang version to 1.23.2 (#207)
  • 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 from 1.32.8 to 1.33.0

Commits

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

Commits

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

Commits

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

Commits

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

Commits

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

Commits

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

Commits

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

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/cloudflare/cloudflare-go from 0.113.0 to 0.114.0

Release notes

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

v0.114.0

NOTES:

  • rulesets: remove http_request_sbfm phase (#3824)
  • workers: The placement_mode attribute in script upload responses has been deprecated. The new attribute placement.mode should be used instead. (#3825)

ENHANCEMENTS:

  • access_application: added more fields to private destinations (#3829)
  • teams_rules: add support for resolve_dns_internally settings on dns_resolver rules (#3779)
  • waiting_room: add waiting room turnstile integration fields (#3764)
  • workers: Add new placement attribute object in script upload responses. It contains the mode and status attributes. (#3825)

DEPENDENCIES:

  • deps: bumps golang.org/x/net from 0.33.0 to 0.34.0 (#3796)
  • deps: bumps golang.org/x/time from 0.8.0 to 0.9.0 (#3783)
Changelog

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

0.114.0 (January 15th, 2025)

NOTES:

  • rulesets: remove http_request_sbfm phase (#3824)
  • workers: The placement_mode attribute in script upload responses has been deprecated. The new attribute placement.mode should be used instead. (#3825)

ENHANCEMENTS:

  • access_application: added more fields to private destinations (#3829)
  • teams_rules: add support for resolve_dns_internally settings on dns_resolver rules (#3779)
  • waiting_room: add waiting room turnstile integration fields (#3764)
  • workers: Add new placement attribute object in script upload responses. It contains the mode and status attributes. (#3825)

DEPENDENCIES:

  • deps: bumps golang.org/x/net from 0.33.0 to 0.34.0 (#3796)
  • deps: bumps golang.org/x/time from 0.8.0 to 0.9.0 (#3783)
Commits
  • d289377 Update CHANGELOG.md
  • d558bee generate changelog
  • ed69723 Merge pull request #3825 from danielrs/drivas/script-upload-placement-field-c...
  • eaf799a Apply suggestions from code review
  • 42e433d Merge pull request #3779 from sebassimoes/sebastiao/support-gateway-internal-...
  • ecbef96 Merge pull request #3824 from gcloudflare/gb/remove-sbfm-phase
  • 3ad51b8 add changelog
  • 296bd73 Merge branch 'master' into gb/remove-sbfm-phase
  • 75449b0 feat(teams_rules): support internal dns settings
  • 43c3b8a Merge pull request #3829 from GreenStage/egomes/AUTH-6690
  • Additional commits viewable in compare view

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

Release notes

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

v1.134.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.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.134.0] - 2025-01-15

[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.46.0

Release notes

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

v1.46.0

What's Changed

🚀 New Features

💡 Improvements

📦 Dependency Updates

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

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.1083

Commits

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

Commits

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

Commits

Updates google.golang.org/api from 0.216.0 to 0.217.0

Release notes

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

v0.217.0

0.217.0 (2025-01-15)

Features

  • all: Auto-regenerate discovery clients (#2955) (dfbc111)
  • all: Auto-regenerate discovery clients (#2957) (473d170)
  • all: Auto-regenerate discovery clients (#2958) (972ede2)
  • all: Auto-regenerate discovery clients (

…22 updates

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

| Package | From | To |
| --- | --- | --- |
| [github.com/Azure/azure-sdk-for-go/sdk/azidentity](/~https://github.com/Azure/azure-sdk-for-go) | `1.8.0` | `1.8.1` |
| [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.1` |
| [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](/~https://github.com/aws/aws-sdk-go-v2) | `1.32.8` | `1.33.0` |
| [github.com/aws/aws-sdk-go-v2/config](/~https://github.com/aws/aws-sdk-go-v2) | `1.28.9` | `1.29.0` |
| [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](/~https://github.com/aws/aws-sdk-go-v2) | `1.15.25` | `1.15.27` |
| [github.com/aws/aws-sdk-go-v2/service/route53](/~https://github.com/aws/aws-sdk-go-v2) | `1.47.1` | `1.48.1` |
| [github.com/aws/aws-sdk-go-v2/service/servicediscovery](/~https://github.com/aws/aws-sdk-go-v2) | `1.34.3` | `1.34.5` |
| [github.com/civo/civogo](/~https://github.com/civo/civogo) | `0.3.91` | `0.3.92` |
| [github.com/cloudflare/cloudflare-go](/~https://github.com/cloudflare/cloudflare-go) | `0.113.0` | `0.114.0` |
| [github.com/digitalocean/godo](/~https://github.com/digitalocean/godo) | `1.132.0` | `1.134.0` |
| [github.com/linode/linodego](/~https://github.com/linode/linodego) | `1.44.1` | `1.46.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.1083` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod](/~https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.1079` | `1.0.1083` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns](/~https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.1079` | `1.0.1083` |
| [google.golang.org/api](/~https://github.com/googleapis/google-api-go-client) | `0.216.0` | `0.217.0` |



Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.8.0 to 1.8.1
- [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.8.0...sdk/azidentity/v1.8.1)

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.1
- [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.1)

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` from 1.32.8 to 1.33.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@v1.32.8...v1.33.0)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.28.9 to 1.29.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@config/v1.28.9...v1.29.0)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.50 to 1.17.53
- [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.53)

Updates `github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue` from 1.15.25 to 1.15.27
- [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.27)

Updates `github.com/aws/aws-sdk-go-v2/service/dynamodb` from 1.39.2 to 1.39.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/ivs/v1.39.2...service/ivs/v1.39.4)

Updates `github.com/aws/aws-sdk-go-v2/service/route53` from 1.47.1 to 1.48.1
- [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.1)

Updates `github.com/aws/aws-sdk-go-v2/service/servicediscovery` from 1.34.3 to 1.34.5
- [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/sqs/v1.34.5)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.33.5 to 1.33.8
- [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/fms/v1.33.8)

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/cloudflare/cloudflare-go` from 0.113.0 to 0.114.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.113.0...v0.114.0)

Updates `github.com/digitalocean/godo` from 1.132.0 to 1.134.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.134.0)

Updates `github.com/linode/linodego` from 1.44.1 to 1.46.0
- [Release notes](/~https://github.com/linode/linodego/releases)
- [Commits](linode/linodego@v1.44.1...v1.46.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.1083
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.1079...v1.0.1083)

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

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

Updates `google.golang.org/api` from 0.216.0 to 0.217.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.216.0...v0.217.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
  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/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
  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-minor
  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/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-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
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 16, 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 mloiseleur 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 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 Jan 16, 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 16, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 17, 2025

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

@dependabot dependabot bot closed this Jan 17, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/dev-dependencies-a645ca98c6 branch January 17, 2025 03:57
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 needs-ok-to-test Indicates a PR that requires an org member to verify it 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.

1 participant