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

jedcunningham 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 332e3cc349 Update min kubernetes version in docs and update release 
instructions (#37623)
332e3cc349 is described below

commit 332e3cc3498153cf5545673ac57f27f2ebcedfde
Author: Jarek Potiuk <[email protected]>
AuthorDate: Thu Feb 22 19:37:13 2024 +0100

    Update min kubernetes version in docs and update release instructions 
(#37623)
    
    The version in docs has been out-of-sync with the README. This PR
    fixes it and adds instruction in release process to keep them in
    sync.
---
 dev/README_RELEASE_HELM_CHART.md | 10 ++++++++++
 docs/helm-chart/index.rst        |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/dev/README_RELEASE_HELM_CHART.md b/dev/README_RELEASE_HELM_CHART.md
index 31bb4fe616..c6b96ff6f8 100644
--- a/dev/README_RELEASE_HELM_CHART.md
+++ b/dev/README_RELEASE_HELM_CHART.md
@@ -25,6 +25,7 @@
   - [Set environment variables](#set-environment-variables)
   - [Setup k8s environment (mainly helm 
chart)](#setup-k8s-environment-mainly-helm-chart)
   - [Build Release Notes](#build-release-notes)
+  - [Update minimum version of 
Kubernetes](#update-minimum-version-of-kubernetes)
   - [Build RC artifacts](#build-rc-artifacts)
   - [Prepare issue for testing status of 
rc](#prepare-issue-for-testing-status-of-rc)
   - [Prepare Vote email on the Apache Airflow release 
candidate](#prepare-vote-email-on-the-apache-airflow-release-candidate)
@@ -153,6 +154,15 @@ You can leave the k8s environment now:
 exit
 ```
 
+## Update minimum version of Kubernetes
+
+The minimum version of Kubernetes should be updated according to
+https://github.com/apache/airflow/blob/main/README.md#requirements in two 
places:
+
+* [../helm-chart/README.md](../helm-chart/README.md)
+* [../docs/helm-chart/index.rst](../docs/helm-chart/index.rst)
+
+
 ## Build RC artifacts
 
 The Release Candidate artifacts we vote upon should be the exact ones we vote 
against,
diff --git a/docs/helm-chart/index.rst b/docs/helm-chart/index.rst
index a8942410a4..e86fa71dce 100644
--- a/docs/helm-chart/index.rst
+++ b/docs/helm-chart/index.rst
@@ -59,7 +59,7 @@ deployment on a `Kubernetes <http://kubernetes.io>`__ cluster 
using the
 Requirements
 ------------
 
--  Kubernetes 1.23+ cluster
+-  Kubernetes 1.25+ cluster
 -  Helm 3.0+
 -  PV provisioner support in the underlying infrastructure (optionally)
 

Reply via email to