apache-airflow-providers-cncf-kubernetes 10.8.1__tar.gz → 10.8.2rc1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of apache-airflow-providers-cncf-kubernetes might be problematic. Click here for more details.
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/PKG-INFO +11 -11
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/README.rst +5 -5
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/docs/changelog.rst +13 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/docs/index.rst +3 -3
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/provider.yaml +2 -1
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/pyproject.toml +6 -6
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/__init__.py +1 -1
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/cli/kubernetes_command.py +1 -1
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/docs/.latest-doc-only-change.txt +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/docs/cli-ref.rst +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/docs/commits.rst +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/docs/conf.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/docs/configurations-ref.rst +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/docs/connections/kubernetes.rst +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/docs/img/arch-diag-kubernetes.png +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/docs/img/arch-diag-kubernetes2.png +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/docs/img/k8s-failed-pod.png +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/docs/img/k8s-happy-path.png +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/docs/installing-providers-from-sources.rst +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/docs/integration-logos/Kubernetes.png +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/docs/integration-logos/Spark-On-Kubernetes.png +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/docs/kubernetes_executor.rst +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/docs/local_kubernetes_executor.rst +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/docs/operators.rst +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/docs/redirects.txt +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/docs/security.rst +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/__init__.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/__init__.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/__init__.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/LICENSE +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/backcompat/__init__.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/backcompat/backwards_compat_converters.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/callbacks.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/cli/__init__.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/decorators/__init__.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/decorators/kubernetes.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/decorators/kubernetes_cmd.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/exceptions.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/executors/__init__.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/executors/kubernetes_executor.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/executors/kubernetes_executor_types.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/executors/kubernetes_executor_utils.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/executors/local_kubernetes_executor.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/get_provider_info.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/hooks/__init__.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/hooks/kubernetes.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/k8s_model.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/kube_client.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/kube_config.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/kubernetes_executor_templates/__init__.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/kubernetes_executor_templates/basic_template.yaml +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/kubernetes_helper_functions.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/operators/__init__.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/operators/custom_object_launcher.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/operators/job.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/operators/kueue.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/operators/pod.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/operators/resource.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/operators/spark_kubernetes.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/pod_generator.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/pod_template_file_examples/__init__.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/pod_template_file_examples/dags_in_image_template.yaml +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/pod_template_file_examples/dags_in_volume_template.yaml +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/pod_template_file_examples/git_sync_template.yaml +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/python_kubernetes_script.jinja2 +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/python_kubernetes_script.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/resource_convert/__init__.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/resource_convert/configmap.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/resource_convert/env_variable.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/resource_convert/secret.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/secret.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/sensors/__init__.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/template_rendering.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/triggers/__init__.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/triggers/job.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/triggers/pod.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/utils/__init__.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/utils/delete_from.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/utils/k8s_resource_iterator.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/utils/pod_manager.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/utils/xcom_sidecar.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/src/airflow/providers/cncf/kubernetes/version_compat.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/conftest.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/system/__init__.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/system/cncf/__init__.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/system/cncf/kubernetes/__init__.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/system/cncf/kubernetes/example_kubernetes.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/system/cncf/kubernetes/example_kubernetes_async.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/system/cncf/kubernetes/example_kubernetes_cmd_decorator.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/system/cncf/kubernetes/example_kubernetes_decorator.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/system/cncf/kubernetes/example_kubernetes_job.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/system/cncf/kubernetes/example_kubernetes_kueue.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/system/cncf/kubernetes/example_kubernetes_resource.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/system/cncf/kubernetes/example_spark_kubernetes.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/system/cncf/kubernetes/example_spark_kubernetes_spark_pi.yaml +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/system/cncf/kubernetes/spark_job_template.yaml +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/__init__.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/__init__.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/__init__.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/backcompat/__init__.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/backcompat/test_backwards_compat_converters.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/cli/__init__.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/cli/test_kubernetes_command.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/conftest.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/data_files/__init__.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/data_files/executor/__init__.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/data_files/executor/basic_template.yaml +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/data_files/kube_config +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/data_files/pods/__init__.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/data_files/pods/generator_base.yaml +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/data_files/pods/generator_base_with_secrets.yaml +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/data_files/pods/template.yaml +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/data_files/spark/__init__.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/data_files/spark/application_template.yaml +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/data_files/spark/application_test.json +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/data_files/spark/application_test.yaml +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/data_files/spark/application_test_with_no_name_from_config.json +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/data_files/spark/application_test_with_no_name_from_config.yaml +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/decorators/__init__.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/decorators/test_kubernetes.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/decorators/test_kubernetes_cmd.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/decorators/test_kubernetes_commons.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/executors/__init__.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/executors/test_kubernetes_executor.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/executors/test_local_kubernetes_executor.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/hooks/__init__.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/hooks/test_kubernetes.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/log_handlers/__init__.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/log_handlers/test_log_handlers.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/models/__init__.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/models/test_secret.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/operators/__init__.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/operators/test_custom_object_launcher.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/operators/test_job.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/operators/test_kueue.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/operators/test_pod.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/operators/test_resource.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/operators/test_spark_kubernetes.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/resource_convert/__init__.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/resource_convert/test_configmap.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/resource_convert/test_env_variable.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/resource_convert/test_secret.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/sensors/__init__.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/sensors/test_spark_kubernetes.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/test_callbacks.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/test_client.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/test_kubernetes_helper_functions.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/test_pod_generator.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/test_template_rendering.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/triggers/__init__.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/triggers/test_job.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/triggers/test_pod.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/utils/__init__.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/utils/test_k8s_resource_iterator.py +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1 → apache_airflow_providers_cncf_kubernetes-10.8.2rc1}/tests/unit/cncf/kubernetes/utils/test_pod_manager.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: apache-airflow-providers-cncf-kubernetes
|
|
3
|
-
Version: 10.8.
|
|
3
|
+
Version: 10.8.2rc1
|
|
4
4
|
Summary: Provider package apache-airflow-providers-cncf-kubernetes for Apache Airflow
|
|
5
5
|
Keywords: airflow-provider,cncf.kubernetes,airflow,integration
|
|
6
6
|
Author-email: Apache Software Foundation <dev@airflow.apache.org>
|
|
@@ -21,14 +21,14 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.13
|
|
22
22
|
Classifier: Topic :: System :: Monitoring
|
|
23
23
|
Requires-Dist: aiofiles>=23.2.0
|
|
24
|
-
Requires-Dist: apache-airflow>=2.10.
|
|
24
|
+
Requires-Dist: apache-airflow>=2.10.0rc1
|
|
25
25
|
Requires-Dist: asgiref>=3.5.2
|
|
26
26
|
Requires-Dist: cryptography>=41.0.0
|
|
27
|
-
Requires-Dist: kubernetes>=32.0.0,<
|
|
28
|
-
Requires-Dist: kubernetes_asyncio>=32.0.0,<
|
|
27
|
+
Requires-Dist: kubernetes>=32.0.0,<34.0.0
|
|
28
|
+
Requires-Dist: kubernetes_asyncio>=32.0.0,<34.0.0
|
|
29
29
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
|
30
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.8.
|
|
31
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.8.
|
|
30
|
+
Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.8.2/changelog.html
|
|
31
|
+
Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.8.2
|
|
32
32
|
Project-URL: Mastodon, https://fosstodon.org/@airflow
|
|
33
33
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
|
34
34
|
Project-URL: Source Code, https://github.com/apache/airflow
|
|
@@ -59,7 +59,7 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
|
|
|
59
59
|
|
|
60
60
|
Package ``apache-airflow-providers-cncf-kubernetes``
|
|
61
61
|
|
|
62
|
-
Release: ``10.8.
|
|
62
|
+
Release: ``10.8.2``
|
|
63
63
|
|
|
64
64
|
|
|
65
65
|
`Kubernetes <https://kubernetes.io/>`__
|
|
@@ -72,7 +72,7 @@ This is a provider package for ``cncf.kubernetes`` provider. All classes for thi
|
|
|
72
72
|
are in ``airflow.providers.cncf.kubernetes`` python package.
|
|
73
73
|
|
|
74
74
|
You can find package information and changelog for the provider
|
|
75
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.8.
|
|
75
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.8.2/>`_.
|
|
76
76
|
|
|
77
77
|
Installation
|
|
78
78
|
------------
|
|
@@ -93,10 +93,10 @@ PIP package Version required
|
|
|
93
93
|
``apache-airflow`` ``>=2.10.0``
|
|
94
94
|
``asgiref`` ``>=3.5.2``
|
|
95
95
|
``cryptography`` ``>=41.0.0``
|
|
96
|
-
``kubernetes`` ``>=32.0.0,<
|
|
97
|
-
``kubernetes_asyncio`` ``>=32.0.0,<
|
|
96
|
+
``kubernetes`` ``>=32.0.0,<34.0.0``
|
|
97
|
+
``kubernetes_asyncio`` ``>=32.0.0,<34.0.0``
|
|
98
98
|
====================== ====================
|
|
99
99
|
|
|
100
100
|
The changelog for the provider package can be found in the
|
|
101
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.8.
|
|
101
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.8.2/changelog.html>`_.
|
|
102
102
|
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
|
|
24
24
|
Package ``apache-airflow-providers-cncf-kubernetes``
|
|
25
25
|
|
|
26
|
-
Release: ``10.8.
|
|
26
|
+
Release: ``10.8.2``
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
`Kubernetes <https://kubernetes.io/>`__
|
|
@@ -36,7 +36,7 @@ This is a provider package for ``cncf.kubernetes`` provider. All classes for thi
|
|
|
36
36
|
are in ``airflow.providers.cncf.kubernetes`` python package.
|
|
37
37
|
|
|
38
38
|
You can find package information and changelog for the provider
|
|
39
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.8.
|
|
39
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.8.2/>`_.
|
|
40
40
|
|
|
41
41
|
Installation
|
|
42
42
|
------------
|
|
@@ -57,9 +57,9 @@ PIP package Version required
|
|
|
57
57
|
``apache-airflow`` ``>=2.10.0``
|
|
58
58
|
``asgiref`` ``>=3.5.2``
|
|
59
59
|
``cryptography`` ``>=41.0.0``
|
|
60
|
-
``kubernetes`` ``>=32.0.0,<
|
|
61
|
-
``kubernetes_asyncio`` ``>=32.0.0,<
|
|
60
|
+
``kubernetes`` ``>=32.0.0,<34.0.0``
|
|
61
|
+
``kubernetes_asyncio`` ``>=32.0.0,<34.0.0``
|
|
62
62
|
====================== ====================
|
|
63
63
|
|
|
64
64
|
The changelog for the provider package can be found in the
|
|
65
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.8.
|
|
65
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.8.2/changelog.html>`_.
|
|
@@ -28,6 +28,19 @@ Changelog
|
|
|
28
28
|
---------
|
|
29
29
|
|
|
30
30
|
|
|
31
|
+
10.8.2
|
|
32
|
+
......
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
Bug Fixes
|
|
36
|
+
~~~~~~~~~
|
|
37
|
+
|
|
38
|
+
* ``Don't check db migration needlessly for 'airflow celery' cli commands. (#55878)``
|
|
39
|
+
* ``Relax Kubernetes client version support to <34.0.0 (#55932)``
|
|
40
|
+
|
|
41
|
+
.. Below changes are excluded from the changelog. Move them to
|
|
42
|
+
appropriate section above if needed. Do not delete the lines(!):
|
|
43
|
+
|
|
31
44
|
10.8.1
|
|
32
45
|
......
|
|
33
46
|
|
|
@@ -87,7 +87,7 @@ apache-airflow-providers-cncf-kubernetes package
|
|
|
87
87
|
`Kubernetes <https://kubernetes.io/>`__
|
|
88
88
|
|
|
89
89
|
|
|
90
|
-
Release: 10.8.
|
|
90
|
+
Release: 10.8.2
|
|
91
91
|
|
|
92
92
|
Provider package
|
|
93
93
|
----------------
|
|
@@ -114,6 +114,6 @@ PIP package Version required
|
|
|
114
114
|
``apache-airflow`` ``>=2.10.0``
|
|
115
115
|
``asgiref`` ``>=3.5.2``
|
|
116
116
|
``cryptography`` ``>=41.0.0``
|
|
117
|
-
``kubernetes`` ``>=32.0.0,<
|
|
118
|
-
``kubernetes_asyncio`` ``>=32.0.0,<
|
|
117
|
+
``kubernetes`` ``>=32.0.0,<34.0.0``
|
|
118
|
+
``kubernetes_asyncio`` ``>=32.0.0,<34.0.0``
|
|
119
119
|
====================== ====================
|
|
@@ -22,12 +22,13 @@ description: |
|
|
|
22
22
|
`Kubernetes <https://kubernetes.io/>`__
|
|
23
23
|
|
|
24
24
|
state: ready
|
|
25
|
-
source-date-epoch:
|
|
25
|
+
source-date-epoch: 1758645793
|
|
26
26
|
# Note that those versions are maintained by release manager - do not update them manually
|
|
27
27
|
# with the exception of case where other provider in sources has >= new provider version.
|
|
28
28
|
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
|
|
29
29
|
# to be done in the same PR
|
|
30
30
|
versions:
|
|
31
|
+
- 10.8.2
|
|
31
32
|
- 10.8.1
|
|
32
33
|
- 10.8.0
|
|
33
34
|
- 10.7.0
|
|
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
|
|
|
25
25
|
|
|
26
26
|
[project]
|
|
27
27
|
name = "apache-airflow-providers-cncf-kubernetes"
|
|
28
|
-
version = "10.8.
|
|
28
|
+
version = "10.8.2rc1"
|
|
29
29
|
description = "Provider package apache-airflow-providers-cncf-kubernetes for Apache Airflow"
|
|
30
30
|
readme = "README.rst"
|
|
31
31
|
authors = [
|
|
@@ -58,7 +58,7 @@ requires-python = ">=3.10"
|
|
|
58
58
|
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
|
|
59
59
|
dependencies = [
|
|
60
60
|
"aiofiles>=23.2.0",
|
|
61
|
-
"apache-airflow>=2.10.
|
|
61
|
+
"apache-airflow>=2.10.0rc1",
|
|
62
62
|
"asgiref>=3.5.2",
|
|
63
63
|
"cryptography>=41.0.0",
|
|
64
64
|
# The Kubernetes API is known to introduce problems when upgraded to a MAJOR version. Airflow Core
|
|
@@ -69,9 +69,9 @@ dependencies = [
|
|
|
69
69
|
# limiting minimum airflow version supported in cncf.kubernetes provider, due to the
|
|
70
70
|
# potential breaking changes in Airflow Core as well (kubernetes is added as extra, so Airflow
|
|
71
71
|
# core is not hard-limited via install-requirements, only by extra).
|
|
72
|
-
"kubernetes>=32.0.0,<
|
|
72
|
+
"kubernetes>=32.0.0,<34.0.0",
|
|
73
73
|
# the version is limited to the next MAJOR version and should by synced with the kubernetes version
|
|
74
|
-
"kubernetes_asyncio>=32.0.0,<
|
|
74
|
+
"kubernetes_asyncio>=32.0.0,<34.0.0",
|
|
75
75
|
]
|
|
76
76
|
|
|
77
77
|
[dependency-groups]
|
|
@@ -108,8 +108,8 @@ apache-airflow-providers-common-sql = {workspace = true}
|
|
|
108
108
|
apache-airflow-providers-standard = {workspace = true}
|
|
109
109
|
|
|
110
110
|
[project.urls]
|
|
111
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.8.
|
|
112
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.8.
|
|
111
|
+
"Documentation" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.8.2"
|
|
112
|
+
"Changelog" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.8.2/changelog.html"
|
|
113
113
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
|
114
114
|
"Source Code" = "https://github.com/apache/airflow"
|
|
115
115
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
|
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
|
|
|
29
29
|
|
|
30
30
|
__all__ = ["__version__"]
|
|
31
31
|
|
|
32
|
-
__version__ = "10.8.
|
|
32
|
+
__version__ = "10.8.2"
|
|
33
33
|
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
|
35
35
|
"2.10.0"
|
|
@@ -104,7 +104,7 @@ def generate_pod_yaml(args):
|
|
|
104
104
|
print(f"YAML output can be found at {yaml_output_path}/airflow_yaml_output/")
|
|
105
105
|
|
|
106
106
|
|
|
107
|
-
@cli_utils.action_cli
|
|
107
|
+
@cli_utils.action_cli(check_db=False)
|
|
108
108
|
@providers_configuration_loaded
|
|
109
109
|
def cleanup_pods(args):
|
|
110
110
|
"""Clean up k8s pods in evicted/failed/succeeded/pending states."""
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|