potiuk opened a new issue, #67821: URL: https://github.com/apache/airflow/issues/67821
We are kindly requesting that contributors to Apache Airflow Helm Chart 1.22.0rc1 help test it by checking whether the issues/PRs they are involved with work as expected. Please let us know in the comments if the issue is addressed in the latest RC. ## Instructions Grab the RC and test as described in the test procedure: https://github.com/apache/airflow/blob/main/dev/README_RELEASE_HELM_CHART.md#verify-the-release-candidates-by-contributors ```shell helm repo add apache-airflow-dev https://dist.apache.org/repos/dist/dev/airflow/helm-chart/1.22.0rc1/ helm repo update helm install airflow apache-airflow-dev/airflow ``` Docs (staging): https://airflow.staged.apache.org/docs/helm-chart/1.22.0/index.html ## Changes in this release ### Significant Changes - Minimum Helm version updated to `3.19.0` (#66970) - Default Airflow image updated to `3.2.2` (#67681) - Configurable `enableServiceLinks` — default becomes `false` in Chart 2.0 (#67447) ### Features - Optional OTel service for the Helm Chart (#64902) - `serviceAccountTokenVolume` on cleanup cron (#67446) - `requirePersistence` option on worker `logGroomerSidecar` (#65884) ### Bug Fixes - Executor label supports executor aliases (#67762) - Triggerer KEDA database connection rendering (#67538) - Celery worker liveness probe hostname lookup (#67471) - Go template `eq`-vs-nil error (#64032) - Kubernetes worker service account values (#66598) - Binding for `workers.kubernetes` + condition workers SA (#66730) - Launcher RBAC for executor class paths (#66208) - Task log access with NetworkPolicies for Airflow 2 and 3 (#65754) - Missing `tpl` rendering for SA annotations (#66095) - Log groomer retention `if`-statement rendering (#66012) - Database cleanup lifecycle hooks (#65881) - Cleanup pod lifecycle hooks not applied (#65764) - Deprecation warning (#66238) ### Other - Improvement: api-server config checksum (#66468) - Doc: Airflow 3 migration upgrade tasks (#66118) - Misc: role-binding rendering refactor (#66626), `Dag` wording (#66114) Thanks to all who contributed: Christos Bisias, Eric Xiao, Jens Scheffler, Przemysław Mirowski, Jarek Potiuk. --- Drafted-by: Claude Code (Opus 4.8); reviewed by @potiuk before posting -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
