This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch ci-upgrade-main
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 1543e44f4a6 [main] CI: Upgrade important CI environment
add 9f1bac0bc23 Airflow 3.3.1 has been released (#71486)
add ede958a38d0 Include server error detail in Task SDK API error
tracebacks (#71440)
add f9f727d3673 Document hook lineage collection limits (#71450)
add 5e706033ca6 Fix incorrect availability versions for OpenLineage config
options (#71449)
add 3ce9b844ce0 Chart: Default airflow version to 3.3.1 (#71487)
add 84d873a36f6 Add pnpm overrides after audit review in fab provider
(#71448)
add a23f773fb7c Refactor AdvancedSearchToggle and SearchBar components for
improved clarity and functionality (#71470)
add 90c0c8cf2e4 Add pnpm overrides after audit review in simple auth
manager (#71447)
add 1bc86b2f79f Make Keycloak permission creation quietly idempotent like
its sibling helpers (#71505)
add 9ced296e169 Add regression test for Connection extra redact safeguard
(#71439)
add 516e4afba19 Add tdsodbc to the image so the FreeTDS ODBC driver is
available (#71265)
add cf23900a6ab Kafka: Return consumed message results on request (#69740)
add 776140467df Bump eslint (#71508)
add c74cfcbae17 Use uv --package instead of --project in codegen prek
hooks (#71511)
add 61e573b7a8f [main] CI: Upgrade important CI environment
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 (1543e44f4a6)
\
N -- N -- N refs/heads/ci-upgrade-main (61e573b7a8f)
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:
.pre-commit-config.yaml | 6 +-
Dockerfile | 4 +-
Dockerfile.ci | 2 +
README.md | 2 +-
RELEASE_NOTES.rst | 234 ++++++++++++
.../docs/administration-and-deployment/lineage.rst | 9 +
.../docs/installation/supported-versions.rst | 2 +-
.../auth/managers/simple/ui/package.json | 6 +-
.../auth/managers/simple/ui/pnpm-lock.yaml | 44 +--
.../ui/src/components/AdvancedSearchToggle.tsx | 73 ++--
.../src/airflow/ui/src/components/SearchBar.tsx | 56 ++-
.../core_api/datamodels/test_connections.py | 58 +++
chart/Chart.yaml | 20 +-
chart/newsfragments/71487.significant.rst | 3 +
chart/values.schema.json | 4 +-
chart/values.yaml | 4 +-
dev/breeze/src/airflow_breeze/global_constants.py | 2 +-
docker-stack-docs/changelog.rst | 6 +
providers/apache/kafka/docs/operators/index.rst | 4 +
.../providers/apache/kafka/operators/consume.py | 17 +-
.../unit/apache/kafka/operators/test_consume.py | 89 ++++-
.../fab/src/airflow/providers/fab/www/package.json | 11 +-
.../src/airflow/providers/fab/www/pnpm-lock.yaml | 419 ++++++++++-----------
.../keycloak/auth_manager/cli/commands.py | 5 +-
providers/openlineage/docs/emission_policy.rst | 2 +-
providers/openlineage/provider.yaml | 4 +-
.../providers/openlineage/get_provider_info.py | 4 +-
reproducible_build.yaml | 4 +-
scripts/ci/prek/supported_versions.py | 2 +-
scripts/docker/install_os_dependencies.sh | 2 +
task-sdk/src/airflow/sdk/api/client.py | 6 +
task-sdk/tests/task_sdk/api/test_client.py | 17 +
32 files changed, 770 insertions(+), 351 deletions(-)
create mode 100644
airflow-core/tests/unit/api_fastapi/core_api/datamodels/test_connections.py
create mode 100644 chart/newsfragments/71487.significant.rst