This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 4ecbd59c0be Fix missing dag_id in get_task_instance (#64957) (#64968)
add 8a02c43dcb7 Add workers.celery.podAnnotations &
workers.kubernetes.podAnnotations (#65027)
No new revisions were added by this update.
Summary of changes:
chart/files/pod-template-file.kubernetes-helm-yaml | 2 +-
chart/newsfragments/65027.significant.rst | 1 +
chart/templates/NOTES.txt | 8 ++
chart/values.schema.json | 18 ++-
chart/values.yaml | 7 ++
.../helm_tests/airflow_aux/test_annotations.py | 133 +++++++++------------
.../airflow_aux/test_pod_template_file.py | 67 +++++++++--
.../tests/helm_tests/airflow_core/test_worker.py | 96 +++++++++------
.../helm_tests/airflow_core/test_worker_sets.py | 7 ++
9 files changed, 216 insertions(+), 123 deletions(-)
create mode 100644 chart/newsfragments/65027.significant.rst