This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 2fb330d4833 Bump minimal Kubernetes version to 1.30 (#51515)
2fb330d4833 is described below

commit 2fb330d48338b3a4d59e782b3238b192363e704e
Author: Denis Krivenko <[email protected]>
AuthorDate: Mon Jun 9 11:52:19 2025 +0200

    Bump minimal Kubernetes version to 1.30 (#51515)
---
 airflow-core/tests/unit/charts/helm_template_generator.py | 2 +-
 chart/README.md                                           | 2 +-
 chart/docs/index.rst                                      | 2 +-
 chart/docs/quick-start.rst                                | 4 ++--
 helm-tests/tests/chart_utils/helm_template_generator.py   | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/airflow-core/tests/unit/charts/helm_template_generator.py 
b/airflow-core/tests/unit/charts/helm_template_generator.py
index 908f9090e3d..7a12acc8647 100644
--- a/airflow-core/tests/unit/charts/helm_template_generator.py
+++ b/airflow-core/tests/unit/charts/helm_template_generator.py
@@ -34,7 +34,7 @@ api_client = ApiClient()
 
 CHART_DIR = Path(__file__).resolve().parents[4] / "chart"
 
-DEFAULT_KUBERNETES_VERSION = "1.29.1"
+DEFAULT_KUBERNETES_VERSION = "1.30.13"
 BASE_URL_SPEC = (
     f"https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/";
     f"v{DEFAULT_KUBERNETES_VERSION}-standalone-strict"
diff --git a/chart/README.md b/chart/README.md
index 25ec6e24f25..746f9899a1d 100644
--- a/chart/README.md
+++ b/chart/README.md
@@ -30,7 +30,7 @@ cluster using the [Helm](https://helm.sh) package manager.
 
 ## Requirements
 
-- Kubernetes 1.29+ cluster
+- Kubernetes 1.30+ cluster
 - Helm 3.0+
 - PV provisioner support in the underlying infrastructure (optionally)
 
diff --git a/chart/docs/index.rst b/chart/docs/index.rst
index 77ba613e66e..d85a71d8d82 100644
--- a/chart/docs/index.rst
+++ b/chart/docs/index.rst
@@ -59,7 +59,7 @@ deployment on a `Kubernetes <http://kubernetes.io>`__ cluster 
using the
 Requirements
 ------------
 
--  Kubernetes 1.29+ cluster
+-  Kubernetes 1.30+ cluster
 -  Helm 3.10+
 -  PV provisioner support in the underlying infrastructure (optionally)
 
diff --git a/chart/docs/quick-start.rst b/chart/docs/quick-start.rst
index 85441b7373c..49f71bc8d28 100644
--- a/chart/docs/quick-start.rst
+++ b/chart/docs/quick-start.rst
@@ -23,11 +23,11 @@ This article will show you how to install Airflow using 
Helm Chart on `Kind <htt
 Install kind, and create a cluster
 ----------------------------------
 
-We recommend testing with Kubernetes 1.20+, example:
+We recommend testing with Kubernetes 1.30+, example:
 
 .. code-block:: bash
 
-   kind create cluster --image kindest/node:v1.21.1
+   kind create cluster --image kindest/node:v1.30.13
 
 Confirm it's up:
 
diff --git a/helm-tests/tests/chart_utils/helm_template_generator.py 
b/helm-tests/tests/chart_utils/helm_template_generator.py
index 4bd5a485a12..ed194609c57 100644
--- a/helm-tests/tests/chart_utils/helm_template_generator.py
+++ b/helm-tests/tests/chart_utils/helm_template_generator.py
@@ -36,7 +36,7 @@ api_client = ApiClient()
 
 CHART_DIR = Path(__file__).resolve().parents[3] / "chart"
 
-DEFAULT_KUBERNETES_VERSION = "1.29.1"
+DEFAULT_KUBERNETES_VERSION = "1.30.13"
 BASE_URL_SPEC = (
     f"https://api.github.com/repos/yannh/kubernetes-json-schema/contents/";
     f"v{DEFAULT_KUBERNETES_VERSION}-standalone-strict"

Reply via email to