This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to tag nightly-master
in repository https://gitbox.apache.org/repos/asf/airflow.git.
*** WARNING: tag nightly-master was modified! ***
from 9015beb (commit)
to 5da8319 (commit)
from 9015beb Pass environment variables to process with yarn kill command
(#15304)
add d5ea9fe Chart: Allow setting an existing secret for PgBouncer config
(#15296)
add c8f0abd Add picture and examples for Edge Labels (#15310)
add 5da8319 Fix exception caused by missing keys in the ElasticSearch
Record (#15163)
No new revisions were added by this update.
Summary of changes:
...ly_with_trigger.py => example_branch_labels.py} | 34 +++++++++------------
airflow/example_dags/example_branch_operator.py | 4 ++-
.../providers/elasticsearch/log/es_task_handler.py | 6 ++--
chart/templates/_helpers.yaml | 2 +-
.../templates/secrets/pgbouncer-config-secret.yaml | 2 +-
chart/tests/test_pgbouncer.py | 28 +++++++++++++++++
chart/values.schema.json | 7 +++++
chart/values.yaml | 15 +++++++++
docs/apache-airflow/concepts.rst | 5 +++
docs/apache-airflow/img/edge_label_example.png | Bin 0 -> 24592 bytes
docs/helm-chart/parameters-ref.rst | 3 ++
.../elasticsearch/log/test_es_task_handler.py | 10 +++---
12 files changed, 87 insertions(+), 29 deletions(-)
copy airflow/example_dags/{example_latest_only_with_trigger.py =>
example_branch_labels.py} (53%)
create mode 100755 docs/apache-airflow/img/edge_label_example.png