chore(deps): update registry.k8s.io/external-dns/external-dns docker tag to v0.15.0 - autoclosed #291

Merged
prskr merged 1 commit from renovate/registry.k8s.io-external-dns-external-dns-0.x into main 2024-09-08 07:09:30 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
registry.k8s.io/external-dns/external-dns Kustomization minor v0.14.2 -> v0.15.0

Release Notes

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

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

Images

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

New Contributors

Full Changelog: https://github.com/kubernetes-sigs/external-dns/compare/v0.14.2...v0.15.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 | |---|---|---|---| | [registry.k8s.io/external-dns/external-dns](https://github.com/kubernetes-sigs/external-dns) | Kustomization | minor | `v0.14.2` -> `v0.15.0` | --- ### Release Notes <details> <summary>kubernetes-sigs/external-dns (registry.k8s.io/external-dns/external-dns)</summary> ### [`v0.15.0`](https://github.com/kubernetes-sigs/external-dns/releases/tag/v0.15.0) [Compare Source](https://github.com/kubernetes-sigs/external-dns/compare/v0.14.2...v0.15.0) #### 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 - build(deps): bump actions/checkout from 4.1.5 to 4.1.6 in the dev-dependencies group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/kubernetes-sigs/external-dns/pull/4477 - Update kustomize version for v0.14.2 by [@&#8203;Raffo](https://github.com/Raffo) in https://github.com/kubernetes-sigs/external-dns/pull/4480 - build(deps): bump the dev-dependencies group with 8 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/kubernetes-sigs/external-dns/pull/4478 - update docs to v0.14.2 by [@&#8203;Raffo](https://github.com/Raffo) in https://github.com/kubernetes-sigs/external-dns/pull/4481 - build(deps): bump GrantBirki/json-yaml-validate from 2.7.1 to 3.0.0 in the dev-dependencies group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/kubernetes-sigs/external-dns/pull/4489 - fix: re-add api-approved.kubernetes.io annotation by [@&#8203;morremeyer](https://github.com/morremeyer) in https://github.com/kubernetes-sigs/external-dns/pull/4488 - feat(webhooks): pass webhook-\* annotations to webhook providers by [@&#8203;Raffo](https://github.com/Raffo) in https://github.com/kubernetes-sigs/external-dns/pull/4458 - fix(traefik): Nil pointer exception if legacy traefik is disabled by [@&#8203;kbudde](https://github.com/kbudde) in https://github.com/kubernetes-sigs/external-dns/pull/4502 - add unifi webhook to readme by [@&#8203;onedr0p](https://github.com/onedr0p) in https://github.com/kubernetes-sigs/external-dns/pull/4504 - Drop experimental notice in webhook flags by [@&#8203;Raffo](https://github.com/Raffo) in https://github.com/kubernetes-sigs/external-dns/pull/4507 - feat(coredns): etcd authentication by [@&#8203;matthieugouel](https://github.com/matthieugouel) in https://github.com/kubernetes-sigs/external-dns/pull/4503 - Bump the dev-dependencies group across 1 directory with 13 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/kubernetes-sigs/external-dns/pull/4514 - Add Infoblox webhook provider by [@&#8203;k0da](https://github.com/k0da) in https://github.com/kubernetes-sigs/external-dns/pull/4513 - 🌱 docs(footer): Add trademark disclaimer by [@&#8203;mariasalcedo](https://github.com/mariasalcedo) in https://github.com/kubernetes-sigs/external-dns/pull/4529 - chore!: Remove infoblox in-tree provider by [@&#8203;mloiseleur](https://github.com/mloiseleur) in https://github.com/kubernetes-sigs/external-dns/pull/4516 - Update to Go 1.22.4 by [@&#8203;Raffo](https://github.com/Raffo) in https://github.com/kubernetes-sigs/external-dns/pull/4534 - Bump the dev-dependencies group across 1 directory with 19 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/kubernetes-sigs/external-dns/pull/4536 - Add documentation about etcd HTTPS for CoreDNS provider by [@&#8203;AlessandroZanatta](https://github.com/AlessandroZanatta) in https://github.com/kubernetes-sigs/external-dns/pull/4538 - chore(chart): Released chart for v0.14.2 by [@&#8203;stevehipwell](https://github.com/stevehipwell) in https://github.com/kubernetes-sigs/external-dns/pull/4541 - Bump the dev-dependencies group with 4 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/kubernetes-sigs/external-dns/pull/4540 - feat(aws): use AWS profiles using .credentials file by [@&#8203;roehrijn](https://github.com/roehrijn) in https://github.com/kubernetes-sigs/external-dns/pull/3973 - fix(cloudflare): trimSpace on token read from file by [@&#8203;simonostendorf](https://github.com/simonostendorf) in https://github.com/kubernetes-sigs/external-dns/pull/4515 - docs: upgrade mkdocs and fix broken links by [@&#8203;mloiseleur](https://github.com/mloiseleur) in https://github.com/kubernetes-sigs/external-dns/pull/4378 - chore(deps): bump github.com/vektah/gqlparser/v2 from 2.5.1 to 2.5.14 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/kubernetes-sigs/external-dns/pull/4546 - chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.2 to 1.6.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/kubernetes-sigs/external-dns/pull/4544 - chore(deps): bump the dev-dependencies group across 1 directory with 19 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/kubernetes-sigs/external-dns/pull/4562 - chore(deps): bump actions/checkout from 4.1.6 to 4.1.7 in the dev-dependencies group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/kubernetes-sigs/external-dns/pull/4547 - feat(rfc2136): add PTR optional support by [@&#8203;angeloxx](https://github.com/angeloxx) in https://github.com/kubernetes-sigs/external-dns/pull/4283 - Update cloudflare.md by [@&#8203;tobiabocchi](https://github.com/tobiabocchi) in https://github.com/kubernetes-sigs/external-dns/pull/4583 - feat!: update GRPCRoute client from v1alpha2 to stable v1 by [@&#8203;thameezb](https://github.com/thameezb) in https://github.com/kubernetes-sigs/external-dns/pull/4567 - docs(annotations): note how to set multiple hostnames by [@&#8203;hopkinsth](https://github.com/hopkinsth) in https://github.com/kubernetes-sigs/external-dns/pull/4602 - chore(deps): bump the dev-dependencies group across 1 directory with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/kubernetes-sigs/external-dns/pull/4604 - Gateway API: Revert Gateway and HTTPRoute objects from v1 to v1beta1 by [@&#8203;abursavich](https://github.com/abursavich) in https://github.com/kubernetes-sigs/external-dns/pull/4610 - chore(deps): bump google.golang.org/grpc from 1.64.0 to 1.64.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/kubernetes-sigs/external-dns/pull/4600 - chore(deps): bump the dev-dependencies group across 1 directory with 37 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/kubernetes-sigs/external-dns/pull/4655 - docs: fix broken link by [@&#8203;ilmax](https://github.com/ilmax) in https://github.com/kubernetes-sigs/external-dns/pull/4662 - azure-private-dns: Fix LoadBalancer example by [@&#8203;orgads](https://github.com/orgads) in https://github.com/kubernetes-sigs/external-dns/pull/4663 - AWS: Change documentation to use Helm values by [@&#8203;pier-oliviert](https://github.com/pier-oliviert) in https://github.com/kubernetes-sigs/external-dns/pull/4577 - chore(deps): bump the dev-dependencies group across 1 directory with 10 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/kubernetes-sigs/external-dns/pull/4668 - Improve MinEventInterval compliance with docs by [@&#8203;tjamet](https://github.com/tjamet) in https://github.com/kubernetes-sigs/external-dns/pull/3400 - Add provider cache by [@&#8203;tjamet](https://github.com/tjamet) in https://github.com/kubernetes-sigs/external-dns/pull/4597 - chore: update maintainers by [@&#8203;mloiseleur](https://github.com/mloiseleur) in https://github.com/kubernetes-sigs/external-dns/pull/4679 - fix(helm): make use of resource values for webhook by [@&#8203;crutonjohn](https://github.com/crutonjohn) in https://github.com/kubernetes-sigs/external-dns/pull/4560 - Fix AWS Cloud Map docs: annotation key/value pairs must be strings by [@&#8203;mjlshen](https://github.com/mjlshen) in https://github.com/kubernetes-sigs/external-dns/pull/4683 - Webhook provider helm chart fixes by [@&#8203;kimsondrup](https://github.com/kimsondrup) in https://github.com/kubernetes-sigs/external-dns/pull/4643 - chore(deps): bump the dev-dependencies group across 1 directory with 16 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/kubernetes-sigs/external-dns/pull/4684 - chore(deps): bump GrantBirki/json-yaml-validate from 3.0.0 to 3.1.0 in the dev-dependencies group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/kubernetes-sigs/external-dns/pull/4685 - Add tutorial to DynamoDB registry docs by [@&#8203;mjlshen](https://github.com/mjlshen) in https://github.com/kubernetes-sigs/external-dns/pull/4686 - chore(deps): bump GrantBirki/json-yaml-validate from 3.1.0 to 3.2.0 in the dev-dependencies group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/kubernetes-sigs/external-dns/pull/4700 - chore(deps): bump GrantBirki/json-yaml-validate from 3.2.0 to 3.2.1 in the dev-dependencies group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/kubernetes-sigs/external-dns/pull/4702 - chore: upgrade ExternalDNS to go 1.23 by [@&#8203;mloiseleur](https://github.com/mloiseleur) in https://github.com/kubernetes-sigs/external-dns/pull/4698 - feat: add annotation and label filters to Ambassador Host Source by [@&#8203;KyleMartin901](https://github.com/KyleMartin901) in https://github.com/kubernetes-sigs/external-dns/pull/2633 - Add RouterOS provider to README.md by [@&#8203;benfiola](https://github.com/benfiola) in https://github.com/kubernetes-sigs/external-dns/pull/4714 - feat: support dual stack for gateway api by [@&#8203;thameezb](https://github.com/thameezb) in https://github.com/kubernetes-sigs/external-dns/pull/4469 - chore(deps): bump actions/setup-python from 5.1.1 to 5.2.0 in the dev-dependencies group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/kubernetes-sigs/external-dns/pull/4712 - chore: remove unmaintained providers by [@&#8203;mloiseleur](https://github.com/mloiseleur) in https://github.com/kubernetes-sigs/external-dns/pull/4719 #### Images docker pull registry.k8s.io/external-dns/external-dns:v0.15.0 #### New Contributors - [@&#8203;kbudde](https://github.com/kbudde) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/4502 - [@&#8203;matthieugouel](https://github.com/matthieugouel) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/4503 - [@&#8203;mariasalcedo](https://github.com/mariasalcedo) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/4529 - [@&#8203;AlessandroZanatta](https://github.com/AlessandroZanatta) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/4538 - [@&#8203;roehrijn](https://github.com/roehrijn) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/3973 - [@&#8203;simonostendorf](https://github.com/simonostendorf) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/4515 - [@&#8203;angeloxx](https://github.com/angeloxx) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/4283 - [@&#8203;tobiabocchi](https://github.com/tobiabocchi) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/4583 - [@&#8203;thameezb](https://github.com/thameezb) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/4567 - [@&#8203;hopkinsth](https://github.com/hopkinsth) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/4602 - [@&#8203;ilmax](https://github.com/ilmax) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/4662 - [@&#8203;orgads](https://github.com/orgads) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/4663 - [@&#8203;pier-oliviert](https://github.com/pier-oliviert) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/4577 - [@&#8203;crutonjohn](https://github.com/crutonjohn) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/4560 - [@&#8203;mjlshen](https://github.com/mjlshen) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/4683 - [@&#8203;kimsondrup](https://github.com/kimsondrup) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/4643 - [@&#8203;KyleMartin901](https://github.com/KyleMartin901) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/2633 - [@&#8203;benfiola](https://github.com/benfiola) made their first contribution in https://github.com/kubernetes-sigs/external-dns/pull/4714 **Full Changelog**: https://github.com/kubernetes-sigs/external-dns/compare/v0.14.2...v0.15.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:eyJjcmVhdGVkSW5WZXIiOiIzOC41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzguNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
prskr added 1 commit 2024-09-07 18:37:16 +00:00
prskr merged commit dc32a825e5 into main 2024-09-08 07:09:30 +00:00
prskr deleted branch renovate/registry.k8s.io-external-dns-external-dns-0.x 2024-09-08 07:09:31 +00:00
prskr changed title from chore(deps): update registry.k8s.io/external-dns/external-dns docker tag to v0.15.0 to chore(deps): update registry.k8s.io/external-dns/external-dns docker tag to v0.15.0 - autoclosed 2024-09-08 07:10:23 +00:00
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: infrastructure/apps#291
No description provided.