Skip to content

fix(deps): update module sigs.k8s.io/external-dns to v0.16.1 #520

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sigs.k8s.io/external-dns v0.14.2 -> v0.16.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

kubernetes-sigs/external-dns (sigs.k8s.io/external-dns)

v0.16.1

Compare Source

This release fixes the breaking change introduced in v0.16.0 for Cloudflare.

⚠️ New features on Cloudflare, custom and regional hostnames have some known issues, see #​5175 and #​5183

⚠️ OpenStack designate in-tree provider will be removed in the next version. There is now a webhook provider.

ℹ️ With v0.16.0, a new option on TXT Registry is available to use only new format (#​4946). Previous format will be removed in the next release (#​5172).

🐛 Bug fixes

📦 Others

Full Changelog: kubernetes-sigs/external-dns@v0.16.0...v0.16.1

v0.16.0

Compare Source

💥 Breaking Changes

There is a breaking change on Cloudflare with this release. It requires Cloudflare for Saas.

🚀 Features

🐛 Bug fixes

📝 Documentation

📦 Others

New Contributors

Full Changelog: kubernetes-sigs/external-dns@v0.15.1...v0.16.0

v0.15.1

Compare Source

What's Changed

NOTE: Users of the AWS providers may have to specify the region if not otherwise done, as environment variable.

Images

ˋdocker pull registry.k8s.io/external-dns/external-dns:v0.15.1ˋ

New Contributors

Full Changelog: kubernetes-sigs/external-dns@v0.15.0...v0.15.1

v0.15.0

Compare Source

Important notes

This release drops a few unmaintained providers. See https://github.com/kubernetes-sigs/external-dns/pull/4719 as mentioned in https://github.com/kubernetes-sigs/external-dns/issues/4347. If you need to use any of the previous providers, please use a previous release of external DNS or follow the instructions to implement a webhook provider that supports those providers.

What's Changed


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Sep 4, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 45 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22.3 -> 1.24.1
k8s.io/api v0.30.2 -> v0.32.2
k8s.io/apiextensions-apiserver v0.30.2 -> v0.31.1
sigs.k8s.io/gateway-api v1.1.0 -> v1.2.1
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.12.0 -> v1.17.0
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.6.0 -> v1.8.2
github.com/Azure/azure-sdk-for-go/sdk/internal v1.9.0 -> v1.10.0
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 -> v1.3.3
github.com/go-logr/logr v1.4.1 -> v1.4.2
github.com/google/go-cmp v0.6.0 -> v0.7.0
github.com/klauspost/compress v1.17.4 -> v1.17.11
github.com/moby/spdystream v0.2.0 -> v0.4.0
github.com/prometheus/client_golang v1.19.1 -> v1.21.1
github.com/prometheus/common v0.53.0 -> v0.62.0
github.com/rogpeppe/go-internal v1.12.0 -> v1.13.1
github.com/stretchr/testify v1.9.0 -> v1.10.0
go.etcd.io/etcd/api/v3 v3.5.14 -> v3.5.19
go.etcd.io/etcd/client/pkg/v3 v3.5.14 -> v3.5.19
go.etcd.io/etcd/client/v3 v3.5.14 -> v3.5.19
go.mongodb.org/mongo-driver v1.14.0 -> v1.17.2
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.51.0 -> v0.59.0
go.opentelemetry.io/otel v1.27.0 -> v1.34.0
go.opentelemetry.io/otel/metric v1.27.0 -> v1.34.0
go.opentelemetry.io/otel/sdk v1.26.0 -> v1.32.0
go.opentelemetry.io/otel/trace v1.27.0 -> v1.34.0
golang.org/x/crypto v0.24.0 -> v0.35.0
golang.org/x/mod v0.18.0 -> v0.22.0
golang.org/x/net v0.26.0 -> v0.36.0
golang.org/x/oauth2 v0.20.0 -> v0.28.0
golang.org/x/sync v0.7.0 -> v0.12.0
golang.org/x/sys v0.21.0 -> v0.30.0
golang.org/x/term v0.21.0 -> v0.29.0
golang.org/x/text v0.16.0 -> v0.22.0
golang.org/x/time v0.5.0 -> v0.11.0
golang.org/x/tools v0.22.0 -> v0.28.0
google.golang.org/genproto/googleapis/api v0.0.0-20240515191416-fc5f0ca64291 -> v0.0.0-20241209162323-e6fa225c2576
google.golang.org/genproto/googleapis/rpc v0.0.0-20240624140628-dc46fd24d27d -> v0.0.0-20250219182151-9fdb1cabc7b2
google.golang.org/grpc v1.64.1 -> v1.70.0
google.golang.org/protobuf v1.34.2 -> v1.36.5
k8s.io/apimachinery v0.30.2 -> v0.32.2
k8s.io/klog/v2 v2.120.1 -> v2.130.1
k8s.io/kube-openapi v0.0.0-20240430033511-f0e62f92d13f -> v0.0.0-20241105132330-32ad38e42d3f
k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0 -> v0.0.0-20241104100929-3ea5e8cea738
sigs.k8s.io/controller-runtime v0.18.4 -> v0.18.7
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd -> v0.0.0-20241010143419-9aa6b5e7a4b3
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 -> v4.5.0

@renovate renovate bot force-pushed the renovate/sigs.k8s.io-external-dns-0.x branch from a339dc8 to 4227a1c Compare September 24, 2024 02:41
@renovate renovate bot force-pushed the renovate/sigs.k8s.io-external-dns-0.x branch from 4227a1c to 92413b5 Compare December 19, 2024 20:05
@renovate renovate bot changed the title fix(deps): update module sigs.k8s.io/external-dns to v0.15.0 fix(deps): update module sigs.k8s.io/external-dns to v0.15.1 Dec 19, 2024
@renovate renovate bot force-pushed the renovate/sigs.k8s.io-external-dns-0.x branch from 92413b5 to 1b78318 Compare January 5, 2025 23:11
@renovate renovate bot force-pushed the renovate/sigs.k8s.io-external-dns-0.x branch from 1b78318 to 85575d2 Compare January 16, 2025 04:33
@renovate renovate bot force-pushed the renovate/sigs.k8s.io-external-dns-0.x branch from 85575d2 to 4cf109e Compare March 12, 2025 12:15
@renovate renovate bot changed the title fix(deps): update module sigs.k8s.io/external-dns to v0.15.1 fix(deps): update module sigs.k8s.io/external-dns to v0.16.0 Mar 12, 2025
@renovate renovate bot force-pushed the renovate/sigs.k8s.io-external-dns-0.x branch from 4cf109e to 414e50c Compare March 15, 2025 17:21
@renovate renovate bot changed the title fix(deps): update module sigs.k8s.io/external-dns to v0.16.0 fix(deps): update module sigs.k8s.io/external-dns to v0.16.1 Mar 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants