From da98ef876831a0bd0e58f99b502c0bb769823ea3 Mon Sep 17 00:00:00 2001 From: Alexandre Gaudreault Date: Mon, 25 Oct 2021 10:15:11 -0400 Subject: [PATCH 1/3] doc(chart): add `kubeVersion` information --- charts/external-dns/Chart.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/external-dns/Chart.yaml b/charts/external-dns/Chart.yaml index fc0c979f61..1f8ca02ee8 100644 --- a/charts/external-dns/Chart.yaml +++ b/charts/external-dns/Chart.yaml @@ -4,6 +4,7 @@ description: ExternalDNS synchronizes exposed Kubernetes Services and Ingresses type: application version: 1.4.0 appVersion: 0.10.1 +kubeVersion: ">= 1.19.0" keywords: - kubernetes - external-dns From e917eadb2f2ed80db18a7f2c165bda8963e66d5d Mon Sep 17 00:00:00 2001 From: Alexandre Gaudreault Date: Tue, 23 Nov 2021 12:53:36 -0500 Subject: [PATCH 2/3] revert chart version --- charts/external-dns/Chart.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/external-dns/Chart.yaml b/charts/external-dns/Chart.yaml index 1f8ca02ee8..fc0c979f61 100644 --- a/charts/external-dns/Chart.yaml +++ b/charts/external-dns/Chart.yaml @@ -4,7 +4,6 @@ description: ExternalDNS synchronizes exposed Kubernetes Services and Ingresses type: application version: 1.4.0 appVersion: 0.10.1 -kubeVersion: ">= 1.19.0" keywords: - kubernetes - external-dns From 18b0c461cbc245ee3321d9aa52b5071405be96cf Mon Sep 17 00:00:00 2001 From: Alexandre Gaudreault Date: Tue, 23 Nov 2021 12:55:01 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3271acfa4b..a9b7d8cdb1 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,13 @@ The following table clarifies the current status of the providers according to t | GoDaddy | Alpha | | | Gandi | Alpha | @packi | +## Kubernetes version compatibility + +| ExternalDNS | <= 0.9.x | >= 0.10.0 | +| ------------------ | :----------------: | :----------------: | +| Kubernetes <= 1.18 | :white_check_mark: | :x: | +| Kubernetes >= 1.19 | :x: | :white_check_mark: | + ## Running ExternalDNS: The are two ways of running ExternalDNS: