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

eladkal 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 dc036048542 Helm chart 1.17.0 has been released (#52125)
dc036048542 is described below

commit dc03604854202735cea25286c1fbad83027309f2
Author: Jed Cunningham <[email protected]>
AuthorDate: Mon Jun 23 22:45:04 2025 -0600

    Helm chart 1.17.0 has been released (#52125)
---
 .github/ISSUE_TEMPLATE/4-airflow_helmchart_bug_report.yml | 3 ++-
 chart/Chart.yaml                                          | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/4-airflow_helmchart_bug_report.yml 
b/.github/ISSUE_TEMPLATE/4-airflow_helmchart_bug_report.yml
index 3c8b7e68a82..bb8abfe40a9 100644
--- a/.github/ISSUE_TEMPLATE/4-airflow_helmchart_bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/4-airflow_helmchart_bug_report.yml
@@ -28,7 +28,8 @@ body:
         What Apache Airflow Helm Chart version are you using?
       multiple: false
       options:
-        - "1.16.0 (latest released)"
+        - "1.17.0 (latest released)"
+        - "1.16.0"
         - "1.15.0"
         - "1.14.0"
         - "1.13.1"
diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index 82ae444334f..f53fc21407e 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -19,7 +19,7 @@
 ---
 apiVersion: v2
 name: airflow
-version: 1.17.0
+version: 1.18.0-dev
 appVersion: 3.0.2
 description: The official Helm chart to deploy Apache Airflow, a platform to
   programmatically author, schedule, and monitor workflows
@@ -44,7 +44,7 @@ type: application
 annotations:
   artifacthub.io/links: |
     - name: Documentation
-      url: https://airflow.apache.org/docs/helm-chart/1.17.0/
+      url: https://airflow.apache.org/docs/helm-chart/1.18.0/
   artifacthub.io/screenshots: |
     - title: Home Page
       url: 
https://airflow.apache.org/docs/apache-airflow/3.0.2/_images/home_dark.png

Reply via email to