This is an automated email from the ASF dual-hosted git repository.
taragolis pushed a change to branch revert-29408-docker-compose-change-example
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard b50445be06 Revert "Improve health checks in example docker-compose and
clarify usage (#29408)"
add 9aa873ad69 Add more precise optional dependency to cncf.kubernetes
from flink (#29707)
add fa620566f1 Reuse mock import from util module (#29692)
add f03885421e Propose to upgrade to newer dependencies in case build CI
image fail (#29705)
add 68412e1664 Make cncf.kubernetes required for flink provider (#29710)
add 644cea14ff Updated Telegram Provider to ensure compatbility with
>=20.0.0 (#28953)
add f99d27e5bd Fix contributors quick start test example (#29713)
add 946bded31a Revert "Quarantine `test_cli_internal_api_background`"
(#29688)
add 78115c5ca9 Fix leak sensitive field via V1EnvVar on exception (#29016)
add feb4f40db0 Replace blockquote + Note: with RST note in docs (#29709)
add 78de7dd4f0 Grant triage role to Hussein (#29719)
add 793be818fc Revert "Improve health checks in example docker-compose and
clarify usage (#29408)"
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 (b50445be06)
\
N -- N -- N
refs/heads/revert-29408-docker-compose-change-example (793be818fc)
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:
.asf.yaml | 1 +
CONTRIBUTORS_QUICK_START.rst | 33 ++++++++++-------
airflow/models/abstractoperator.py | 4 ++-
airflow/providers/apache/flink/provider.yaml | 10 +-----
airflow/providers/telegram/CHANGELOG.rst | 12 +++++++
airflow/providers/telegram/hooks/telegram.py | 10 +++---
airflow/providers/telegram/provider.yaml | 6 ++--
airflow/utils/log/secrets_masker.py | 30 ++++++++++++++--
.../airflow_breeze/commands/ci_image_commands.py | 41 ++++++++++++----------
.../authoring-and-scheduling/serializers.rst | 4 +--
docs/apache-airflow/core-concepts/taskflow.rst | 4 +--
docs/apache-airflow/core-concepts/xcoms.rst | 4 +--
docs/spelling_wordlist.txt | 1 +
generated/provider_dependencies.json | 6 ++--
kubernetes_tests/test_kubernetes_pod_operator.py | 32 +++++++++++++++++
tests/cli/commands/test_internal_api_command.py | 1 -
.../google/cloud/hooks/test_bigquery_dts.py | 27 ++++++--------
tests/providers/google/cloud/triggers/test_gcs.py | 15 +++-----
tests/providers/telegram/hooks/test_telegram.py | 15 +++++---
19 files changed, 163 insertions(+), 93 deletions(-)