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 3b8d157321d [main] CI: Upgrade important CI environment
add e3e3f6fad2b fix(hitl): show mapped task instances on /required_actions
listing (#66433)
add 7bbd9a21ba3 Initial overlay example for Keda and Structure pre-commit
hook (#65897)
add 681220708a8 Improve Playwright test patterns in connections e2e tests
(#66058)
add 935c8b9702a Fix SageMaker delete model compat test to handle moto
status code change (#66473)
add 7ca4c7538fe fix(providers-cncf-kubernetes): preserve event resource
version after empty sync polls (#66471)
add dddd23ae69e [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 (3b8d157321d)
\
N -- N -- N refs/heads/ci-upgrade-main (dddd23ae69e)
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:
.../HITLTaskInstances/HITLTaskInstances.test.tsx | 222 ++++++++++++++++++++
.../pages/HITLTaskInstances/HITLTaskInstances.tsx | 7 +-
.../airflow/ui/tests/e2e/pages/ConnectionsPage.ts | 43 ++--
.../airflow/ui/tests/e2e/specs/connections.spec.ts | 7 +-
chart/.pre-commit-config.yaml | 7 +
chart/kustomize-overlays/CONTRIBUTING.rst | 158 ++++++++++++++
chart/kustomize-overlays/README.rst | 71 +++++++
chart/kustomize-overlays/keda/README.rst | 180 ++++++++++++++++
.../kustomize-overlays/keda/STATUS.yaml | 17 +-
.../kustomize-overlays/keda/kustomization.yaml | 35 ++--
chart/kustomize-overlays/keda/scaledobject.yaml | 53 +++++
.../keda/triggerauthentication.yaml | 37 ++--
.../tests/unit/amazon/aws/hooks/test_sagemaker.py | 3 +-
.../providers/cncf/kubernetes/utils/pod_manager.py | 2 +
.../unit/cncf/kubernetes/utils/test_pod_manager.py | 45 ++++
scripts/ci/prek/build_kustomize_overlays.py | 226 +++++++++++++++++++++
16 files changed, 1040 insertions(+), 73 deletions(-)
create mode 100644
airflow-core/src/airflow/ui/src/pages/HITLTaskInstances/HITLTaskInstances.test.tsx
create mode 100644 chart/kustomize-overlays/CONTRIBUTING.rst
create mode 100644 chart/kustomize-overlays/README.rst
create mode 100644 chart/kustomize-overlays/keda/README.rst
copy shared/logging/src/airflow_shared/logging/__init__.py =>
chart/kustomize-overlays/keda/STATUS.yaml (72%)
copy shared/secrets_masker/.pre-commit-config.yaml =>
chart/kustomize-overlays/keda/kustomization.yaml (58%)
create mode 100644 chart/kustomize-overlays/keda/scaledobject.yaml
copy airflow-core/src/airflow/api_fastapi/core_api/datamodels/dag_tags.py =>
chart/kustomize-overlays/keda/triggerauthentication.yaml (58%)
create mode 100755 scripts/ci/prek/build_kustomize_overlays.py