kubernetes-sigs / external-dns

Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services
Apache License 2.0
7.75k stars 2.58k forks source link

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

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

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

Package From To
github.com/aliyun/alibaba-cloud-sdk-go 1.63.45 1.63.49
github.com/aws/aws-sdk-go-v2 1.32.3 1.32.4
github.com/aws/aws-sdk-go-v2/config 1.28.1 1.28.3
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue 1.15.13 1.15.15
github.com/aws/aws-sdk-go-v2/service/route53 1.46.0 1.46.1
github.com/aws/aws-sdk-go-v2/service/servicediscovery 1.33.3 1.33.5
github.com/civo/civogo 0.3.84 0.3.87
github.com/cloudflare/cloudflare-go 0.108.0 0.109.0
github.com/digitalocean/godo 1.128.0 1.129.0
github.com/oracle/oci-go-sdk/v65 65.77.1 65.78.0
github.com/projectcontour/contour 1.30.0 1.30.1
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common 1.0.1033 1.0.1038
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod 1.0.1033 1.0.1038
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns 1.0.1033 1.0.1038
golang.org/x/net 0.30.0 0.31.0
golang.org/x/oauth2 0.23.0 0.24.0
golang.org/x/time 0.7.0 0.8.0
google.golang.org/api 0.204.0 0.205.0
istio.io/api 1.23.3 1.24.0
istio.io/client-go 1.23.3 1.24.0

Updates github.com/aliyun/alibaba-cloud-sdk-go from 1.63.45 to 1.63.49

Release notes

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

Release v1.63.49

What's Changed

Full Changelog: https://github.com/aliyun/alibaba-cloud-sdk-go/compare/v1.63.48...v1.63.49

v1.63.48

  • Generated 2015-12-01 for Dds. undefined

v1.63.47

  • Generated 2020-06-16 for Alb.
  • Support Ipv4LocalAddresses and Ipv6LocalAddresses.

v1.63.46

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

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

2024-11-11 Version: v1.63.49

  • Support imds and external uri in default credentials chain.
  • Refactor credentials provider.

2024-11-05 Version: v1.63.48

  • Generated 2015-12-01 for Dds.

2024-11-04 Version: v1.63.47

  • Generated 2020-06-16 for Alb.
  • Support Ipv4LocalAddresses and Ipv6LocalAddresses.

2024-11-04 Version: v1.63.46

  • Generated 2014-08-28 for Ess.
  • ScalingConfiguration supoort ConfidentialComputingMode.
Commits
  • 21c61cc Bump v1.63.49
  • d12d548 feat: add imds and external uri in default chain && refactor credentials prov...
  • 1a7bea3 Generated 2015-12-01 for Dds.
  • d73bcbb Generated 2020-06-16 for Alb.
  • 7e7d6b8 Generated 2014-08-28 for Ess.
  • See full diff in compare view


Updates github.com/aws/aws-sdk-go-v2 from 1.32.3 to 1.32.4

Commits


Updates github.com/aws/aws-sdk-go-v2/config from 1.28.1 to 1.28.3

Commits


Updates github.com/aws/aws-sdk-go-v2/credentials from 1.17.42 to 1.17.44

Commits


Updates github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.15.13 to 1.15.15

Commits


Updates github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.36.3 to 1.36.5

Commits


Updates github.com/aws/aws-sdk-go-v2/service/route53 from 1.46.0 to 1.46.1

Commits


Updates github.com/aws/aws-sdk-go-v2/service/servicediscovery from 1.33.3 to 1.33.5

Commits


Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.32.3 to 1.32.4

Commits


Updates github.com/civo/civogo from 0.3.84 to 0.3.87

Release notes

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

v0.3.87

What's Changed

New Contributors

Full Changelog: https://github.com/civo/civogo/compare/v0.3.86...v0.3.87

v0.3.86

What's Changed

Full Changelog: https://github.com/civo/civogo/compare/v0.3.85...v0.3.86

v0.3.85

What's Changed

New Contributors

Full Changelog: https://github.com/civo/civogo/compare/0.3.83...v0.3.85

Commits


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

Release notes

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

v0.109.0

