chore(deps): update module sigs.k8s.io/external-dns to v0.17.0 #5

Closed
tommy wants to merge 1 commit from renovate/sigs.k8s.io-external-dns-0.x into main
Owner

This PR contains the following updates:

Package Type Update Change
sigs.k8s.io/external-dns require minor v0.16.1 -> v0.17.0

Release Notes

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

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: https://github.com/kubernetes-sigs/external-dns/compare/v0.16.1...v0.17.0


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sigs.k8s.io/external-dns](https://github.com/kubernetes-sigs/external-dns) | require | minor | `v0.16.1` -> `v0.17.0` | --- ### Release Notes <details> <summary>kubernetes-sigs/external-dns (sigs.k8s.io/external-dns)</summary> ### [`v0.17.0`](https://github.com/kubernetes-sigs/external-dns/releases/tag/v0.17.0) [Compare Source](https://github.com/kubernetes-sigs/external-dns/compare/v0.16.1...v0.17.0) #### Global information :information_source: On Pi Hole, support for v6 has been added. Pi Hole v5 support is deprecated and will be removed in a future version :information_source: On OVH, the provider has been heavily rewritten. New ACLs are need. See documentation and PR [#&#8203;5143](https://github.com/kubernetes-sigs/external-dns/issues/5143) for details. :information_source: On IPv6, the [proposal 002](https://github.com/kubernetes-sigs/external-dns/blob/master/docs/proposal/002-internal-ipv6-handling-rollback.md) has been implemented, thanks to [@&#8203;hjoshi123](https://github.com/hjoshi123) - :warning: In the next release, the default of this new `expose-internal-ipv6` flag will be set to false :warning: There is a severe known issue with Active Directory ([#&#8203;5240](https://github.com/kubernetes-sigs/external-dns/issues/5240)) since v0.16.0. PR to fix it ([#&#8203;5385](https://github.com/kubernetes-sigs/external-dns/issues/5385)) is in review :information_source: The legacy txt-format will be removed in the next minor version ([#&#8203;5172](https://github.com/kubernetes-sigs/external-dns/issues/5172)) - :warning: 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. :information_source: A new Nomad source may be added to external-dns ([#&#8203;5284](https://github.com/kubernetes-sigs/external-dns/issues/5284)) - This PR can be merged only after a review and test from real Nomad users #### :rocket: Features - feat: additional template functions by [@&#8203;matkam](https://github.com/matkam) in [#&#8203;3949](https://github.com/kubernetes-sigs/external-dns/issues/3949) - feat(banner): standardize user agent and output by [@&#8203;ivankatliarchuk](https://github.com/ivankatliarchuk) in [#&#8203;5154](https://github.com/kubernetes-sigs/external-dns/issues/5154) - feat(chart): Update image to v0.16.1 by [@&#8203;stevehipwell](https://github.com/stevehipwell) in [#&#8203;5201](https://github.com/kubernetes-sigs/external-dns/issues/5201) - feat(cloudflare): multiple custom hostnames support by [@&#8203;mrozentsvayg](https://github.com/mrozentsvayg) in [#&#8203;5239](https://github.com/kubernetes-sigs/external-dns/issues/5239) - feat(helm): allow extraArgs to also be a map enabling overrides of individual values by [@&#8203;frittentheke](https://github.com/frittentheke) in [#&#8203;5293](https://github.com/kubernetes-sigs/external-dns/issues/5293) - feat: IDNA awareness in the zone finder by [@&#8203;lexisother](https://github.com/lexisother) in [#&#8203;5147](https://github.com/kubernetes-sigs/external-dns/issues/5147) - feat(ovh): major rewriting of the provider by [@&#8203;rbeuque74](https://github.com/rbeuque74) in [#&#8203;5143](https://github.com/kubernetes-sigs/external-dns/issues/5143) - feat(pihole): add optional support for v6 by [@&#8203;tJouve](https://github.com/tJouve) in [#&#8203;5226](https://github.com/kubernetes-sigs/external-dns/issues/5226) - feat(pihole): add support for IPv6 Dual format by [@&#8203;tJouve](https://github.com/tJouve) in [#&#8203;5253](https://github.com/kubernetes-sigs/external-dns/issues/5253) - feat(source): optional exclusion of unschedulable nodes by [@&#8203;Hayajiro](https://github.com/Hayajiro) in [#&#8203;5045](https://github.com/kubernetes-sigs/external-dns/issues/5045) - feat(source): optional expose of nodes internal ipv6 by [@&#8203;hjoshi123](https://github.com/hjoshi123) in [#&#8203;5192](https://github.com/kubernetes-sigs/external-dns/issues/5192) #### :bug: Bug fixes - fix(aws): typo on route53 IAM by [@&#8203;tico24](https://github.com/tico24) in [#&#8203;5197](https://github.com/kubernetes-sigs/external-dns/issues/5197) - fix(chart): add missing types for empty values by [@&#8203;t3mi](https://github.com/t3mi) in [#&#8203;5207](https://github.com/kubernetes-sigs/external-dns/issues/5207) - fix(cloudflare): custom hostnames edge-cases causing duplicates by [@&#8203;mrozentsvayg](https://github.com/mrozentsvayg) in [#&#8203;5183](https://github.com/kubernetes-sigs/external-dns/issues/5183) - fix(cloudflare): regional hostnames by [@&#8203;vflaux](https://github.com/vflaux) in [#&#8203;5175](https://github.com/kubernetes-sigs/external-dns/issues/5175) - fix(Gateway API): ensure generation match by [@&#8203;davidwin93](https://github.com/davidwin93) in [#&#8203;5241](https://github.com/kubernetes-sigs/external-dns/issues/5241) - fix(gateway-api): ensure to use only latest generation with HTTPRoutes by [@&#8203;kashalls](https://github.com/kashalls) in [#&#8203;5349](https://github.com/kubernetes-sigs/external-dns/issues/5349) - fix(helm): added missing schema values by [@&#8203;ivankatliarchuk](https://github.com/ivankatliarchuk) in [#&#8203;5228](https://github.com/kubernetes-sigs/external-dns/issues/5228) - fix(helm): update helm schema by [@&#8203;semnell](https://github.com/semnell) in [#&#8203;5297](https://github.com/kubernetes-sigs/external-dns/issues/5297) - fix(log testing): re-use logger library testing functionality by [@&#8203;ivankatliarchuk](https://github.com/ivankatliarchuk) in [#&#8203;5368](https://github.com/kubernetes-sigs/external-dns/issues/5368) - fix(node): logger test fixed by [@&#8203;ivankatliarchuk](https://github.com/ivankatliarchuk) in [#&#8203;5232](https://github.com/kubernetes-sigs/external-dns/issues/5232) - fix(ovh): handling capitalized DNS records + prevent panic by [@&#8203;rbeuque74](https://github.com/rbeuque74) in [#&#8203;5390](https://github.com/kubernetes-sigs/external-dns/issues/5390) - fix(webhook): api json object plan.Changes case by [@&#8203;ivankatliarchuk](https://github.com/ivankatliarchuk) in [#&#8203;5355](https://github.com/kubernetes-sigs/external-dns/issues/5355) - fix(zonefinder): handle underscores in dns records by [@&#8203;arthlr](https://github.com/arthlr) in [#&#8203;5281](https://github.com/kubernetes-sigs/external-dns/issues/5281) #### :memo: Documentation - docs(contributing): add conventional commits by [@&#8203;mloiseleur](https://github.com/mloiseleur) in [#&#8203;5333](https://github.com/kubernetes-sigs/external-dns/issues/5333) - docs(proposal): externaldns api graduation to beta by [@&#8203;ivankatliarchuk](https://github.com/ivankatliarchuk) in [#&#8203;5079](https://github.com/kubernetes-sigs/external-dns/issues/5079) - docs(rfc2136): fix env variable in the guideline by [@&#8203;riupie](https://github.com/riupie) in [#&#8203;5352](https://github.com/kubernetes-sigs/external-dns/issues/5352) - docs(tutorials): add IONOS Cloud setup tutorial for ExternalDNS by [@&#8203;smilutinovic-ionos](https://github.com/smilutinovic-ionos) in [#&#8203;5364](https://github.com/kubernetes-sigs/external-dns/issues/5364) - docs(typo): grcp → grpc by [@&#8203;octo](https://github.com/octo) in [#&#8203;5231](https://github.com/kubernetes-sigs/external-dns/issues/5231) - docs: update link to Anexia webhook provider by [@&#8203;mloiseleur](https://github.com/mloiseleur) in [#&#8203;5244](https://github.com/kubernetes-sigs/external-dns/issues/5244) - docs: update rfc2136 by [@&#8203;BasJ93](https://github.com/BasJ93) in [#&#8203;5325](https://github.com/kubernetes-sigs/external-dns/issues/5325) #### :package: Others - Add Yandex Cloud Webhook by [@&#8203;ismailbaskin](https://github.com/ismailbaskin) in [#&#8203;5190](https://github.com/kubernetes-sigs/external-dns/issues/5190) - chore: add se for nlb, alb in thailand region by [@&#8203;xshot9011](https://github.com/xshot9011) in [#&#8203;5200](https://github.com/kubernetes-sigs/external-dns/issues/5200) - chore: fix typo on txtOwnerId comment/description by [@&#8203;lanandra](https://github.com/lanandra) in [#&#8203;5351](https://github.com/kubernetes-sigs/external-dns/issues/5351) - chore(ci): fix random data race failure on source/node test by [@&#8203;mloiseleur](https://github.com/mloiseleur) in [#&#8203;5268](https://github.com/kubernetes-sigs/external-dns/issues/5268) - chore(ci): improve release script by [@&#8203;mloiseleur](https://github.com/mloiseleur) in [#&#8203;5394](https://github.com/kubernetes-sigs/external-dns/issues/5394) - chore(ci): update linter to v2.0.2 by [@&#8203;mloiseleur](https://github.com/mloiseleur) in [#&#8203;5246](https://github.com/kubernetes-sigs/external-dns/issues/5246) - chore(code-cleanup): move logic away from main.go add tests by [@&#8203;ivankatliarchuk](https://github.com/ivankatliarchuk) in [#&#8203;5222](https://github.com/kubernetes-sigs/external-dns/issues/5222) - chore(code): improve some tests + re-order sources flags CLI by [@&#8203;mloiseleur](https://github.com/mloiseleur) in [#&#8203;5288](https://github.com/kubernetes-sigs/external-dns/issues/5288) - chore(code-quality): added lint checks by [@&#8203;ivankatliarchuk](https://github.com/ivankatliarchuk) in [#&#8203;5318](https://github.com/kubernetes-sigs/external-dns/issues/5318) - chore(code-quality): providers linter warnings fixes by [@&#8203;ivankatliarchuk](https://github.com/ivankatliarchuk) in [#&#8203;5320](https://github.com/kubernetes-sigs/external-dns/issues/5320) - chore(code-quality): refactoring and linter fixes by [@&#8203;ivankatliarchuk](https://github.com/ivankatliarchuk) in [#&#8203;5374](https://github.com/kubernetes-sigs/external-dns/issues/5374) - chore(code-quality): webhook increase code coverage by [@&#8203;ivankatliarchuk](https://github.com/ivankatliarchuk) in [#&#8203;5337](https://github.com/kubernetes-sigs/external-dns/issues/5337) - chore(crd): use conventional paths and update controller-gen to v0.17.2 by [@&#8203;mloiseleur](https://github.com/mloiseleur) in [#&#8203;5287](https://github.com/kubernetes-sigs/external-dns/issues/5287) - chore(dependencies): update toools versions by [@&#8203;ivankatliarchuk](https://github.com/ivankatliarchuk) in [#&#8203;5252](https://github.com/kubernetes-sigs/external-dns/issues/5252) - chore(deps): build with go 1.24.2 by [@&#8203;mloiseleur](https://github.com/mloiseleur) in [#&#8203;5306](https://github.com/kubernetes-sigs/external-dns/issues/5306) - chore(deps): bump renovatebot/github-action from 41.0.14 to 41.0.16 in the dev-dependencies group by [@&#8203;app/dependabot](https://github.com/app/dependabot) in [#&#8203;5188](https://github.com/kubernetes-sigs/external-dns/issues/5188) - chore(deps): bump renovatebot/github-action from 41.0.16 to 41.0.17 in the dev-dependencies group by [@&#8203;app/dependabot](https://github.com/app/dependabot) in [#&#8203;5210](https://github.com/kubernetes-sigs/external-dns/issues/5210) - chore(deps): bump the dev-dependencies group across 1 directory with 14 updates by [@&#8203;app/dependabot](https://github.com/app/dependabot) in [#&#8203;5346](https://github.com/kubernetes-sigs/external-dns/issues/5346) - chore(deps): bump the dev-dependencies group across 1 directory with 14 updates by [@&#8203;app/dependabot](https://github.com/app/dependabot) in [#&#8203;5382](https://github.com/kubernetes-sigs/external-dns/issues/5382) - chore(deps): bump the dev-dependencies group across 1 directory with 17 updates by [@&#8203;app/dependabot](https://github.com/app/dependabot) in [#&#8203;5238](https://github.com/kubernetes-sigs/external-dns/issues/5238) - chore(deps): bump the dev-dependencies group across 1 directory with 19 updates by [@&#8203;app/dependabot](https://github.com/app/dependabot) in [#&#8203;5262](https://github.com/kubernetes-sigs/external-dns/issues/5262) - chore(deps): bump the dev-dependencies group across 1 directory with 20 updates by [@&#8203;app/dependabot](https://github.com/app/dependabot) in [#&#8203;5211](https://github.com/kubernetes-sigs/external-dns/issues/5211) - chore(deps): bump the dev-dependencies group across 1 directory with 21 updates by [@&#8203;mloiseleur](https://github.com/mloiseleur) in [#&#8203;5313](https://github.com/kubernetes-sigs/external-dns/issues/5313) - chore(deps): bump the dev-dependencies group across 1 directory with 2 updates by [@&#8203;app/dependabot](https://github.com/app/dependabot) in [#&#8203;5247](https://github.com/kubernetes-sigs/external-dns/issues/5247) - chore(deps): bump the dev-dependencies group across 1 directory with 2 updates by [@&#8203;app/dependabot](https://github.com/app/dependabot) in [#&#8203;5301](https://github.com/kubernetes-sigs/external-dns/issues/5301) - chore(deps): bump the dev-dependencies group across 1 directory with 2 updates by [@&#8203;app/dependabot](https://github.com/app/dependabot) in [#&#8203;5323](https://github.com/kubernetes-sigs/external-dns/issues/5323) - chore(deps): code cleanup, pkg/errors is archived by [@&#8203;ivankatliarchuk](https://github.com/ivankatliarchuk) in [#&#8203;5335](https://github.com/kubernetes-sigs/external-dns/issues/5335) - chore(deps): switch to goccy yaml by [@&#8203;Raffo](https://github.com/Raffo) in [#&#8203;5292](https://github.com/kubernetes-sigs/external-dns/issues/5292) - chore(deps): update linter to v2.1.x by [@&#8203;mloiseleur](https://github.com/mloiseleur) in [#&#8203;5366](https://github.com/kubernetes-sigs/external-dns/issues/5366) - chore(fqdn-template): fqdn templating move to specific folder and update documentation by [@&#8203;ivankatliarchuk](https://github.com/ivankatliarchuk) in [#&#8203;5354](https://github.com/kubernetes-sigs/external-dns/issues/5354) - chore(github): add a release template by [@&#8203;ivankatliarchuk](https://github.com/ivankatliarchuk) in [#&#8203;5324](https://github.com/kubernetes-sigs/external-dns/issues/5324) - chore(helm): add validation for prefix and suffix and capture regression by [@&#8203;ivankatliarchuk](https://github.com/ivankatliarchuk) in [#&#8203;5250](https://github.com/kubernetes-sigs/external-dns/issues/5250) - chore(openstack designate)!: remove in-tree provider by [@&#8203;mloiseleur](https://github.com/mloiseleur) in [#&#8203;5126](https://github.com/kubernetes-sigs/external-dns/issues/5126) - chore(providers): rename custom TTL constants to defaultTTL by [@&#8203;ivankatliarchuk](https://github.com/ivankatliarchuk) in [#&#8203;5312](https://github.com/kubernetes-sigs/external-dns/issues/5312) - chore: Release Helm chart v1.16.1 by [@&#8203;stevehipwell](https://github.com/stevehipwell) in [#&#8203;5270](https://github.com/kubernetes-sigs/external-dns/issues/5270) - chore(release): updates kustomize & docs with v0.16.1 by [@&#8203;mloiseleur](https://github.com/mloiseleur) in [#&#8203;5184](https://github.com/kubernetes-sigs/external-dns/issues/5184) - chore(source): code cleanup by [@&#8203;ivankatliarchuk](https://github.com/ivankatliarchuk) in [#&#8203;5304](https://github.com/kubernetes-sigs/external-dns/issues/5304) - chore(webhook): bump cenkalti/backoff version by [@&#8203;ivankatliarchuk](https://github.com/ivankatliarchuk) in [#&#8203;5342](https://github.com/kubernetes-sigs/external-dns/issues/5342) - test: add tests for cloudflare provider by [@&#8203;natitomattis](https://github.com/natitomattis) in [#&#8203;5248](https://github.com/kubernetes-sigs/external-dns/issues/5248) - test(log): execute on multiple platforms by [@&#8203;ivankatliarchuk](https://github.com/ivankatliarchuk) in [#&#8203;5370](https://github.com/kubernetes-sigs/external-dns/issues/5370) - test(log): fix random race detection by [@&#8203;ivankatliarchuk](https://github.com/ivankatliarchuk) in [#&#8203;5273](https://github.com/kubernetes-sigs/external-dns/issues/5273) - test(source): cover unhappy paths by [@&#8203;linoleparquet](https://github.com/linoleparquet) in [#&#8203;5369](https://github.com/kubernetes-sigs/external-dns/issues/5369) - test(source): fix data race on node_test by [@&#8203;mloiseleur](https://github.com/mloiseleur) in [#&#8203;5334](https://github.com/kubernetes-sigs/external-dns/issues/5334) - test(source/pod): improve code coverage by [@&#8203;ivankatliarchuk](https://github.com/ivankatliarchuk) in [#&#8203;5378](https://github.com/kubernetes-sigs/external-dns/issues/5378) - test(tlsconfig): add unit tests by [@&#8203;linoleparquet](https://github.com/linoleparquet) in [#&#8203;5381](https://github.com/kubernetes-sigs/external-dns/issues/5381) - test(zone_filter): improve coverage from 66.7% to 100% by [@&#8203;upsaurav12](https://github.com/upsaurav12) in [#&#8203;5388](https://github.com/kubernetes-sigs/external-dns/issues/5388) #### :package: Docker Image docker pull registry.k8s.io/external-dns/external-dns:v0.17.0 #### New Contributors - [@&#8203;ismailbaskin](https://github.com/ismailbaskin) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/5190 - [@&#8203;lexisother](https://github.com/lexisother) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/5147 - [@&#8203;tico24](https://github.com/tico24) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/5197 - [@&#8203;t3mi](https://github.com/t3mi) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/5207 - [@&#8203;octo](https://github.com/octo) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/5231 - [@&#8203;xshot9011](https://github.com/xshot9011) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/5200 - [@&#8203;tJouve](https://github.com/tJouve) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/5226 - [@&#8203;Hayajiro](https://github.com/Hayajiro) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/5045 - [@&#8203;davidwin93](https://github.com/davidwin93) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/5241 - [@&#8203;vflaux](https://github.com/vflaux) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/5175 - [@&#8203;arthlr](https://github.com/arthlr) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/5281 - [@&#8203;semnell](https://github.com/semnell) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/5297 - [@&#8203;BasJ93](https://github.com/BasJ93) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/5325 - [@&#8203;natitomattis](https://github.com/natitomattis) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/5248 - [@&#8203;riupie](https://github.com/riupie) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/5352 - [@&#8203;lanandra](https://github.com/lanandra) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/5351 - [@&#8203;smilutinovic-ionos](https://github.com/smilutinovic-ionos) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/5364 - [@&#8203;linoleparquet](https://github.com/linoleparquet) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/5369 - [@&#8203;kashalls](https://github.com/kashalls) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/5349 - [@&#8203;matkam](https://github.com/matkam) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/3949 - [@&#8203;upsaurav12](https://github.com/upsaurav12) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/5388 **Full Changelog**: https://github.com/kubernetes-sigs/external-dns/compare/v0.16.1...v0.17.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTEuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIxMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Author
Owner

ℹ Artifact update notice

File name: src/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):

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

Details:

Package Change
go 1.24.0 -> 1.24.3
golang.org/x/net v0.36.0 -> v0.40.0
golang.org/x/sys v0.30.0 -> v0.33.0
golang.org/x/text v0.22.0 -> v0.25.0
k8s.io/apimachinery v0.32.2 -> v0.33.0
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 -> v0.0.0-20241210054802-24370beab758
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 -> v0.0.0-20241014173422-cfa47c3a1cc8
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 -> v4.7.0
### ℹ Artifact update notice ##### File name: src/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): - 7 additional dependencies were updated - The `go` directive was updated for compatibility reasons Details: | **Package** | **Change** | | :------------------------------------- | :--------------------------------------------------------------------------- | | `go` | `1.24.0` -> `1.24.3` | | `golang.org/x/net` | `v0.36.0` -> `v0.40.0` | | `golang.org/x/sys` | `v0.30.0` -> `v0.33.0` | | `golang.org/x/text` | `v0.22.0` -> `v0.25.0` | | `k8s.io/apimachinery` | `v0.32.2` -> `v0.33.0` | | `k8s.io/utils` | `v0.0.0-20241104100929-3ea5e8cea738` -> `v0.0.0-20241210054802-24370beab758` | | `sigs.k8s.io/json` | `v0.0.0-20241010143419-9aa6b5e7a4b3` -> `v0.0.0-20241014173422-cfa47c3a1cc8` | | `sigs.k8s.io/structured-merge-diff/v4` | `v4.5.0` -> `v4.7.0` |
tommy closed this pull request 2025-05-17 13:55:12 +00:00
Author
Owner

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v0.17.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update (`v0.17.0`). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the `ignoreDeps` array of your Renovate config. If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pub/external-dns-domeneshop-webhook!5
No description provided.