This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.
discard e896e83 Add new committers: Ry Walker & Leah Cole to project.rst
(#9892)
discard 98c8864 Add Qingping Hou to committers list (#9725)
discard e55f9e1 Updated link to official documentation (#9629)
discard fab690f Add DateTimeSensor (#9697)
discard ecc8e24 Create a short-link for Airflow Slack Invites (#10034)
discard 9d78eb9 Fix docstrings in BigQueryGetDataOperator (#10042)
discard 12c00b6 UI Graph View: Focus upstream / downstream task dependencies
on mouseover (#9303)
discard e97794c Allow `image` in `KubernetesPodOperator` to be templated
(#10068)
discard 6b77671 Set language on code-block on docs/howto/email-config.rst
(#10238)
discard 667ef75 Remove duplicate line from 1.10.10 CHANGELOG (#10289)
discard 87986f3 Add ClusterPolicyViolation support to airflow local settings
(#10282)
discard 687b29b Fix clear future recursive when ExternalTaskMarker is used
(#9515)
discard 3251f6b Get Airflow configs with sensitive data from Secret Backends
(#9645)
discard cafeb81 [AIRFLOW-4734] Upsert functionality for
PostgresHook.insert_rows() (#8625)
discard 881c271 [AIRFLOW-6843] Add delete_option_kwargs to
delete_namespaced_pod (#7523)
discard 356ffbc Improve process terminating in scheduler_job (#8064)
discard 5f4aed9 Replace deprecated base classes used in
bigquery_check_operator (#10272)
omit 6a729c5 Handle IntegrityError while creating TIs (#10136)
omit a758af0 Fix airflow-webserver startup errors when using Kerberos Auth
(#10047)
omit 84e52e8 [AIRFLOW-5897] Allow setting -1 as pool slots value in
webserver (#6550)
omit 440bbfe Remove chart from exported sources
omit c5a941b Fixes treatment of open slots in scheduler (#9316) (#9505)
omit 4f7c991 Update JS packages to latest versions (#9811) (#9921)
omit ab5dd24 Use Hash of Serialized DAG to determine DAG is changed or not
(#10227)
omit 8d2753e Update Serialized DAGs in Webserver when DAGs are Updated
(#9851)
omit fde8f04 Don't Update Serialized DAGs in DB if DAG didn't change
(#9850)
omit d5372d5 Add __repr__ to SerializedDagModel (#9862)
omit f426fac Respect DAG Serialization setting when running sync_perm
(#10321)
omit d636886 Improve heading on Email Configuration page (#10175)
omit 9d905da Fix link for the Jinja Project in docs/tutorial.rst (#10245)
omit 12a5792 Create separate section for Cron Presets (#10247)
omit 046eb6a Add Syntax Highlights to code-blocks in
docs/best-practices.rst (#10258)
omit d344a1c Limit all google-cloud api to <2.0.0 (#10317)
omit ccbe56a [AIRFLOW-6706] Lazy load operator extra links (#7327) (#10318)
omit c374a80 show correct duration on graph view for running task (#8311)
(#8675)
omit f41f9ec Fix regression in SQLThresholdCheckOperator (#9312)
omit ab5343d [AIRFLOW-6931] Fixed migrations to find all dependencies for
MSSQL (#9891)
omit 7061c83 Avoid sharing session with RenderedTaskInstanceFields write
and delete (#9993)
omit ff4baf6 Add Snowflake support to SQL operator and sensor (#9843)
omit 5ab6543 Fixes name of pre-commit cache for multiple branches (#10299)
omit 242d6d0 Makes multi-namespace mode optional (#9570)
omit c47a7c4 Fix KubernetesPodOperator reattachment (#10230)
omit c230156 Fix more PodMutationHook issues for backwards compatibility
(#10084)
omit 3e1d88e Pin fsspec<8.0.0 for Python <3.6 to fix Static Checks
omit 1a8ba6a Add getimport for xcom change
omit ec1cb7d Make XCom 2.7 compatible
omit 64c89db Allow to define custom XCom class (#8560)
add 05fc4b2 Allow to define custom XCom class (#8560)
add ff129f2 Pin fsspec<8.0.0 for Python <3.6 to fix Static Checks
add 88062f2 Fix more PodMutationHook issues for backwards compatibility
(#10084)
add 37f08f2 Fix KubernetesPodOperator reattachment (#10230)
add 66d0210 Makes multi-namespace mode optional (#9570)
add 23788d6 Fixes name of pre-commit cache for multiple branches (#10299)
add e62d3cd Add Snowflake support to SQL operator and sensor (#9843)
add 21066c2 Avoid sharing session with RenderedTaskInstanceFields write
and delete (#9993)
add 9031fbe [AIRFLOW-6931] Fixed migrations to find all dependencies for
MSSQL (#9891)
add 1e10085 Fix regression in SQLThresholdCheckOperator (#9312)
add 277f33c show correct duration on graph view for running task (#8311)
(#8675)
add ea32d0d [AIRFLOW-6706] Lazy load operator extra links (#7327) (#10318)
add a411383 Limit all google-cloud api to <2.0.0 (#10317)
add e83f79b Add Syntax Highlights to code-blocks in
docs/best-practices.rst (#10258)
add 081263e Create separate section for Cron Presets (#10247)
add 2df8a65 Fix link for the Jinja Project in docs/tutorial.rst (#10245)
add 63db610 Improve heading on Email Configuration page (#10175)
add fd0756c Respect DAG Serialization setting when running sync_perm
(#10321)
add b8d8834 Add __repr__ to SerializedDagModel (#9862)
add b9d2aaf Don't Update Serialized DAGs in DB if DAG didn't change
(#9850)
add b95126b Update Serialized DAGs in Webserver when DAGs are Updated
(#9851)
add d420398 Use Hash of Serialized DAG to determine DAG is changed or not
(#10227)
add 177dad5 Update JS packages to latest versions (#9811) (#9921)
add 93bf005 Fixes treatment of open slots in scheduler (#9316) (#9505)
add 0ee6ce8 Remove chart from exported sources
add f978542 [AIRFLOW-5897] Allow setting -1 as pool slots value in
webserver (#6550)
add 6015c70 Fix airflow-webserver startup errors when using Kerberos Auth
(#10047)
add e3c1f1e Handle IntegrityError while creating TIs (#10136)
add ea4ad50 Replace deprecated base classes used in
bigquery_check_operator (#10272)
add 4457ad5 Improve process terminating in scheduler_job (#8064)
add 5e15da1 [AIRFLOW-6843] Add delete_option_kwargs to
delete_namespaced_pod (#7523)
add 111ba69 [AIRFLOW-4734] Upsert functionality for
PostgresHook.insert_rows() (#8625)
add 85a8e68 Get Airflow configs with sensitive data from Secret Backends
(#9645)
add da2c957 Fix clear future recursive when ExternalTaskMarker is used
(#9515)
add cd583d1 Add ClusterPolicyViolation support to airflow local settings
(#10282)
add edc2037 Remove duplicate line from 1.10.10 CHANGELOG (#10289)
add 1812950 Set language on code-block on docs/howto/email-config.rst
(#10238)
add 2cc302a Allow `image` in `KubernetesPodOperator` to be templated
(#10068)
add 9dcd69f UI Graph View: Focus upstream / downstream task dependencies
on mouseover (#9303)
add ff641e8 Fix docstrings in BigQueryGetDataOperator (#10042)
add f6b20fd Create a short-link for Airflow Slack Invites (#10034)
add 5efcf90 Add DateTimeSensor (#9697)
add 18cd69e Updated link to official documentation (#9629)
add d05837d Add Qingping Hou to committers list (#9725)
add d731914 Add new committers: Ry Walker & Leah Cole to project.rst
(#9892)
add 7ea4b39 Bump version to 1.10.12
add b45ed51 Add Changelog for 1.10.12
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (e896e83)
\
N -- N -- N refs/heads/v1-10-test (b45ed51)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
CHANGELOG.txt | 75 +++++++++++++++++++++++++++++++++++++
airflow/config_templates/config.yml | 3 +-
airflow/configuration.py | 2 +-
airflow/models/xcom.py | 17 ---------
airflow/version.py | 2 +-
5 files changed, 79 insertions(+), 20 deletions(-)