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

potiuk pushed a commit to branch chart/v1-2x-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/chart/v1-2x-test by this push:
     new 801e82321d7 Helm Chart: Clarify 1.22.0 NetworkPolicy log-access 
changelog entry (#67819)
801e82321d7 is described below

commit 801e82321d7b9911976beab0e02bb3a0b75a943a
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun May 31 23:27:33 2026 +0200

    Helm Chart: Clarify 1.22.0 NetworkPolicy log-access changelog entry (#67819)
    
    With #67817 the NetworkPolicy log-access fix (#65754) is version-aware and 
works for both Airflow 2.11 and 3, so reword the 1.22.0 changelog entry (and 
matching ArtifactHub annotation) from 'Airflow 3' to 'Airflow 2 and 3'.
---
 chart/Chart.yaml              | 2 +-
 chart/RELEASE_NOTES.rst       | 2 +-
 chart/reproducible_build.yaml | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index 60d6d3551b0..6bed6826f68 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -136,7 +136,7 @@ annotations:
       links:
       - name: '#66208'
         url: https://github.com/apache/airflow/pull/66208
-    - description: Fix Airflow 3 task log access with NetworkPolicies
+    - description: Fix task log access with NetworkPolicies for Airflow 2 and 3
       kind: fixed
       links:
       - name: '#65754'
diff --git a/chart/RELEASE_NOTES.rst b/chart/RELEASE_NOTES.rst
index 477146a8960..4eafa824269 100644
--- a/chart/RELEASE_NOTES.rst
+++ b/chart/RELEASE_NOTES.rst
@@ -63,7 +63,7 @@ Bug Fixes
 - Fix Kubernetes worker service account values (#66598)
 - Add binding for ``workers.kubernetes`` and condition workers ServiceAccount 
(#66730)
 - Fix launcher RBAC for executor class paths (#66208)
-- Fix Airflow 3 task log access with NetworkPolicies (#65754)
+- Fix task log access with NetworkPolicies for Airflow 2 and 3 (#65754)
 - Add missing ``tpl`` rendering for ServiceAccount annotations (#66095)
 - Fix go-template ``if`` statements for log groomer retention values (#66012)
 - Fix database cleanup lifecycle hooks (#65881)
diff --git a/chart/reproducible_build.yaml b/chart/reproducible_build.yaml
index 86caa98c3f4..44c9b3915d4 100644
--- a/chart/reproducible_build.yaml
+++ b/chart/reproducible_build.yaml
@@ -1,2 +1,2 @@
-release-notes-hash: 7bed879b8afc6dfee95609243b1003a2
-source-date-epoch: 1780250367
+release-notes-hash: a21d0c33c2d19bde4049935e864c82de
+source-date-epoch: 1780262760

Reply via email to