This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch fix-release-docs-airflowctl
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 8c84dfe4ec2 Fix release documentation for Airflow-CTL PMC check
     add d9ed5adbba8 Fix variable name in `exemple_emr_eks` (#62480)
     add eff438a629a Drop support for all Airflow versions below 2.11 in Helm 
Chart (#61018)
     add 44b0e8a1c48 Adding release documents to RMs for visibility (#62485)
     add 5c63abfa204 (doc only) Update `parallelism` parameter description for 
KubernetesJobOperator (#62468)
     add c1a9854e75b Feat: Add version change indicators for Dag and bundle 
versions in Grid view (#53216)
     add 6d6f8bf3d04 Variable table handle long words break when values are 
expanded (#62416)
     add 44502390531 Add rat-exclude copy to release docs (#62484)
     add 3fc761f4c53 Bugfix english translation keys (#62488)
     add c7053e28123 Fix release documentation for Airflow-CTL PMC check

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   (8c84dfe4ec2)
            \
             N -- N -- N   refs/heads/fix-release-docs-airflowctl (c7053e28123)

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:
 .github/CODEOWNERS                                 |   3 +
 .../api_fastapi/core_api/datamodels/ui/common.py   |   2 +
 .../api_fastapi/core_api/datamodels/ui/grid.py     |   1 +
 .../api_fastapi/core_api/openapi/_private_ui.yaml  |  11 +
 .../airflow/api_fastapi/core_api/routes/ui/grid.py |  53 +++--
 .../api_fastapi/core_api/services/ui/grid.py       |   7 +
 .../airflow/ui/openapi-gen/requests/schemas.gen.ts |  19 ++
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |   2 +
 .../airflow/ui/public/i18n/locales/en/common.json  |   4 +-
 .../src/airflow/ui/public/i18n/locales/en/dag.json |   9 +
 .../src/airflow/ui/src/constants/localStorage.ts   |   1 +
 .../src/constants/showVersionIndicatorOptions.ts   |  46 ++++
 .../ui/src/layouts/Details/DetailsLayout.tsx       |  11 +
 .../airflow/ui/src/layouts/Details/Grid/Bar.tsx    |  27 ++-
 .../airflow/ui/src/layouts/Details/Grid/Grid.tsx   |  33 ++-
 .../layouts/Details/Grid/TaskInstancesColumn.tsx   |  42 +++-
 .../src/layouts/Details/Grid/VersionIndicator.tsx  | 140 ++++++++++++
 .../ui/src/layouts/Details/Grid/constants.ts       |  10 +-
 .../Details/Grid/useGridRunsWithVersionFlags.ts    |  74 +++++++
 .../ui/src/layouts/Details/PanelButtons.tsx        |  12 +
 .../src/layouts/Details/VersionIndicatorSelect.tsx |  94 ++++++++
 .../airflow/ui/src/pages/Variables/Variables.tsx   |  24 +-
 .../api_fastapi/core_api/routes/ui/test_grid.py    | 100 +++++----
 chart/README.md                                    |   5 +-
 chart/docs/index.rst                               |   6 +-
 chart/docs/manage-dag-files.rst                    |   8 +-
 chart/docs/production-guide.rst                    |   9 +-
 chart/docs/quick-start.rst                         |   2 +-
 chart/files/pod-template-file.kubernetes-helm-yaml |   2 +-
 chart/newsfragments/61018.significant.rst          |   4 +
 chart/templates/NOTES.txt                          |   2 +-
 chart/templates/_helpers.yaml                      | 143 +-----------
 chart/templates/check-values.yaml                  |   8 +
 chart/templates/configmaps/configmap.yaml          |   2 -
 .../dag-processor/dag-processor-deployment.yaml    |   2 -
 .../dag-processor-poddisruptionbudget.yaml         |   2 -
 .../dag-processor-serviceaccount.yaml              |   6 +-
 .../pgbouncer/pgbouncer-networkpolicy.yaml         |   2 +-
 .../security-context-constraint-rolebinding.yaml   |   2 -
 .../templates/scheduler/scheduler-deployment.yaml  |   2 -
 .../secrets/result-backend-connection-secret.yaml  |   2 +-
 .../templates/triggerer/triggerer-deployment.yaml  |   8 +-
 .../triggerer/triggerer-kedaautoscaler.yaml        |   4 +-
 .../triggerer/triggerer-networkpolicy.yaml         |   3 -
 chart/templates/triggerer/triggerer-service.yaml   |   3 -
 .../triggerer/triggerer-serviceaccount.yaml        |   6 +-
 .../templates/webserver/webserver-deployment.yaml  |  28 ---
 chart/templates/workers/worker-deployment.yaml     |   2 +-
 chart/values.schema.json                           |  29 +--
 chart/values.yaml                                  |  51 +----
 dev/README_RELEASE_AIRFLOW.md                      |   4 +
 dev/README_RELEASE_AIRFLOWCTL.md                   |  10 +-
 dev/README_RELEASE_HELM_CHART.md                   |   1 +
 dev/README_RELEASE_PROVIDERS.md                    |   1 +
 dev/README_RELEASE_PYTHON_CLIENT.md                |   6 +-
 .../helm_tests/airflow_aux/test_airflow_common.py  |  12 +-
 .../helm_tests/airflow_aux/test_annotations.py     |   4 +-
 .../airflow_aux/test_basic_helm_chart.py           |  39 ++--
 .../tests/helm_tests/airflow_aux/test_configmap.py |  41 ++--
 .../helm_tests/airflow_aux/test_create_user_job.py |  16 +-
 .../airflow_aux/test_extra_env_env_from.py         |   2 +-
 .../airflow_aux/test_migrate_database_job.py       |  21 +-
 .../airflow_aux/test_pod_template_file.py          |  32 +--
 .../helm_tests/airflow_aux/test_remote_logging.py  |  69 ------
 .../helm_tests/airflow_core/test_dag_processor.py  |  38 +---
 .../tests/helm_tests/airflow_core/test_env.py      |   4 +-
 .../helm_tests/airflow_core/test_scheduler.py      |  52 ++---
 .../helm_tests/airflow_core/test_triggerer.py      |  28 +--
 .../tests/helm_tests/airflow_core/test_worker.py   |  45 +---
 .../tests/helm_tests/apiserver/test_apiserver.py   |   4 +-
 helm-tests/tests/helm_tests/other/test_flower.py   |  12 +-
 .../helm_tests/other/test_git_sync_scheduler.py    |  22 +-
 .../helm_tests/other/test_git_sync_webserver.py    | 241 ---------------------
 helm-tests/tests/helm_tests/security/test_rbac.py  |  13 +-
 .../security/test_rbac_pod_log_reader.py           |   4 +-
 .../test_result_backend_connection_secret.py       |  43 +---
 .../helm_tests/security/test_security_context.py   |  28 ---
 .../helm_tests/webserver/test_hpa_webserver.py     |   8 +-
 .../tests/helm_tests/webserver/test_ingress_web.py |  24 +-
 .../helm_tests/webserver/test_pdb_webserver.py     |   2 +-
 .../tests/helm_tests/webserver/test_webserver.py   | 238 ++++++--------------
 .../tests/system/amazon/aws/example_emr_eks.py     |   6 +-
 .../providers/cncf/kubernetes/operators/job.py     |   2 +-
 83 files changed, 930 insertions(+), 1210 deletions(-)
 create mode 100644 
airflow-core/src/airflow/ui/src/constants/showVersionIndicatorOptions.ts
 create mode 100644 
airflow-core/src/airflow/ui/src/layouts/Details/Grid/VersionIndicator.tsx
 create mode 100644 
airflow-core/src/airflow/ui/src/layouts/Details/Grid/useGridRunsWithVersionFlags.ts
 create mode 100644 
airflow-core/src/airflow/ui/src/layouts/Details/VersionIndicatorSelect.tsx
 create mode 100644 chart/newsfragments/61018.significant.rst
 delete mode 100644 helm-tests/tests/helm_tests/other/test_git_sync_webserver.py

Reply via email to