ENHANCEMENTS:

  • access_application: add support for controlling schema strictness in Access SCIM application provisioning mappings (#3510)
  • regional_hostname: add support for routing attribute (#3560)
  • snippets: add missing delete and get a single snippet methods (#3529)
Changelog

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

0.109.0 (November 6th, 2024)

ENHANCEMENTS:

  • access_application: add support for controlling schema strictness in Access SCIM application provisioning mappings (#3510)
  • regional_hostname: add support for routing attribute (#3560)
  • snippets: add missing delete and get a single snippet methods (#3529)
Commits
  • 9e716a9 Update CHANGELOG.md
  • 94babb4 generate changelog
  • a00c2f7 Merge pull request #3560 from tarnfeld/tarnfeld/add-optional-routing-field
  • e08774e Update .changelog/3560.txt
  • 0ed987c add changelog entry
  • a0140e4 Added new and optional routing field to a regional hostname
  • d45ab25 Merge pull request #3529 from WowVeryLogin/denis/FLPROD-796-missing
  • a83b510 FLPROD-796: Extend snippet interface with DELETE and GET a single snippet met...
  • 4f23792 Merge pull request #3510 from khiller-cf/master
  • 2615e8b fix changelog entry
  • Additional commits viewable in compare view


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

Release notes

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

v1.129.0

Changelog

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

[v1.129.0] - 2024-11-06

Commits


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

Release notes

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

65.78.0

Added

  • Support for calling Oracle Cloud Infrastructure services in the ap-seoul-2 region

  • Support for calling Oracle Cloud Infrastructure services in the ap-suwon-1 region

  • Support for calling Oracle Cloud Infrastructure services in the ap-chuncheon-2 region

  • Support for MFA Enablement v2 in the Identity Domains service

  • Support for starting, stopping and updating min/max executor count for SQL Endpoints in the Data Flow service

  • Support for customer message in the Customer Incident Management Service

  • Support for REJECTED limitStatus in the Customer Incident Management Service

Breaking Changes

  • The retry strategy for getting the X509 token from Identity service was modified and is now protected via circuit breaker

  • The operations GetCsiNumber and GetStatus were removed from the IncidentClient in the Customer Incident Management Service

  • The property ServiceCategories was removed from the model IncidentResourceType in the Customer Incident Management Service

  • The properties ServiceCategory and IssueType were removed from the model ServiceCategories in the Customer Incident Management Service

  • The property ItemKey was made mandatory in the model AccountItem in the Customer Incident Management Service

File Checksums (SHA256)

oci-go-sdk-65.78.0.zip 0f75a26cf1639a15b6176bdede51b4f54709ca5812ca773487df61ef8d0499ef

Changelog

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

65.78.0 - 2024-11-05

Added

  • Support for calling Oracle Cloud Infrastructure services in the ap-seoul-2 region
  • Support for calling Oracle Cloud Infrastructure services in the ap-suwon-1 region
  • Support for calling Oracle Cloud Infrastructure services in the ap-chuncheon-2 region
  • Support for MFA Enablement v2 in the Identity Domains service
  • Support for starting, stopping and updating min/max executor count for SQL Endpoints in the Data Flow service
  • Support for customer message in the Customer Incident Management Service
  • Support for REJECTED limitStatus in the Customer Incident Management Service

Breaking Changes

  • The retry strategy for getting the X509 token from Identity service was modified and is now protected via circuit breaker
  • The operations GetCsiNumber and GetStatus were removed from the IncidentClient in the Customer Incident Management Service
  • The property ServiceCategories was removed from the model IncidentResourceType in the Customer Incident Management Service
  • The properties ServiceCategory and IssueType were removed from the model ServiceCategories in the Customer Incident Management Service
  • The property ItemKey was made mandatory in the model AccountItem in the Customer Incident Management Service
Commits
  • 3db7a42 Releasing version 65.78.0
  • 3067efb Merge remote-tracking branch 'bitbucket/github' into release_2024-11-05
  • eb4d9d7 Releasing version 65.78.0
  • See full diff in compare view


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

Release notes

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

Contour v1.30.1

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

All Changes

  • Updates Envoy to v1.31.3. See the release notes here.
  • Updates Go to v1.22.8. 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.1 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
  • a1a4142 Update Contour Docker image to v1.30.1.
  • 2c9109a release-1.30: Bump Envoy to v1.31.2 and Go to v1.22.8 (#6715)
  • 93064bd build(deps): bump the k8s-dependencies group with 4 updates (#6737)
  • f757d15 build(deps): bump google.golang.org/grpc from 1.65.0 to 1.65.1 (#6703)
  • 9a75948 build(deps): bump github.com/onsi/ginkgo/v2 from 2.20.1 to 2.20.2 (#6666)
  • 386d155 build(deps): bump the k8s-dependencies group with 4 updates (#6665)
  • 43b8446 build(deps): bump github.com/onsi/gomega from 1.34.1 to 1.34.2 (#6656)
  • 367f821 build(deps): bump mheap/github-action-required-labels (#6655)
  • 8387802 build(deps): bump the k8s-dependencies group with 4 updates (#6618)
  • dd2a33d build(deps): bump github.com/cert-manager/cert-manager (#6620)
  • Additional commits viewable in compare view


Updates github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common from 1.0.1033 to 1.0.1038

Commits


Updates github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod from 1.0.1033 to 1.0.1038

Commits


Updates github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns from 1.0.1033 to 1.0.1038

Commits


Updates golang.org/x/net from 0.30.0 to 0.31.0

Commits
  • 334afa0 go.mod: update golang.org/x dependencies
  • d7f220d quic: add LocalAddr and RemoteAddr to quic.Conn
  • 858db1a http2: surface errors occurring very early in a client conn's lifetime
  • 0aa844c http2: support unencrypted HTTP/2 handoff from net/http
  • f35fec9 http2: detect hung client connections by confirming stream resets
  • e883dae README: don't recommend go get
  • 511cc3a html: add Node.{Ancestors,ChildNodes,Descendants}()
  • 4783315 http2: limit 1xx based on size, do not limit when delivered
  • 5716b98 internal/socket: execute gofmt
  • 42b1186 http2: support ResponseController.EnableFullDuplex
  • See full diff in compare view


Updates golang.org/x/oauth2 from 0.23.0 to 0.24.0

Commits


Updates golang.org/x/sync from 0.8.0 to 0.9.0

Commits


Updates golang.org/x/time from 0.7.0 to 0.8.0

Commits


Updates google.golang.org/api from 0.204.0 to 0.205.0

Release notes

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

v0.205.0

0.205.0 (2024-11-06)

Features

Changelog

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

0.205.0 (2024-11-06)

Features

Commits


Updates istio.io/api from 1.23.3 to 1.24.0

Commits
  • 9397ebf Automator: update common-files@release-1.24 in istio/api@release-1.24 (#3348)
  • ddd8785 Automator: update common-files@release-1.24 in istio/api@release-1.24 (#3347)
  • b6f399d [release-1.24] Automated branching step 4 (#3346)
  • 7c8ec5b Add ingress bypass annotation to the API (#3338)
  • 585d68d Add traffic distribution annotation (#3328)
  • 1e82bd4 annotations: create an annotation for native sidecars (#3329)
  • a591eba Run make gen (#3337)
  • a1f906d Automator: update common-files@master in istio/api@master (#3336)
  • 6504915 Automator: update common-files@master in istio/api@master (#3334)
  • 52e018e annotations: remove obsolete entries (#3332)
  • Additional commits viewable in compare view


Updates istio.io/client-go from 1.23.3 to 1.24.0

Commits
  • acb3424 Automator: update istio/api@release-1.24 dependency in istio/client-go@releas...
  • 1491e04 Automator: update common-files@release-1.24 in istio/client-go@release-1.24 (...
  • 990370d Automator: update istio/api@release-1.24 dependency in istio/client-go@releas...
  • 709c60d Automator: update common-files@release-1.24 in istio/client-go@release-1.24 (...
  • 475de3d [release-1.24] Automated branching step 4 (#2274)
  • 8848227 Automator: update common-files@release-1.24 in istio/client-go@release-1.24 (...
  • 1d29708 Automator: update common-files@release-1.24 in istio/client-go@release-1.24 (...
  • 45c55b0 Automator: update istio/api@release-1.24 dependency in istio/client-go@releas...
  • 60b45b6 [release-1.24] Automated branching step 4 (#2270)
  • b3ca3b2 Automator: update istio/api@master dependency in istio/client-go@master (#2262)
  • Additional commits viewable in compare view


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
k8s-ci-robot commented 2 weeks ago

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](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.
mloiseleur commented 2 weeks ago

/ok-to-test

mloiseleur commented 2 weeks ago

/approve /lgtm

k8s-ci-robot commented 2 weeks ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mloiseleur

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: - ~~[OWNERS](https://github.com/kubernetes-sigs/external-dns/blob/master/OWNERS)~~ [mloiseleur] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment