This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a change to branch
feature/drop-python3.8-support-core-and-providers
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 4375185eb0 Fix constraints problem with cloudant in python 3.9
omit 1b55c8e6cc Fix static checks for providers and core
omit 526948f01d Drop Python 3.8 support in provider packages
omit 1638974d5e Drop Python 3.8 support in core
add 6da1799aad fix fast api background process test (#42781)
add 1524283227 Fix import sequencing in skip-db-tests (#42787)
add 4a632eea8b fix fastapi port (#42791)
add 00b8452b75 Removed unicodecsv dependency for providers with Airflow
version 2.8.0 and above (#42765)
add 46ccc73381 Removed deprecated k8s rendering methods from task instance
module (#42641)
add e46006b25b Add standard provider to chicken-egg-providers (#42760)
add ad06949068 Remove burdensome eslint rules (#42795)
add e5a474bdd1 kubernetes executor cleanup_stuck_queued_tasks optimization
(#41220)
add 9ba45b6d5f FIX: Only pass connection to sqlalchemy engine in JdbcHook
(#42705)
add 49e7926f72 The function resolve_kerberos_principal updated when
airflow version 2.8 and above (#42777)
add fd89b31ebc remove docstring D214 and D215 from ignore list (#42802)
add c152cc187c AIP-84 Simplify route definition (#42799)
add 59c0c9d783 Bump micromatch from 4.0.7 to 4.0.8 in /airflow/ui (#42805)
add 35d088d9d5 Drop Python 3.8 support in core
add af628e34e7 Drop Python 3.8 support in provider packages
add 18f48e695d Fix static checks for providers and core
add 37a071305f Fix constraints problem with cloudant in python 3.9
add 9ff590daaa Review Feedback
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 (4375185eb0)
\
N -- N -- N
refs/heads/feature/drop-python3.8-support-core-and-providers (9ff590daaa)
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:
.github/workflows/check-providers.yml | 3 +-
3rd-party-licenses/LICENSE-unicodecsv.txt | 25 -----
README.md | 2 +-
airflow/api_fastapi/openapi/v1-generated.yaml | 2 +-
airflow/api_fastapi/views/public/connections.py | 6 +-
airflow/api_fastapi/views/public/dags.py | 12 +--
airflow/models/taskinstance.py | 47 ---------
.../providers/apache/spark/hooks/spark_submit.py | 21 +---
airflow/providers/cncf/kubernetes/CHANGELOG.rst | 6 ++
.../kubernetes/executors/kubernetes_executor.py | 111 +++++++++------------
airflow/providers/cncf/kubernetes/provider.yaml | 1 +
airflow/providers/common/sql/hooks/sql.py | 1 -
airflow/providers/jdbc/hooks/jdbc.py | 13 +++
airflow/ui/.prettierignore | 1 +
airflow/ui/eslint.config.js | 2 +-
airflow/ui/openapi-gen/requests/services.gen.ts | 4 +-
airflow/ui/openapi-gen/requests/types.gen.ts | 2 +-
airflow/ui/pnpm-lock.yaml | 8 +-
airflow/ui/rules/core.js | 18 ----
airflow/ui/rules/react.js | 7 --
airflow/ui/src/App.test.tsx | 3 +
airflow/ui/src/components/DataTable/DataTable.tsx | 1 -
airflow/ui/src/pages/DagsList/DagsList.tsx | 1 -
dev/breeze/src/airflow_breeze/global_constants.py | 2 +-
dev/breeze/src/airflow_breeze/utils/cdxgen.py | 3 +
dev/breeze/src/airflow_breeze/utils/visuals.py | 2 +-
docs/docker-stack/changelog.rst | 3 -
generated/PYPI_README.md | 2 +-
hatch_build.py | 5 -
prod_image_installed_providers.txt | 1 +
pyproject.toml | 2 -
tests/cli/commands/_common_cli_classes.py | 10 ++
tests/cli/commands/test_fastapi_api_command.py | 5 +-
tests/cli/commands/test_internal_api_command.py | 8 +-
tests/conftest.py | 6 ++
.../executors/test_kubernetes_executor.py | 67 ++++++++++---
.../cncf/kubernetes/test_template_rendering.py | 7 +-
tests/providers/jdbc/hooks/test_jdbc.py | 37 ++++++-
38 files changed, 207 insertions(+), 250 deletions(-)
delete mode 100644 3rd-party-licenses/LICENSE-unicodecsv.txt