You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by je...@apache.org on 2023/09/30 04:36:51 UTC

[airflow] branch main updated: Update release notes for helm chart 1.11.0 (#34691)

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 cf72d17b92 Update release notes for helm chart 1.11.0 (#34691)
cf72d17b92 is described below

commit cf72d17b92217233eee71741414c98cfdfb08432
Author: Jed Cunningham <66...@users.noreply.github.com>
AuthorDate: Fri Sep 29 22:36:35 2023 -0600

    Update release notes for helm chart 1.11.0 (#34691)
---
 chart/RELEASE_NOTES.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chart/RELEASE_NOTES.rst b/chart/RELEASE_NOTES.rst
index e1efefd3dd..9b6a47c2bd 100644
--- a/chart/RELEASE_NOTES.rst
+++ b/chart/RELEASE_NOTES.rst
@@ -76,7 +76,7 @@ New Features
 
 - Add support for scheduler name to PODs templates (#33843)
 - Support KEDA scaling for triggerer (#32302)
-- Add support for container lifecycle hooks (#32349)
+- Add support for container lifecycle hooks (#32349, #34677)
 - Support naming customization on helm chart resources (#31066)
 - Adding ``startupProbe`` to scheduler and webserver (#33107)
 - Allow disabling token mounts using ``automountServiceAccountToken`` (#32808)