You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/12/10 15:12:01 UTC

[airflow] annotated tag 1.10.14 updated (c743b95 -> cb85ca7)

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a change to annotated tag 1.10.14
in repository https://gitbox.apache.org/repos/asf/airflow.git.


*** WARNING: tag 1.10.14 was modified! ***

    from c743b95  (commit)
      to cb85ca7  (tag)
 tagging c743b95a02ba1ec04013635a56ad042ce98823d2 (commit)
 replaces 1.10.14rc3
      by Kaxil Naik
      on Thu Dec 10 15:07:38 2020 +0000

- Log -----------------------------------------------------------------
- BugFix: Tasks with ``depends_on_past`` or ``task_concurrency`` are stuck (#12663)
- Fix issue with empty Resources in executor_config (#12633)
- Fix: Deprecated config ``force_log_out_after`` was not used (#12661)
- Fix empty asctime field in JSON formatted logs (#10515)
- [AIRFLOW-2809] Fix security issue regarding Flask SECRET_KEY (#3651)
- [AIRFLOW-2884] Fix Flask SECRET_KEY security issue in www_rbac (#3729)
- [AIRFLOW-2886] Generate random Flask SECRET_KEY in default config (#3738)
- Add missing comma in setup.py (#12790)
- Bugfix: Unable to import Airflow plugins on Python 3.8 (#12859)
- Fix setup.py missing comma in ``setup_requires`` (#12880)
- Don't emit first_task_scheduling_delay metric for only-once dags (#12835)

- Update setup.py to get non-conflicting set of dependencies (#12636)
- Rename ``[scheduler] max_threads`` to ``[scheduler] parsing_processes`` (#12605)
- Add metric for scheduling delay between first run task & expected start time (#9544)
- Add new-style 2.0 command names for Airflow 1.10.x (#12725)
- Add Kubernetes cleanup-pods CLI command for Helm Chart (#11802)
- Don't let webserver run with dangerous config (#12747)
- Replace pkg_resources with importlib.metadata to avoid VersionConflict errors (#12694)

- Clarified information about supported Databases
-----BEGIN PGP SIGNATURE-----

iQEzBAABCAAdFiEEzeFcbk06jsTs9LpLZnTgitfeQG8FAl/SOgMACgkQZnTgitfe
QG8szgf+OdPYv+A/RJ32RhJYMr2u2Rp6XxHBEOolsvgUyTlggbtkIUlpYp3UxmiB
YVUe8RYYVzM9WyQN2gyQ8uX0JK6XoVUXbFDZfp47XbLeuFseYYRL59rU4OexML8W
oNcJxdMGaLpwU3Nesq80lFTGCxEhJca/WkykppUjIQNRPRq7L8EZfnfHqlrWlnOk
IvqY3NWiAUm1IxriHlF06lzBrY8kq0rlWifrsRQ0HPKWE6mzyikr2JpYY6wSBFFN
VENjm7eNdXavQGSVr3T+eLEKnv5niA0/rt6v/g4oktiBUg7QbBe3AmE3hLajw8lV
TupNjyLmgiLf739hFWgOwSiw3HQACw==
=hUcc
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------


No new revisions were added by this update.

Summary of changes: