Skip to content

fix(deps): update module sigs.k8s.io/external-dns to v0.18.0 #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 Confidence
sigs.k8s.io/external-dns v0.14.2 -> v0.18.0 age 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.18.0

Compare Source

General information

⚠️ This release requires a RBAC update on endpointslices. It will be included in the next Chart release, see #​5493.

⚠️ The exposed metrics has been significantly changed. You'll need to update your observability stack accordingly, see #​5516

ℹ️ This release remove in-tree support for ibmcloud, tencentcloud & ultradns. Users needing those providers can use a previous version of external-dns or create a webhook-based provider.

ℹ️ The change on default-targets behavior provide a mitigation strategy, if you need it, see #​5316

⚠️ Breaking Changes

🚀 Features

🐛 Bug fixes

📝 Documentation

📦 Others

New Contributors

Full Changelog: kubernetes-sigs/external-dns@v0.17.0...v0.18.0

v0.17.0

Compare Source

Global information

ℹ️ On Pi Hole, support for v6 has been added. Pi Hole v5 support is deprecated and will be removed in a future version

ℹ️ On OVH, the provider has been heavily rewritten. New ACLs are need. See documentation and PR #​5143 for details.

ℹ️ On IPv6, the proposal 002 has been implemented, thanks to @​hjoshi123

  • ⚠️ In the next release, the default of this new expose-internal-ipv6 flag will be set to false

⚠️ There is a severe known issue with Active Directory (#​5240) since v0.16.0. PR to fix it (#​5385) is in review

ℹ️ The legacy txt-format will be removed in the next minor version (#​5172)

  • ⚠️ There is currently no migration script to clean old style txt records. If you need it, if you think you can do it, PRs are welcome.

ℹ️ A new Nomad source may be added to external-dns (#​5284)

  • This PR can be merged only after a review and test from real Nomad users

🚀 Features

🐛 Bug fixes

📝 Documentation

📦 Others

📦 Docker Image

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

New Contributors

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

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

Images
docker pull registry.k8s.io/external-dns/external-dns: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.

Starting with this version, it will create AAAA Alias records in AWS Route53 by default (PR #​5111).

ℹ️ This behavior can be disabled with the following command line parameter: --exclude-record-types=AAAA.

🚀 Features

🐛 Bug fixes


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
@renovate renovate bot force-pushed the renovate/sigs.k8s.io-external-dns-0.x branch from 414e50c to 67884c9 Compare May 14, 2025 11:23
@renovate renovate bot changed the title fix(deps): update module sigs.k8s.io/external-dns to v0.16.1 fix(deps): update module sigs.k8s.io/external-dns to v0.17.0 May 14, 2025
Copy link
Contributor Author

renovate bot commented May 14, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: module sigs.k8s.io/[email protected] requires go >= 1.24.2; switching to go1.24.4
go: downloading go1.24.4 (linux/amd64)
go: download go1.24.4: golang.org/[email protected]: verifying module: checksum database disabled by GOSUMDB=off

@renovate renovate bot force-pushed the renovate/sigs.k8s.io-external-dns-0.x branch from 67884c9 to 64f898b Compare June 26, 2025 08:05
@renovate renovate bot changed the title fix(deps): update module sigs.k8s.io/external-dns to v0.17.0 fix(deps): update module sigs.k8s.io/external-dns to v0.18.0 Jun 26, 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