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 a281faa fix static tests
discard 71c6ace Makes multi-namespace mode optional (#9570)
discard 14ca77d Fix KubernetesPodOperator reattachment (#10230)
omit 90fe915 add documentation for k8s fixes
omit 9e2557a Fix init containers
omit 215c16f Init container as dict instead of object
omit 3773dac init-container fix
omit be06b18 Add kubernetes changes to UPDATING.md
omit 33626c1 Fix volume secret extraction
omit 9b89f07 Allows secrets with mounts in init containers
omit 21aade4 Fix more PodMutationHook issues for backwards compatibility
(#10084)
omit a513964 fixup! Pin fsspec<8.0.0 for Python <3.6 to fix Static Checks
omit badd86a Pin fsspec<8.0.0 for Python <3.6 to fix Static Checks
omit 54d8aae Revert "Enable pretty output in mypy (#9785)"
omit fa88bf9 compat fix for Xcom
omit aab7b59 Add getimport for xcom change
omit ca0dd1a Make XCom 2.7 compatible
omit 5e3ba14 Allow to define custom XCom class (#8560)
omit 707f995 Fix check_integration pre-commit test (#9869)
omit ab1d7ec Enable pretty output in mypy (#9785)
omit f872c54 Fix docstrings in BigQueryGetDataOperator (#10042)
omit e8d6db6 Pin Pyarrow < 1.0
omit 2cb1d82 Set pytest version to be < 6.0.0 due to breaking changes
(#10043)
omit f83560d Pin pymongo version to <3.11.0
omit 4f7a453 Add pre 1.10.11 Kubernetes Paths back with Deprecation
Warning (#10067)
omit ea6c305 Fixes PodMutationHook for backwards compatibility (#9903)
omit 133285f Fix bug in executor_config when defining resources (#9935)
omit 8c6bebe Breeze / KinD - support earlier k8s versions, fix recreate
and kubectl versioning (#9905)
omit 5382db3 Pin google-cloud-container to <2 (#9901)
omit 4f8b838 Clean up tmp directory when exiting from breeze shell (#9930)
omit 7d24e73 Pin github checkout action to v2 (#9938)
omit babe75c fixup! fixup! Constraint files are now maintained
automatically (#9889)
omit 15fc941 fixup! Constraint files are now maintained automatically
(#9889)
omit 627aa71 Tests are cancelled if any of faster checks fail (#9917)
omit 5b03424 Simplify pull request template (#9896)
omit 26d6c6e Constraint files are now maintained automatically (#9889)
omit 86cc96c Added "all" to allowed breeze integrations and tried to
clarify on fail (#9872)
omit d33f6d0 Reorganizing of CI tests (#9654)
omit 07d0c84 Group CI scripts in subdirectories (#9653)
omit dff4443 For now cloud tools are not needed in CI (#9818)
omit d66494f Remove package.json and yarn.lock from the prod image (#9814)
omit 5f4f8f4 The group of embedded DAGs should be root to be OpenShift
compatible (#9794)
omit 1c51f98 Tests should also be triggered when there is just setup.py
change (#9690)
omit 6051b41 [AIRFLOW-5391] Do not re-run skipped tasks when they are
cleared (#7276)
omit 320ccad Fix task_instance_mutation_hook (#9910)
omit 8ea8dd1 fixup! Update some dependencies (#9684)
omit 29835cd Python base image version is retrieved in the right place
(#9931)
omit 0dc20fd Update some dependencies (#9684)
new 0b5f0fc Update some dependencies (#9684)
new e2e6853 Python base image version is retrieved in the right place
(#9931)
new e6b017a Fix task_instance_mutation_hook (#9910)
new 179e930 [AIRFLOW-5391] Do not re-run skipped tasks when they are
cleared (#7276)
new 0718977 Tests should also be triggered when there is just setup.py
change (#9690)
new d61c33d The group of embedded DAGs should be root to be OpenShift
compatible (#9794)
new 1d4782e Remove package.json and yarn.lock from the prod image (#9814)
new 1a41879 For now cloud tools are not needed in CI (#9818)
new 7ec2b3a Group CI scripts in subdirectories (#9653)
new f6c8f51 Reorganizing of CI tests (#9654)
new 6e290cf Added "all" to allowed breeze integrations and tried to
clarify on fail (#9872)
new 5f93baf Constraint files are now maintained automatically (#9889)
new 25e0e26 Simplify pull request template (#9896)
new e33ffbe Tests are cancelled if any of faster checks fail (#9917)
new c72ce92 Pin github checkout action to v2 (#9938)
new 213500e Clean up tmp directory when exiting from breeze shell (#9930)
new 6d10a7f Pin google-cloud-container to <2 (#9901)
new 6b219e1 Breeze / KinD - support earlier k8s versions, fix recreate
and kubectl versioning (#9905)
new 05ec21a Fix bug in executor_config when defining resources (#9935)
new bcd02dd Fixes PodMutationHook for backwards compatibility (#9903)
new bfa089d Add pre 1.10.11 Kubernetes Paths back with Deprecation
Warning (#10067)
new 5c9ff4d Pin pymongo version to <3.11.0
new 6f8b0cc Set pytest version to be < 6.0.0 due to breaking changes
(#10043)
new 70a7416 Pin Pyarrow < 1.0
new 06b06d7 Fix docstrings in BigQueryGetDataOperator (#10042)
new 64c89db Allow to define custom XCom class (#8560)
new ec1cb7d Make XCom 2.7 compatible
new 1a8ba6a Add getimport for xcom change
new 3e1d88e Pin fsspec<8.0.0 for Python <3.6 to fix Static Checks
new c230156 Fix more PodMutationHook issues for backwards compatibility
(#10084)
new c47a7c4 Fix KubernetesPodOperator reattachment (#10230)
new 242d6d0 Makes multi-namespace mode optional (#9570)
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 (a281faa)
\
N -- N -- N refs/heads/v1-10-test (242d6d0)
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.
The 32 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes: