This is an automated email from the ASF dual-hosted git repository.
jedcunningham pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from cb8debb36ec Fix ui get dags permission endpoint for user without dag
run permissions (#60979)
add 008329ec061 Chart: Fix Compatibility of Celery Worker Sets with
Workers Separation (#60420)
No new revisions were added by this update.
Summary of changes:
chart/newsfragments/58547.significant.rst | 16 +-
chart/templates/NOTES.txt | 2 +-
chart/templates/_helpers.yaml | 78 +-
chart/templates/workers/worker-deployment.yaml | 90 +-
chart/templates/workers/worker-hpa.yaml | 15 +-
chart/templates/workers/worker-kedaautoscaler.yaml | 15 +-
chart/templates/workers/worker-networkpolicy.yaml | 13 +-
.../workers/worker-poddisruptionbudget.yaml | 20 +-
chart/templates/workers/worker-service.yaml | 13 +-
chart/templates/workers/worker-serviceaccount.yaml | 15 +
chart/values.schema.json | 22 +-
chart/values.yaml | 17 +-
.../tests/helm_tests/airflow_core/test_worker.py | 176 +-
.../helm_tests/airflow_core/test_worker_sets.py | 2580 ++++++++++++++++++++
helm-tests/tests/helm_tests/other/test_keda.py | 2 +-
.../helm_tests/security/test_security_context.py | 213 +-
16 files changed, 3005 insertions(+), 282 deletions(-)
create mode 100644 helm-tests/tests/helm_tests/airflow_core/test_worker_sets.py