mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-09-22 08:31:00 +02:00
* feat: add option to use only new format TXT records * add flag and docs * refine documentation on how to use the flag * add section regarding manual migration * update documentation to be same as in types.go * fix compile issue * add tests for new flag * update flags documentation correctly * add new option to helm chart * run helm-docs * remove unessery newline * add entry to unreleased chart items * Revert "run helm-docs" This reverts commit a1d64bd3e82a170e7d78dd8772fc9004b4173a31. * Revert "add new option to helm chart" This reverts commit 299d087917ead3d306d163bd1c67e710cd35f398. * Revert "add entry to unreleased chart items" This reverts commit 0bcd0e3612e4e4fd4b0cea8b1f0e0d78c9754cf3. * fix test cases that have changed