Skip to content
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

build(deps): bump the dev-dependencies group with 7 updates #4144

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2023

Bumps the dev-dependencies group with 7 updates:

Package From To
github.com/aliyun/alibaba-cloud-sdk-go 1.62.643 1.62.648
github.com/aws/aws-sdk-go 1.49.8 1.49.12
github.com/maxatome/go-testdeep 1.13.0 1.14.0
github.com/prometheus/client_golang 1.17.0 1.18.0
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common 1.0.824 1.0.829
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod 1.0.824 1.0.829
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns 1.0.824 1.0.829

Updates github.com/aliyun/alibaba-cloud-sdk-go from 1.62.643 to 1.62.648

Release notes

Sourced from github.com/aliyun/alibaba-cloud-sdk-go's releases.

v1.62.648

  • Generated 2019-09-01 for OceanBasePro. undefined

v1.62.647

  • Generated 2022-01-30 for avatar. undefined

v1.62.646

  • Generated 2017-08-01 for polardb.
  • Support new feature.

v1.62.645

  • Generated 2016-11-01 for live.
  • Update to support new apis.

v1.62.644

  • Generated 2019-11-11 for clickhouse. undefined
Changelog

Sourced from github.com/aliyun/alibaba-cloud-sdk-go's changelog.

2023-12-28 Version: v1.62.648

  • Generated 2019-09-01 for OceanBasePro. undefined

2023-12-28 Version: v1.62.647

  • Generated 2022-01-30 for avatar. undefined

2023-12-27 Version: v1.62.646

  • Generated 2017-08-01 for polardb.
  • Support new feature.

2023-12-26 Version: v1.62.645

  • Generated 2016-11-01 for live.
  • Update to support new apis.

2023-12-25 Version: v1.62.644

  • Generated 2019-11-11 for clickhouse. undefined
Commits
  • 09e8b7c Generated 2019-09-01 for OceanBasePro.
  • f845059 Generated 2022-01-30 for avatar.
  • f88d89d Generated 2017-08-01 for polardb.
  • 2bcfbee Generated 2016-11-01 for live.
  • fadb9ed Generated 2019-11-11 for clickhouse.
  • See full diff in compare view

Updates github.com/aws/aws-sdk-go from 1.49.8 to 1.49.12

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.49.12 (2023-12-28)

Service Client Updates

  • service/codestar-connections: Updates service API
  • service/kinesis-video-archived-media: Updates service API and documentation
  • service/sagemaker: Updates service API and documentation
    • Amazon SageMaker Studio now supports Docker access from within app container

Release v1.49.11 (2023-12-27)

Service Client Updates

  • service/elasticmapreduce: Updates service API and documentation
    • Add support for customers to modify cluster attribute auto-terminate post cluster launch

Release v1.49.10 (2023-12-26)

Service Client Updates

  • service/iam: Updates service documentation
    • Documentation updates for AWS Identity and Access Management (IAM).

