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 b2962a3ca12 Fix sidebar visibility issue when main content exceeds 
viewport height (#59660)
     add 1adb1c6c99c Add workers.celery.persistence section (#60238)

No new revisions were added by this update.

Summary of changes:
 chart/newsfragments/60238.significant.rst          |   3 +
 chart/templates/NOTES.txt                          |  56 ++++++
 .../templates/scheduler/scheduler-deployment.yaml  |  16 +-
 chart/templates/workers/worker-deployment.yaml     |  23 ++-
 chart/templates/workers/worker-hpa.yaml            |   2 +-
 chart/templates/workers/worker-kedaautoscaler.yaml |   2 +-
 chart/values.schema.json                           |  82 ++++++++-
 chart/values.yaml                                  |  39 +++-
 .../helm_tests/airflow_core/test_scheduler.py      | 199 +++++++++++++++++----
 .../tests/helm_tests/airflow_core/test_worker.py   | 179 +++++++++++++++---
 helm-tests/tests/helm_tests/other/test_hpa.py      |  33 ++--
 helm-tests/tests/helm_tests/other/test_keda.py     |  58 +++---
 .../tests/helm_tests/security/test_kerberos.py     |   4 +-
 .../helm_tests/security/test_security_context.py   |  35 +++-
 14 files changed, 594 insertions(+), 137 deletions(-)
 create mode 100644 chart/newsfragments/60238.significant.rst

Reply via email to