This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch v2-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 1f2efcb Fix DB Migration for SQLite to upgrade to 2.0 (#13921)
add e89e8e0 Add params to the DAG details endpoint (#13790)
add dc94ca1 Pass image_pull_policy in KubernetesPodOperator correctly
(#13289)
add 769287c Add deprecated config options to docs (#13883)
add 02bc33a Update DAG Serialization docs (#13722)
add 423007f Use 2.0.1 in docker-compose Quick start guide
No new revisions were added by this update.
Summary of changes:
airflow/api_connexion/openapi/v1.yaml | 5 +-
airflow/api_connexion/schemas/dag_schema.py | 1 +
airflow/configuration.py | 68 ++++++++++++----------
.../cncf/kubernetes/operators/kubernetes_pod.py | 1 +
docs/apache-airflow/configurations-ref.rst | 14 +++++
docs/apache-airflow/scheduler.rst | 2 +
docs/apache-airflow/start/docker-compose.yaml | 2 +-
docs/apache-airflow/start/docker.rst | 2 +-
docs/conf.py | 13 ++++-
tests/api_connexion/endpoints/test_dag_endpoint.py | 6 +-
tests/api_connexion/schemas/test_dag_schema.py | 2 +
tests/core/test_configuration.py | 6 +-
.../kubernetes/operators/test_kubernetes_pod.py | 53 +++++++++++++++++
13 files changed, 134 insertions(+), 41 deletions(-)