From 0bcd0e3612e4e4fd4b0cea8b1f0e0d78c9754cf3 Mon Sep 17 00:00:00 2001 From: Malthe Poulsen <30603252+malpou@users.noreply.github.com> Date: Fri, 10 Jan 2025 16:11:46 +0000 Subject: [PATCH] add entry to unreleased chart items --- charts/external-dns/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/external-dns/CHANGELOG.md b/charts/external-dns/CHANGELOG.md index 3569fa6869..bfa28b9e45 100644 --- a/charts/external-dns/CHANGELOG.md +++ b/charts/external-dns/CHANGELOG.md @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Ability to configure `imagePullSecrets` via helm `global` value ([#4667](https://github.com/kubernetes-sigs/external-dns/pull/4667)) _@jkroepke_ - Added options to configure `labelFilter` and `managedRecordTypes` via dedicated helm values ([#4849](https://github.com/kubernetes-sigs/external-dns/pull/4849)) _@abaguas_ +- Added `txtNewFormatOnly` value to configure creation of TXT records in new format only ([#4946](https://github.com/kubernetes-sigs/external-dns/pull/4946)) _@malpou_ ### Fixed