SDK Enhancements

  • aws: Add WithUseFIPSEndpoint to aws.Config. (#5078)
    • WithUseFIPSEndpoint can be used to explicitly enable or disable FIPS endpoint variants.

Release v1.49.9 (2023-12-22)

Service Client Updates

  • service/bedrock-agent: Updates service API
  • service/glue: Updates service API and documentation
    • This release adds additional configurations for Query Session Context on the following APIs: GetUnfilteredTableMetadata, GetUnfilteredPartitionMetadata, GetUnfilteredPartitionsMetadata.
  • service/lakeformation: Updates service API and documentation
  • service/mediaconnect: Updates service API and documentation
  • service/networkmonitor: Adds new service
  • service/omics: Updates service documentation
  • service/s3: Updates service examples
    • Added additional examples for some operations.
  • service/secretsmanager: Adds new service
    • Update endpoint rules and examples.
Commits

Updates github.com/maxatome/go-testdeep from 1.13.0 to 1.14.0

Release notes

Sourced from github.com/maxatome/go-testdeep's releases.

v1.14.0

Features

Fixes

  • in error reports, the origin operator was sometimes missing and sometimes wrong when using JSON, SubJSONOf and SuperJSONOf operators;
  • fix JSON, SubJSONOf and SuperJSONOf panic when using a bad placeholder several times in the same operator.

What's Changed in details

New Contributors

Full Changelog: maxatome/go-testdeep@v1.13.0...v1.14.0

Commits
  • fbd1f97 fix(tdsuite): verbose tests raised an error
  • 6250333 fix(JSON): mixing numeric and named placeholders didn't work correctly
  • 682b770 fix: collecting multiple times the same error leads to panic
  • 6a1fb6b docs: clarify panic(nil) case since go 1.21 introduced a change
  • 5a65b31 Correct spelling least
  • f3d049c test: use go 1.21 & golangci-lint 1.54.1 in CI
  • 92f5e63 feat(Struct): introduce lazy-Struct & lazy-SStruct
  • db15062 feat(Struct,SStruct): String() aligns values vertically
  • 7e45206 refactor: use ctxerr.BadKind for all "bad kind" errors
  • dd14546 refactor: standardize/simplify code
  • Additional commits viewable in compare view

Updates github.com/prometheus/client_golang from 1.17.0 to 1.18.0

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.18.0

What's Changed

  • [FEATURE] promlint: Allow creation of custom metric validations. #1311
  • [FEATURE] Go programs using client_golang can be built in wasip1 OS. #1350
  • [BUGFIX] histograms: Add timer to reset ASAP after bucket limiting has happened. #1367
  • [BUGFIX] testutil: Fix comparison of metrics with empty Help strings. #1378
  • [ENHANCEMENT] Improved performance of MetricVec.WithLabelValues(...). #1360

New Contributors

Full Changelog: prometheus/client_golang@v1.17.0...v1.18.0

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.18.0 / 2023-12-22

  • [FEATURE] promlint: Allow creation of custom metric validations. #1311
  • [FEATURE] Go programs using client_golang can be built in wasip1 OS. #1350
  • [BUGFIX] histograms: Add timer to reset ASAP after bucket limiting has happened. #1367
  • [BUGFIX] testutil: Fix comparison of metrics with empty Help strings. #1378
  • [ENHANCEMENT] Improved performance of MetricVec.WithLabelValues(...). #1360
Commits
  • 53be91d Revert "change api http.client to interface"
  • 1a2d072 Add 1.18 changelog
  • 239b123 Merge pull request #1387 from tsipo/main
  • 3f8bd73 Merge pull request #1370 from prometheus/dependabot/go_modules/tutorial/whats...
  • 5e55b31 Bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /tutorial/whatsup
  • e96fb18 Merge pull request #1401 from prometheus/dependabot/go_modules/golang.org/x/s...
  • 2a8fc90 Bump golang.org/x/sys from 0.13.0 to 0.15.0
  • 24d59e9 change client to interface, allow override by other implementations (e.g. git...
  • 80d3f0b Normalize empty help values in CollectAndCompare (#1378)
  • 3f80cd1 Add example of NewConstMetricWithCreatedTimestamp (#1375)
  • Additional commits viewable in compare view

Updates github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common from 1.0.824 to 1.0.829

Commits

Updates github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod from 1.0.824 to 1.0.829

Commits

Updates github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns from 1.0.824 to 1.0.829

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dev-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aliyun/alibaba-cloud-sdk-go](https://github.com/aliyun/alibaba-cloud-sdk-go) | `1.62.643` | `1.62.648` |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.49.8` | `1.49.12` |
| [github.com/maxatome/go-testdeep](https://github.com/maxatome/go-testdeep) | `1.13.0` | `1.14.0` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.18.0` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common](https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.824` | `1.0.829` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod](https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.824` | `1.0.829` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns](https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.824` | `1.0.829` |


Updates `github.com/aliyun/alibaba-cloud-sdk-go` from 1.62.643 to 1.62.648
- [Release notes](https://github.com/aliyun/alibaba-cloud-sdk-go/releases)
- [Changelog](https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/ChangeLog.txt)
- [Commits](aliyun/alibaba-cloud-sdk-go@v1.62.643...v1.62.648)

Updates `github.com/aws/aws-sdk-go` from 1.49.8 to 1.49.12
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.49.8...v1.49.12)

Updates `github.com/maxatome/go-testdeep` from 1.13.0 to 1.14.0
- [Release notes](https://github.com/maxatome/go-testdeep/releases)
- [Commits](maxatome/go-testdeep@v1.13.0...v1.14.0)

Updates `github.com/prometheus/client_golang` from 1.17.0 to 1.18.0
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.17.0...v1.18.0)

Updates `github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common` from 1.0.824 to 1.0.829
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.824...v1.0.829)

Updates `github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod` from 1.0.824 to 1.0.829
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.824...v1.0.829)

Updates `github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns` from 1.0.824 to 1.0.829
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.824...v1.0.829)

---
updated-dependencies:
- dependency-name: github.com/aliyun/alibaba-cloud-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/maxatome/go-testdeep
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 29, 2023
@dependabot dependabot bot requested a review from njuettner December 29, 2023 03:54
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Dec 29, 2023
@k8s-ci-robot
Copy link
Contributor

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-ci-robot k8s-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Dec 29, 2023
@Raffo
Copy link
Contributor

Raffo commented Dec 29, 2023

/ok-to-test

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Dec 29, 2023
@Raffo
Copy link
Contributor

Raffo commented Dec 29, 2023

/approve
/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Dec 29, 2023
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Raffo

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Dec 29, 2023
@k8s-ci-robot k8s-ci-robot merged commit 9546500 into master Dec 29, 2023
18 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/dev-dependencies-9feabcf869 branch December 29, 2023 09:00
truecharts-admin referenced this pull request in truecharts/charts Mar 22, 2024
…rnal-dns to v0.14.1@7bb4c52 by renovate (#19644)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[registry.k8s.io/external-dns/external-dns](https://github.com/kubernetes-sigs/external-dns)
| patch | `v0.14.0` -> `v0.14.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>kubernetes-sigs/external-dns
(registry.k8s.io/external-dns/external-dns)</summary>

###
[`v0.14.1`](https://github.com/kubernetes-sigs/external-dns/releases/tag/v0.14.1)

[Compare
Source](https://github.com/kubernetes-sigs/external-dns/compare/v0.14.0...v0.14.1)

#### What's Changed

- docs: add reference to adguard webhook provider by
[@&#8203;muhlba91](https://github.com/muhlba91) in
[https://github.com/kubernetes-sigs/external-dns/pull/4030](https://github.com/kubernetes-sigs/external-dns/pull/4030)
- Update azure.md by [@&#8203;sesoldi](https://github.com/sesoldi) in
[https://github.com/kubernetes-sigs/external-dns/pull/4009](https://github.com/kubernetes-sigs/external-dns/pull/4009)
- add initial support for gw apis 1.0.0 GA by
[@&#8203;larivierec](https://github.com/larivierec) in
[https://github.com/kubernetes-sigs/external-dns/pull/4019](https://github.com/kubernetes-sigs/external-dns/pull/4019)
- build(deps): bump the dev-dependencies group with 3 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/kubernetes-sigs/external-dns/pull/4028](https://github.com/kubernetes-sigs/external-dns/pull/4028)
- add stackit webhook to readme by
[@&#8203;PatrickKoss](https://github.com/PatrickKoss) in
[https://github.com/kubernetes-sigs/external-dns/pull/4029](https://github.com/kubernetes-sigs/external-dns/pull/4029)
- Add org.opencontainers.image.source label to container image by
[@&#8203;robinschneider](https://github.com/robinschneider) in
[https://github.com/kubernetes-sigs/external-dns/pull/4022](https://github.com/kubernetes-sigs/external-dns/pull/4022)
- bump kustomize version to v0.14.0 by
[@&#8203;Raffo](https://github.com/Raffo) in
[https://github.com/kubernetes-sigs/external-dns/pull/4024](https://github.com/kubernetes-sigs/external-dns/pull/4024)
- OCI Provider private zone and workload identity support by
[@&#8203;anders-swanson](https://github.com/anders-swanson) in
[https://github.com/kubernetes-sigs/external-dns/pull/3995](https://github.com/kubernetes-sigs/external-dns/pull/3995)
- RFC2136: Allow multiple zones by
[@&#8203;CRASH-Tech](https://github.com/CRASH-Tech) in
[https://github.com/kubernetes-sigs/external-dns/pull/3976](https://github.com/kubernetes-sigs/external-dns/pull/3976)
- chore(chart): Updated GH workflows by
[@&#8203;stevehipwell](https://github.com/stevehipwell) in
[https://github.com/kubernetes-sigs/external-dns/pull/4010](https://github.com/kubernetes-sigs/external-dns/pull/4010)
- fix: dynamodb registry when statements over 25 by
[@&#8203;danie1sullivan](https://github.com/danie1sullivan) in
[https://github.com/kubernetes-sigs/external-dns/pull/4021](https://github.com/kubernetes-sigs/external-dns/pull/4021)
- Allow to configure revisionHistoryLimit on the K8s Deployment resource
by [@&#8203;arnisoph](https://github.com/arnisoph) in
[https://github.com/kubernetes-sigs/external-dns/pull/4008](https://github.com/kubernetes-sigs/external-dns/pull/4008)
- chore: Bump kingpin/v2 dep by
[@&#8203;mrueg](https://github.com/mrueg) in
[https://github.com/kubernetes-sigs/external-dns/pull/4033](https://github.com/kubernetes-sigs/external-dns/pull/4033)
- Update all image versions in documentation by
[@&#8203;Raffo](https://github.com/Raffo) in
[https://github.com/kubernetes-sigs/external-dns/pull/4037](https://github.com/kubernetes-sigs/external-dns/pull/4037)
- updated various broken link in ultradns tutorial by
[@&#8203;kundan2707](https://github.com/kundan2707) in
[https://github.com/kubernetes-sigs/external-dns/pull/3794](https://github.com/kubernetes-sigs/external-dns/pull/3794)
- Make --ignore-hostname-annotation flag more consistent by
[@&#8203;johngmyers](https://github.com/johngmyers) in
[https://github.com/kubernetes-sigs/external-dns/pull/3964](https://github.com/kubernetes-sigs/external-dns/pull/3964)
- service source uses externalIPs in ExternalName type if available by
[@&#8203;dromie](https://github.com/dromie) in
[https://github.com/kubernetes-sigs/external-dns/pull/4007](https://github.com/kubernetes-sigs/external-dns/pull/4007)
- build(deps): bump the dev-dependencies group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/kubernetes-sigs/external-dns/pull/4046](https://github.com/kubernetes-sigs/external-dns/pull/4046)
- fix(google): ensure trailing dot for SRV records by
[@&#8203;siliconsheep](https://github.com/siliconsheep) in
[https://github.com/kubernetes-sigs/external-dns/pull/4048](https://github.com/kubernetes-sigs/external-dns/pull/4048)
- oracle provider: dns zone cache by
[@&#8203;anders-swanson](https://github.com/anders-swanson) in
[https://github.com/kubernetes-sigs/external-dns/pull/4049](https://github.com/kubernetes-sigs/external-dns/pull/4049)
- fix(httpProxy): drop status==valid filter by
[@&#8203;nefelim4ag](https://github.com/nefelim4ag) in
[https://github.com/kubernetes-sigs/external-dns/pull/3978](https://github.com/kubernetes-sigs/external-dns/pull/3978)
- doc: added --infoblox-view argument to Infoblox documentation by
[@&#8203;tanerm](https://github.com/tanerm) in
[https://github.com/kubernetes-sigs/external-dns/pull/4036](https://github.com/kubernetes-sigs/external-dns/pull/4036)
- fix: regression on scaleway provider in 0.14.0 by
[@&#8203;M0NsTeRRR](https://github.com/M0NsTeRRR) in
[https://github.com/kubernetes-sigs/external-dns/pull/4039](https://github.com/kubernetes-sigs/external-dns/pull/4039)
- Add GleSYS to the readme for webhooks by
[@&#8203;glesys-andreas](https://github.com/glesys-andreas) in
[https://github.com/kubernetes-sigs/external-dns/pull/4054](https://github.com/kubernetes-sigs/external-dns/pull/4054)
- build(deps): bump the dev-dependencies group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/kubernetes-sigs/external-dns/pull/4057](https://github.com/kubernetes-sigs/external-dns/pull/4057)
- feat: make webhook httpapi reusable by
[@&#8203;mrueg](https://github.com/mrueg) in
[https://github.com/kubernetes-sigs/external-dns/pull/4065](https://github.com/kubernetes-sigs/external-dns/pull/4065)
- Make routegroup client IPv6 compatible by
[@&#8203;mikkeloscar](https://github.com/mikkeloscar) in
[https://github.com/kubernetes-sigs/external-dns/pull/4068](https://github.com/kubernetes-sigs/external-dns/pull/4068)
- doc: fix link to ionos webhook provider by
[@&#8203;akrieg-ionos](https://github.com/akrieg-ionos) in
[https://github.com/kubernetes-sigs/external-dns/pull/4031](https://github.com/kubernetes-sigs/external-dns/pull/4031)
- feat(chart): Added complex provider support by
[@&#8203;stevehipwell](https://github.com/stevehipwell) in
[https://github.com/kubernetes-sigs/external-dns/pull/4085](https://github.com/kubernetes-sigs/external-dns/pull/4085)
- chore: update 45 go modules dependancies by
[@&#8203;mloiseleur](https://github.com/mloiseleur) in
[https://github.com/kubernetes-sigs/external-dns/pull/4088](https://github.com/kubernetes-sigs/external-dns/pull/4088)
- webhook: Move httpapi into own package by
[@&#8203;mrueg](https://github.com/mrueg) in
[https://github.com/kubernetes-sigs/external-dns/pull/4084](https://github.com/kubernetes-sigs/external-dns/pull/4084)
- doc: Add netcup webhook provider by
[@&#8203;mrueg](https://github.com/mrueg) in
[https://github.com/kubernetes-sigs/external-dns/pull/4095](https://github.com/kubernetes-sigs/external-dns/pull/4095)
- build(deps): bump the dev-dependencies group with 3 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/kubernetes-sigs/external-dns/pull/4097](https://github.com/kubernetes-sigs/external-dns/pull/4097)
- update to add il-central-1 by
[@&#8203;theloneexplorerquest](https://github.com/theloneexplorerquest)
in
[https://github.com/kubernetes-sigs/external-dns/pull/4093](https://github.com/kubernetes-sigs/external-dns/pull/4093)
- Add readme bizflycloud webhook provider by
[@&#8203;huyduong2792](https://github.com/huyduong2792) in
[https://github.com/kubernetes-sigs/external-dns/pull/4079](https://github.com/kubernetes-sigs/external-dns/pull/4079)
- fix: Allow revisionHistoryLimit to be set to 0 by
[@&#8203;bodgit](https://github.com/bodgit) in
[https://github.com/kubernetes-sigs/external-dns/pull/4053](https://github.com/kubernetes-sigs/external-dns/pull/4053)
- helm: Avoid unnecessary pod restart on each helm chart version by
[@&#8203;jkroepke](https://github.com/jkroepke) in
[https://github.com/kubernetes-sigs/external-dns/pull/4103](https://github.com/kubernetes-sigs/external-dns/pull/4103)
- Correct typo from 'Kuberntes' to 'Kubernetes' by
[@&#8203;jongwooo](https://github.com/jongwooo) in
[https://github.com/kubernetes-sigs/external-dns/pull/4118](https://github.com/kubernetes-sigs/external-dns/pull/4118)
- build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/kubernetes-sigs/external-dns/pull/4123](https://github.com/kubernetes-sigs/external-dns/pull/4123)
- cleanup: remove dead code (`(Create|Update|Delete)Records` functions
in AWS, Google, DNSimple) by
[@&#8203;mloiseleur](https://github.com/mloiseleur) in
[https://github.com/kubernetes-sigs/external-dns/pull/4129](https://github.com/kubernetes-sigs/external-dns/pull/4129)
- ci: remove `confusing-naming` property by
[@&#8203;PascalBourdier](https://github.com/PascalBourdier) in
[https://github.com/kubernetes-sigs/external-dns/pull/4116](https://github.com/kubernetes-sigs/external-dns/pull/4116)
- chore: fix code comment by
[@&#8203;tanujd11](https://github.com/tanujd11) in
[https://github.com/kubernetes-sigs/external-dns/pull/4131](https://github.com/kubernetes-sigs/external-dns/pull/4131)
- fix: include cloudflare error in metrics and logs by
[@&#8203;danie1sullivan](https://github.com/danie1sullivan) in
[https://github.com/kubernetes-sigs/external-dns/pull/4082](https://github.com/kubernetes-sigs/external-dns/pull/4082)
- gateway-api: fix wildcard matching by
[@&#8203;abursavich](https://github.com/abursavich) in
[https://github.com/kubernetes-sigs/external-dns/pull/4124](https://github.com/kubernetes-sigs/external-dns/pull/4124)
- build(deps): bump the dev-dependencies group with 23 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/kubernetes-sigs/external-dns/pull/4134](https://github.com/kubernetes-sigs/external-dns/pull/4134)
- Hetzner webhook provider readme link by
[@&#8203;mconfalonieri](https://github.com/mconfalonieri) in
[https://github.com/kubernetes-sigs/external-dns/pull/4051](https://github.com/kubernetes-sigs/external-dns/pull/4051)
- Fix timeout for traefik-proxy source by
[@&#8203;k8r-io](https://github.com/k8r-io) in
[https://github.com/kubernetes-sigs/external-dns/pull/4076](https://github.com/kubernetes-sigs/external-dns/pull/4076)
- build(deps): bump the dev-dependencies group with 7 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/kubernetes-sigs/external-dns/pull/4144](https://github.com/kubernetes-sigs/external-dns/pull/4144)
- fix: remove useless functions by
[@&#8203;PascalBourdier](https://github.com/PascalBourdier) in
[https://github.com/kubernetes-sigs/external-dns/pull/4115](https://github.com/kubernetes-sigs/external-dns/pull/4115)
- fix(ambassador): don't resolve LB hostname by
[@&#8203;fad3t](https://github.com/fad3t) in
[https://github.com/kubernetes-sigs/external-dns/pull/4092](https://github.com/kubernetes-sigs/external-dns/pull/4092)
- doc(azure): shows how to use userAssignedIdentityID with clientId in
azure.json by [@&#8203;thesse1](https://github.com/thesse1) in
[https://github.com/kubernetes-sigs/external-dns/pull/4133](https://github.com/kubernetes-sigs/external-dns/pull/4133)
- build(deps): bump the dev-dependencies group with 4 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/kubernetes-sigs/external-dns/pull/4146](https://github.com/kubernetes-sigs/external-dns/pull/4146)
- webhook: Fix metric name and add request gauges by
[@&#8203;mrueg](https://github.com/mrueg) in
[https://github.com/kubernetes-sigs/external-dns/pull/4078](https://github.com/kubernetes-sigs/external-dns/pull/4078)
- build(deps): bump the dev-dependencies group with 2 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/kubernetes-sigs/external-dns/pull/4145](https://github.com/kubernetes-sigs/external-dns/pull/4145)
- build(deps): bump the dev-dependencies group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/kubernetes-sigs/external-dns/pull/4154](https://github.com/kubernetes-sigs/external-dns/pull/4154)
- fix: heritage txt record was not able to be created for txt record by
[@&#8203;tanujd11](https://github.com/tanujd11) in
[https://github.com/kubernetes-sigs/external-dns/pull/4140](https://github.com/kubernetes-sigs/external-dns/pull/4140)
- build(deps): bump the dev-dependencies group with 9 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/kubernetes-sigs/external-dns/pull/4155](https://github.com/kubernetes-sigs/external-dns/pull/4155)
- fix(istio): support for ExternalIPs in Istio resources by
[@&#8203;KarstenSiemer](https://github.com/KarstenSiemer) in
[https://github.com/kubernetes-sigs/external-dns/pull/4094](https://github.com/kubernetes-sigs/external-dns/pull/4094)
- Update rfc2136 provider to split out changes per zone by
[@&#8203;gregsidelinger](https://github.com/gregsidelinger) in
[https://github.com/kubernetes-sigs/external-dns/pull/4107](https://github.com/kubernetes-sigs/external-dns/pull/4107)
- Exoscale provider optimization by
[@&#8203;kobajagi](https://github.com/kobajagi) in
[https://github.com/kubernetes-sigs/external-dns/pull/4071](https://github.com/kubernetes-sigs/external-dns/pull/4071)
- fix: godaddy - rate limiter add one token every second by
[@&#8203;nefelim4ag](https://github.com/nefelim4ag) in
[https://github.com/kubernetes-sigs/external-dns/pull/4087](https://github.com/kubernetes-sigs/external-dns/pull/4087)
- feat(helm-chart): Allow configuration of ipFamilyPolicy by
[@&#8203;dongjiang1989](https://github.com/dongjiang1989) in
[https://github.com/kubernetes-sigs/external-dns/pull/4153](https://github.com/kubernetes-sigs/external-dns/pull/4153)
- chore(chart): Deprecated secretConfiguration by
[@&#8203;stevehipwell](https://github.com/stevehipwell) in
[https://github.com/kubernetes-sigs/external-dns/pull/4161](https://github.com/kubernetes-sigs/external-dns/pull/4161)
- feat: support webhook provider in Chart by
[@&#8203;mloiseleur](https://github.com/mloiseleur) in
[https://github.com/kubernetes-sigs/external-dns/pull/4032](https://github.com/kubernetes-sigs/external-dns/pull/4032)
- feat(helm-chart): Released chart for v0.14.0 by
[@&#8203;appkins](https://github.com/appkins) in
[https://github.com/kubernetes-sigs/external-dns/pull/4073](https://github.com/kubernetes-sigs/external-dns/pull/4073)
- chore(chart): Fixed chart changelog by
[@&#8203;stevehipwell](https://github.com/stevehipwell) in
[https://github.com/kubernetes-sigs/external-dns/pull/4168](https://github.com/kubernetes-sigs/external-dns/pull/4168)
- fix(pdns): provider implicitly changes CNAME to ALIAS by
[@&#8203;tmaroschik](https://github.com/tmaroschik) in
[https://github.com/kubernetes-sigs/external-dns/pull/4162](https://github.com/kubernetes-sigs/external-dns/pull/4162)
- fix(chart): Fix webhook install failure by
[@&#8203;gabe565](https://github.com/gabe565) in
[https://github.com/kubernetes-sigs/external-dns/pull/4173](https://github.com/kubernetes-sigs/external-dns/pull/4173)
- fix: provide possibility to have a soft error mode by
[@&#8203;szuecs](https://github.com/szuecs) in
[https://github.com/kubernetes-sigs/external-dns/pull/4166](https://github.com/kubernetes-sigs/external-dns/pull/4166)
- \[helm] Allow tpl in provider again by
[@&#8203;jkroepke](https://github.com/jkroepke) in
[https://github.com/kubernetes-sigs/external-dns/pull/4180](https://github.com/kubernetes-sigs/external-dns/pull/4180)
- Fix args for webhook deployment by
[@&#8203;webwurst](https://github.com/webwurst) in
[https://github.com/kubernetes-sigs/external-dns/pull/4202](https://github.com/kubernetes-sigs/external-dns/pull/4202)
- add RBAC fix to namespaces - get, watch, list to each gateway-\*route
by [@&#8203;orenlevi111](https://github.com/orenlevi111) in
[https://github.com/kubernetes-sigs/external-dns/pull/4205](https://github.com/kubernetes-sigs/external-dns/pull/4205)
- chore: Released chart v1.14.3 by
[@&#8203;stevehipwell](https://github.com/stevehipwell) in
[https://github.com/kubernetes-sigs/external-dns/pull/4208](https://github.com/kubernetes-sigs/external-dns/pull/4208)
- build(deps): bump the dev-dependencies group with 24 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/kubernetes-sigs/external-dns/pull/4227](https://github.com/kubernetes-sigs/external-dns/pull/4227)
- Fix "workload identity" spelling by
[@&#8203;gdubicki](https://github.com/gdubicki) in
[https://github.com/kubernetes-sigs/external-dns/pull/4201](https://github.com/kubernetes-sigs/external-dns/pull/4201)
- feat(aws-provider): create flag to support sub-domains match parent by
[@&#8203;thiagoluiznunes](https://github.com/thiagoluiznunes) in
[https://github.com/kubernetes-sigs/external-dns/pull/4236](https://github.com/kubernetes-sigs/external-dns/pull/4236)
- Change coredns testing to fix failing tests by
[@&#8203;pascalgn](https://github.com/pascalgn) in
[https://github.com/kubernetes-sigs/external-dns/pull/4245](https://github.com/kubernetes-sigs/external-dns/pull/4245)
- Validate AWS record values size during batch set generation by
[@&#8203;megum1n](https://github.com/megum1n) in
[https://github.com/kubernetes-sigs/external-dns/pull/4126](https://github.com/kubernetes-sigs/external-dns/pull/4126)
- build(deps): bump the dev-dependencies group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/kubernetes-sigs/external-dns/pull/4222](https://github.com/kubernetes-sigs/external-dns/pull/4222)
- build(deps): bump the dev-dependencies group with 13 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/kubernetes-sigs/external-dns/pull/4246](https://github.com/kubernetes-sigs/external-dns/pull/4246)
- Update link to current workshop by
[@&#8203;AndrewCharlesHay](https://github.com/AndrewCharlesHay) in
[https://github.com/kubernetes-sigs/external-dns/pull/4170](https://github.com/kubernetes-sigs/external-dns/pull/4170)
- cleanup: Drop additional docker files by
[@&#8203;mrueg](https://github.com/mrueg) in
[https://github.com/kubernetes-sigs/external-dns/pull/4182](https://github.com/kubernetes-sigs/external-dns/pull/4182)
- chore: update the slack channel URL into the github support template
by [@&#8203;angegar](https://github.com/angegar) in
[https://github.com/kubernetes-sigs/external-dns/pull/3815](https://github.com/kubernetes-sigs/external-dns/pull/3815)
- add soft error by
[@&#8203;jeanfrancoislelezec](https://github.com/jeanfrancoislelezec)
in
[https://github.com/kubernetes-sigs/external-dns/pull/4199](https://github.com/kubernetes-sigs/external-dns/pull/4199)
- Fix Gateway API TLS TCP Route by
[@&#8203;zs-ko](https://github.com/zs-ko) in
[https://github.com/kubernetes-sigs/external-dns/pull/4213](https://github.com/kubernetes-sigs/external-dns/pull/4213)
- Update the OCI Provider to incorporate SoftError to avoid
CrashLoopBackoff by [@&#8203;jrosinsk](https://github.com/jrosinsk) in
[https://github.com/kubernetes-sigs/external-dns/pull/4229](https://github.com/kubernetes-sigs/external-dns/pull/4229)
- Add Gcore provider on readme by
[@&#8203;kokizzu](https://github.com/kokizzu) in
[https://github.com/kubernetes-sigs/external-dns/pull/4256](https://github.com/kubernetes-sigs/external-dns/pull/4256)
- feat: enable Azure subscription ID override by
[@&#8203;pascalgn](https://github.com/pascalgn) in
[https://github.com/kubernetes-sigs/external-dns/pull/4186](https://github.com/kubernetes-sigs/external-dns/pull/4186)
- build(deps): bump the dev-dependencies group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/kubernetes-sigs/external-dns/pull/4254](https://github.com/kubernetes-sigs/external-dns/pull/4254)
- feat: allow setting dnsConfig by
[@&#8203;davhdavh](https://github.com/davhdavh) in
[https://github.com/kubernetes-sigs/external-dns/pull/4265](https://github.com/kubernetes-sigs/external-dns/pull/4265)
- build(deps): bump the dev-dependencies group with 17 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/kubernetes-sigs/external-dns/pull/4270](https://github.com/kubernetes-sigs/external-dns/pull/4270)
- build(deps): bump the dev-dependencies group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/kubernetes-sigs/external-dns/pull/4269](https://github.com/kubernetes-sigs/external-dns/pull/4269)
- build(deps): bump the dev-dependencies group with 6 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/kubernetes-sigs/external-dns/pull/4279](https://github.com/kubernetes-sigs/external-dns/pull/4279)
- docs: 📝 add Azure DNS w/workload identity blog post to readme by
[@&#8203;krukowskid](https://github.com/krukowskid) in
[https://github.com/kubernetes-sigs/external-dns/pull/4248](https://github.com/kubernetes-sigs/external-dns/pull/4248)
- feat(gandi): add support for personal access token by
[@&#8203;deadlybore](https://github.com/deadlybore) in
[https://github.com/kubernetes-sigs/external-dns/pull/4249](https://github.com/kubernetes-sigs/external-dns/pull/4249)
- RFC2136: Add support for DNS-over-TLS by
[@&#8203;iteratee](https://github.com/iteratee) in
[https://github.com/kubernetes-sigs/external-dns/pull/3974](https://github.com/kubernetes-sigs/external-dns/pull/3974)
- Fixing NAPTR support by
[@&#8203;jstudler](https://github.com/jstudler) in
[https://github.com/kubernetes-sigs/external-dns/pull/4212](https://github.com/kubernetes-sigs/external-dns/pull/4212)
- doc: explain how to use Azure internal load balancer by
[@&#8203;mloiseleur](https://github.com/mloiseleur) in
[https://github.com/kubernetes-sigs/external-dns/pull/4252](https://github.com/kubernetes-sigs/external-dns/pull/4252)
- fix(aws): allow alias records to be created when using the alias
annotation by [@&#8203;papayakiwi](https://github.com/papayakiwi) in
[https://github.com/kubernetes-sigs/external-dns/pull/4178](https://github.com/kubernetes-sigs/external-dns/pull/4178)
- fix(service): omit nil endpoints and prefer endpointsForHostname() by
[@&#8203;yurrriq](https://github.com/yurrriq) in
[https://github.com/kubernetes-sigs/external-dns/pull/4293](https://github.com/kubernetes-sigs/external-dns/pull/4293)
- chore: update maintainers by
[@&#8203;mloiseleur](https://github.com/mloiseleur) in
[https://github.com/kubernetes-sigs/external-dns/pull/4304](https://github.com/kubernetes-sigs/external-dns/pull/4304)
- build(deps): bump the dev-dependencies group with 21 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/kubernetes-sigs/external-dns/pull/4307](https://github.com/kubernetes-sigs/external-dns/pull/4307)
- build(deps): bump the dev-dependencies group with 6 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/kubernetes-sigs/external-dns/pull/4312](https://github.com/kubernetes-sigs/external-dns/pull/4312)
- feat(ambassador): add support for provider specific annotations by
[@&#8203;fad3t](https://github.com/fad3t) in
[https://github.com/kubernetes-sigs/external-dns/pull/4120](https://github.com/kubernetes-sigs/external-dns/pull/4120)
- 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/4313](https://github.com/kubernetes-sigs/external-dns/pull/4313)
- build(deps): bump the dev-dependencies group with 2 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/kubernetes-sigs/external-dns/pull/4314](https://github.com/kubernetes-sigs/external-dns/pull/4314)
- build(deps): bump the dev-dependencies group with 14 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/kubernetes-sigs/external-dns/pull/4321](https://github.com/kubernetes-sigs/external-dns/pull/4321)

#### Docker image

    registry.k8s.io/external-dns/external-dns:v0.14.0

#### New Contributors

- [@&#8203;muhlba91](https://github.com/muhlba91) made their first
contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4030](https://github.com/kubernetes-sigs/external-dns/pull/4030)
- [@&#8203;sesoldi](https://github.com/sesoldi) made their first
contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4009](https://github.com/kubernetes-sigs/external-dns/pull/4009)
- [@&#8203;larivierec](https://github.com/larivierec) made their first
contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4019](https://github.com/kubernetes-sigs/external-dns/pull/4019)
- [@&#8203;PatrickKoss](https://github.com/PatrickKoss) made their
first contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4029](https://github.com/kubernetes-sigs/external-dns/pull/4029)
- [@&#8203;robinschneider](https://github.com/robinschneider) made
their first contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4022](https://github.com/kubernetes-sigs/external-dns/pull/4022)
- [@&#8203;anders-swanson](https://github.com/anders-swanson) made
their first contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/3995](https://github.com/kubernetes-sigs/external-dns/pull/3995)
- [@&#8203;CRASH-Tech](https://github.com/CRASH-Tech) made their first
contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/3976](https://github.com/kubernetes-sigs/external-dns/pull/3976)
- [@&#8203;danie1sullivan](https://github.com/danie1sullivan) made
their first contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4021](https://github.com/kubernetes-sigs/external-dns/pull/4021)
- [@&#8203;arnisoph](https://github.com/arnisoph) made their first
contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4008](https://github.com/kubernetes-sigs/external-dns/pull/4008)
- [@&#8203;dromie](https://github.com/dromie) made their first
contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4007](https://github.com/kubernetes-sigs/external-dns/pull/4007)
- [@&#8203;siliconsheep](https://github.com/siliconsheep) made their
first contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4048](https://github.com/kubernetes-sigs/external-dns/pull/4048)
- [@&#8203;tanerm](https://github.com/tanerm) made their first
contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4036](https://github.com/kubernetes-sigs/external-dns/pull/4036)
- [@&#8203;glesys-andreas](https://github.com/glesys-andreas) made
their first contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4054](https://github.com/kubernetes-sigs/external-dns/pull/4054)
- [@&#8203;akrieg-ionos](https://github.com/akrieg-ionos) made their
first contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4031](https://github.com/kubernetes-sigs/external-dns/pull/4031)
-
[@&#8203;theloneexplorerquest](https://github.com/theloneexplorerquest)
made their first contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4093](https://github.com/kubernetes-sigs/external-dns/pull/4093)
- [@&#8203;huyduong2792](https://github.com/huyduong2792) made their
first contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4079](https://github.com/kubernetes-sigs/external-dns/pull/4079)
- [@&#8203;tanujd11](https://github.com/tanujd11) made their first
contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4131](https://github.com/kubernetes-sigs/external-dns/pull/4131)
- [@&#8203;mconfalonieri](https://github.com/mconfalonieri) made their
first contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4051](https://github.com/kubernetes-sigs/external-dns/pull/4051)
- [@&#8203;k8r-io](https://github.com/k8r-io) made their first
contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4076](https://github.com/kubernetes-sigs/external-dns/pull/4076)
- [@&#8203;thesse1](https://github.com/thesse1) made their first
contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4133](https://github.com/kubernetes-sigs/external-dns/pull/4133)
- [@&#8203;dongjiang1989](https://github.com/dongjiang1989) made their
first contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4153](https://github.com/kubernetes-sigs/external-dns/pull/4153)
- [@&#8203;appkins](https://github.com/appkins) made their first
contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4073](https://github.com/kubernetes-sigs/external-dns/pull/4073)
- [@&#8203;tmaroschik](https://github.com/tmaroschik) made their first
contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4162](https://github.com/kubernetes-sigs/external-dns/pull/4162)
- [@&#8203;gabe565](https://github.com/gabe565) made their first
contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4173](https://github.com/kubernetes-sigs/external-dns/pull/4173)
- [@&#8203;webwurst](https://github.com/webwurst) made their first
contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4202](https://github.com/kubernetes-sigs/external-dns/pull/4202)
- [@&#8203;orenlevi111](https://github.com/orenlevi111) made their
first contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4205](https://github.com/kubernetes-sigs/external-dns/pull/4205)
- [@&#8203;gdubicki](https://github.com/gdubicki) made their first
contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4201](https://github.com/kubernetes-sigs/external-dns/pull/4201)
- [@&#8203;thiagoluiznunes](https://github.com/thiagoluiznunes) made
their first contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4236](https://github.com/kubernetes-sigs/external-dns/pull/4236)
- [@&#8203;AndrewCharlesHay](https://github.com/AndrewCharlesHay) made
their first contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4170](https://github.com/kubernetes-sigs/external-dns/pull/4170)
- [@&#8203;angegar](https://github.com/angegar) made their first
contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/3815](https://github.com/kubernetes-sigs/external-dns/pull/3815)
-
[@&#8203;jeanfrancoislelezec](https://github.com/jeanfrancoislelezec)
made their first contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4199](https://github.com/kubernetes-sigs/external-dns/pull/4199)
- [@&#8203;zs-ko](https://github.com/zs-ko) made their first
contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4213](https://github.com/kubernetes-sigs/external-dns/pull/4213)
- [@&#8203;kokizzu](https://github.com/kokizzu) made their first
contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4256](https://github.com/kubernetes-sigs/external-dns/pull/4256)
- [@&#8203;davhdavh](https://github.com/davhdavh) made their first
contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4265](https://github.com/kubernetes-sigs/external-dns/pull/4265)
- [@&#8203;krukowskid](https://github.com/krukowskid) made their first
contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4248](https://github.com/kubernetes-sigs/external-dns/pull/4248)
- [@&#8203;deadlybore](https://github.com/deadlybore) made their first
contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4249](https://github.com/kubernetes-sigs/external-dns/pull/4249)
- [@&#8203;iteratee](https://github.com/iteratee) made their first
contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/3974](https://github.com/kubernetes-sigs/external-dns/pull/3974)
- [@&#8203;jstudler](https://github.com/jstudler) made their first
contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4212](https://github.com/kubernetes-sigs/external-dns/pull/4212)
- [@&#8203;papayakiwi](https://github.com/papayakiwi) made their first
contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4178](https://github.com/kubernetes-sigs/external-dns/pull/4178)
- [@&#8203;yurrriq](https://github.com/yurrriq) made their first
contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4293](https://github.com/kubernetes-sigs/external-dns/pull/4293)

**Full Changelog**:
kubernetes-sigs/external-dns@v0.14.0...v0.14.1

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. dependencies Pull requests that update a dependency file go Pull requests that update Go code lgtm "Looks good to me", indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants