What's Changed
- feat: NAT64 network source by @johannwagner in #4593
- docs: refactor title and organisation by @mloiseleur in #4726
- bump kustomize version to v0.15.0 by @Raffo in #4728
- update the docs to v0.15.0 by @Raffo in #4729
- Migrate to aws-sdk-go-v2 by @mjlshen in #4640
- Do not risk exposing unauthenticated webhook port on container by @kimsondrup in #4691
- feat(chart): Updated image to v0.15.0 by @stevehipwell in #4735
- docs: add reference to Efficient IP webhook provider by @PeterVanek in #4740
- docs: add reference to Netic's TidyDNS webhook provider by @kimsondrup in #4738
- fix: update with cloudflare and alibaba cloud by @mloiseleur in #4748
- fix(issue-4448): aws route53 inconsistent domain name handling - octal escapes by @ivankatliarchuk in #4582
- chore(deps): bump the dev-dependencies group across 1 directory with 13 updates by @dependabot in #4757
- adds soft error for google provider by @EWK20 in #4682
- chore(deps): bump the dev-dependencies group across 1 directory with 8 updates by @dependabot in #4763
- pdns provider: add optional argument for making the parameter server_id configurable by @romeroalx in #4753
- chore(deps): bump actions/checkout from 4.1.7 to 4.2.0 in the dev-dependencies group by @dependabot in #4775
- chore(deps): bump the dev-dependencies group across 1 directory with 21 updates by @dependabot in #4776
- add Vultr webhook provider reference by @happytreees in #4777
- feat(digitalocean): add mx and txt records support by @simonoff in #4690
- Add support for MX and SRV records in pdns provider by @saravanan30erd in #4648
- Remove deprecated rnds provider by @Raffo in #4788
- Update godaddy.md spelling and reference to NS1 by @claycooper in #4793
- chore(deps): bump actions/checkout from 4.2.0 to 4.2.1 in the dev-dependencies group by @dependabot in #4794
- chore(deps): bump the dev-dependencies group across 1 directory with 20 updates by @dependabot in #4797
- Do not expose the AWS role external id in the logs by @iul1an in #4706
- source node: Skip unschedulable nodes by @n-Arno in #4761
- add huaweicloud webhook to readme by @setoru in #4801
- add mikrotik provider reference by @mircea-pavel-anton in #4809
- feat: add azure zone list cache by @tanujd11 in #4811
- feat(aws-sd): tag services by @github-vincent-miszczak in #4745
- Add AWS_INSTANCE_IPV6 support to the AWS-SD provider by @mjlshen in #4721
- chore(deps): bump the dev-dependencies group across 1 directory with 21 updates by @dependabot in #4830
- chore(deps): bump the dev-dependencies group across 1 directory with 2 updates by @dependabot in #4829
- fix flaky aws sd test by @Raffo in #4832
- feat: add soft errors to pdns provider by @julillae in #4578
- [helm] Add global.imagePullSecrets by @jkroepke in #4667
- feat: log when endpoint ignored due to ownerid not match by @davhdavh in #4817
- fix: change function name to properly reflect crud by @AndrewCharlesHay in #4838
- chore(deps): bump the dev-dependencies group across 1 directory with 14 updates by @dependabot in #4842
- feat(cloudflare): support cloudflare region by @AndrewCharlesHay in #4646
- chore(deps): bump the dev-dependencies group across 1 directory with 24 updates by @dependabot in #4865
- chore(aws): add region ap-southeast-5 by @kuzm1ch in #4854
- chore(deps): bump the dev-dependencies group across 1 directory with 15 updates by @dependabot in #4877
- chore(deps): update go to v1.23.3 for CVE-2024-34156 by @goat-ssh in #4887
- fix(Google DNS): ensure trailing dot on NS records by @abaguas in #4847
- fix(aws): add soft error by @ninjaprox in #4886
- fix(aws): add soft error by @blanchardma in #4741
- Add options
labelFilter
andmanagedRecordTypes
in Helm Chart by @abaguas in #4849 - chore(deps): bump the dev-dependencies group across 1 directory with 21 updates by @dependabot in #4896
- docs(Azure DNS): fix tutorial about Azure identity variables by @EvanSchallerer in #4899
- fix(txt-suffix): avoid crash on domain without dot by @titilambert in #4885
- fix(pihole): gracefully avoid invalid request with wildcard by @MicahBird in #4904
- feat(webhook): initial OpenAPI spec by @mloiseleur in #4874
- chore(deps): bump the dev-dependencies group across 1 directory with 10 updates by @dependabot in #4911
- add abion webhook to readme by @abiondevelopment in #4912
- chore(deps): bump the dev-dependencies group across 1 directory with 17 updates by @dependabot in #4930
- Include labelSelector for affinity and topologySpreadConstraints by @pvickery-ParamountCommerce in #4666
- chore(deps): bump the dev-dependencies group across 1 directory with 11 updates by @dependabot in #4947
- chore(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0 by @dependabot in #4952
- feat(Azure DNS): add NS record support by @abaguas in #4846
- chore(deps): bump the dev-dependencies group across 1 directory with 12 updates by @dependabot in #4959
- update to latest ko version by @Raffo in #4962
- chore(deps): bump the dev-dependencies group with 9 updates by @dependabot in #4963
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
- @johannwagner made their first contribution in #4593
- @PeterVanek made their first contribution in #4740
- @ivankatliarchuk made their first contribution in #4582
- @EWK20 made their first contribution in #4682
- @romeroalx made their first contribution in #4753
- @happytreees made their first contribution in #4777
- @simonoff made their first contribution in #4690
- @saravanan30erd made their first contribution in #4648
- @claycooper made their first contribution in #4793
- @iul1an made their first contribution in #4706
- @n-Arno made their first contribution in #4761
- @setoru made their first contribution in #4801
- @mircea-pavel-anton made their first contribution in #4809
- @github-vincent-miszczak made their first contribution in #4745
- @julillae made their first contribution in #4578
- @kuzm1ch made their first contribution in #4854
- @goat-ssh made their first contribution in #4887
- @abaguas made their first contribution in #4847
- @ninjaprox made their first contribution in #4886
- @blanchardma made their first contribution in #4741
- @EvanSchallerer made their first contribution in #4899
- @MicahBird made their first contribution in #4904
- @abiondevelopment made their first contribution in #4912
- @pvickery-ParamountCommerce made their first contribution in #4666
Full Changelog: v0.15.0...v0.15.1