This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a change to branch dependabot/uv/dev/breeze/black-26.3.1
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit a6b5e7aae99 chore(deps): bump black from 26.3.0 to 26.3.1 in
/dev/breeze
add 4bf2df845c6 Disable zizmor secrets-outside-env warnings (#63479)
add 025ac8d888d Add workers.celery.nodeSelector &
workers.kubernetes.nodeSelector (#61957)
add ba028ac54cd CI: Upgrade important CI environment (#63485)
add bc6eaf2ceda More restrictive chart rendering logic (#63464)
add e431e444a80 chore(deps): bump black from 26.3.0 to 26.3.1 in
/dev/breeze
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 (a6b5e7aae99)
\
N -- N -- N refs/heads/dependabot/uv/dev/breeze/black-26.3.1
(e431e444a80)
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:
.../enable-tty.yml => .github/zizmor.yml | 7 +-
.pre-commit-config.yaml | 2 +-
chart/files/pod-template-file.kubernetes-helm-yaml | 2 +-
chart/templates/api-server/api-server-hpa.yaml | 2 +-
.../pgbouncer/pgbouncer-networkpolicy.yaml | 2 +-
.../security-context-constraint-rolebinding.yaml | 13 +-
chart/templates/secrets/flower-secret.yaml | 2 +-
.../templates/secrets/kerberos-keytab-secret.yaml | 2 +-
.../secrets/pgbouncer-certificates-secret.yaml | 2 +-
chart/values.schema.json | 18 +-
chart/values.yaml | 9 +
.../airflow_aux/test_pod_template_file.py | 291 ++++++++++++++-------
.../tests/helm_tests/airflow_core/test_worker.py | 170 ++++++++----
.../helm_tests/airflow_core/test_worker_sets.py | 7 +
helm-tests/tests/helm_tests/other/test_flower.py | 15 ++
.../tests/helm_tests/other/test_pgbouncer.py | 69 +++--
.../tests/helm_tests/security/test_kerberos.py | 14 +
.../helm_tests/security/test_scc_rolebinding.py | 208 +++++++++++----
18 files changed, 616 insertions(+), 219 deletions(-)
copy scripts/ci/docker-compose/enable-tty.yml => .github/zizmor.yml (93%)