This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a change to branch ci-upgrade-main
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit aed2c0dae9a Fix typing hints from jupyter client upgrade
omit a0f1bb021a9 [main] CI: Upgrade important CI environment
add cdbeb481670 Kubernetes Pod Operator - handle pod preemption before
container creation (#68328)
add 007316709a2 [main] CI: Upgrade important CI environment
add c2456df590c Fix typing hints from jupyter client upgrade
add eda7dce31fd Revert too much cleanup
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 (aed2c0dae9a)
\
N -- N -- N refs/heads/ci-upgrade-main (eda7dce31fd)
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:
.../providers/cncf/kubernetes/utils/pod_manager.py | 7 +++++++
.../unit/cncf/kubernetes/utils/test_pod_manager.py | 22 ++++++++++++++++++++++
.../airflow/providers/papermill/hooks/kernel.py | 2 +-
3 files changed, 30 insertions(+), 1 deletion(-)