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 e0543bb5ab1 Helm Chart: Document configurable enableServiceLinks in
1.22.0 notes (#67807)
e0543bb5ab1 is described below
commit e0543bb5ab100d009728204531e3e21e501715b9
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun May 31 20:08:17 2026 +0200
Helm Chart: Document configurable enableServiceLinks in 1.22.0 notes
(#67807)
The enableServiceLinks feature (#67447) was backported to the 1.x chart
line after the initial 1.22.0 notes were prepared, leaving its significant
newsfragment unconsumed. Add it to the 1.22.0 Significant Changes section and
the ArtifactHub changelog annotations, and consume the newsfragment.
---
chart/Chart.yaml | 6 ++++++
chart/RELEASE_NOTES.rst | 5 +++++
chart/newsfragments/67447.significant.rst | 3 ---
chart/reproducible_build.yaml | 4 ++--
4 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index ca462149548..60d6d3551b0 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -75,6 +75,12 @@ annotations:
links:
- name: '#67681'
url: https://github.com/apache/airflow/pull/67681
+ - description: >
+ Added support for configuring enableServiceLinks (default will become
false in Chart 2.0)
+ kind: added
+ links:
+ - name: '#67447'
+ url: https://github.com/apache/airflow/pull/67447
- description: Add optional OTel service to the Airflow Helm Chart
kind: added
links:
diff --git a/chart/RELEASE_NOTES.rst b/chart/RELEASE_NOTES.rst
index 061280de948..477146a8960 100644
--- a/chart/RELEASE_NOTES.rst
+++ b/chart/RELEASE_NOTES.rst
@@ -36,6 +36,11 @@ Default Airflow image is updated to ``3.2.2`` (#67681)
""""""""""""""""""""""""""""""""""""""""""""""""""""""
The default Airflow image that is used with the Chart is now ``3.2.2``,
previously it was ``3.2.1``.
+Added support for configuring ``enableServiceLinks`` (#67447)
+"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+The default will become ``false`` in Chart 2.0. If you rely on these
environment variables,
+explicitly set ``enableServiceLinks: true``, or migrate your code to use
DNS-based service lookups.
+
New Features
^^^^^^^^^^^^
diff --git a/chart/newsfragments/67447.significant.rst
b/chart/newsfragments/67447.significant.rst
deleted file mode 100644
index 459f1c38c9d..00000000000
--- a/chart/newsfragments/67447.significant.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Added support for configuring ``enableServiceLinks``.
-
-Warning: The default will become ``false`` in ``Chart 2.0``. If you rely on
these environment variables, explicitly set ``enableServiceLinks: true``, or
migrate your code to use dns based service lookups.
diff --git a/chart/reproducible_build.yaml b/chart/reproducible_build.yaml
index fbf79d1d6b9..86caa98c3f4 100644
--- a/chart/reproducible_build.yaml
+++ b/chart/reproducible_build.yaml
@@ -1,2 +1,2 @@
-release-notes-hash: 555560f2b9c7368541573c873bcc915c
-source-date-epoch: 1780245150
+release-notes-hash: 7bed879b8afc6dfee95609243b1003a2
+source-date-epoch: 1780250367