apache-airflow-providers-cncf-kubernetes 10.8.1rc1__py3-none-any.whl → 10.8.2rc1__py3-none-any.whl
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.
- airflow/providers/cncf/kubernetes/__init__.py +1 -1
- airflow/providers/cncf/kubernetes/cli/kubernetes_command.py +1 -1
- {apache_airflow_providers_cncf_kubernetes-10.8.1rc1.dist-info → apache_airflow_providers_cncf_kubernetes-10.8.2rc1.dist-info}/METADATA +10 -10
- {apache_airflow_providers_cncf_kubernetes-10.8.1rc1.dist-info → apache_airflow_providers_cncf_kubernetes-10.8.2rc1.dist-info}/RECORD +6 -6
- {apache_airflow_providers_cncf_kubernetes-10.8.1rc1.dist-info → apache_airflow_providers_cncf_kubernetes-10.8.2rc1.dist-info}/WHEEL +0 -0
- {apache_airflow_providers_cncf_kubernetes-10.8.1rc1.dist-info → apache_airflow_providers_cncf_kubernetes-10.8.2rc1.dist-info}/entry_points.txt +0 -0
|
@@ -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."""
|
|
@@ -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>
|
|
@@ -24,11 +24,11 @@ Requires-Dist: aiofiles>=23.2.0
|
|
|
24
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.staged.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.8.
|
|
31
|
-
Project-URL: Documentation, https://airflow.staged.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
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
airflow/providers/cncf/kubernetes/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
|
|
2
|
-
airflow/providers/cncf/kubernetes/__init__.py,sha256=
|
|
2
|
+
airflow/providers/cncf/kubernetes/__init__.py,sha256=5PtcS7Wnp2KxTrjbMZ2hRAAbND1m7QJ7rYnWKYQqNbo,1505
|
|
3
3
|
airflow/providers/cncf/kubernetes/callbacks.py,sha256=1nCLXFJKtr5FM9ApB8Drw5VAGSC3TDFsPSTMtRnAR3Q,6085
|
|
4
4
|
airflow/providers/cncf/kubernetes/exceptions.py,sha256=3cNEZTnrltBsqwzHiLfckwYYc_IWY1g4PcRs6zuMWWA,1137
|
|
5
5
|
airflow/providers/cncf/kubernetes/get_provider_info.py,sha256=Git4HycOcHrb4zD9W7ZYsqNDkQSQ4uipSJO_GaPiroE,16041
|
|
@@ -16,7 +16,7 @@ airflow/providers/cncf/kubernetes/version_compat.py,sha256=1k5uiliHIpi5jqdaGmwxU
|
|
|
16
16
|
airflow/providers/cncf/kubernetes/backcompat/__init__.py,sha256=KXF76f3v1jIFUBNz8kwxVMvm7i4mNo35LbIG9IijBNc,1299
|
|
17
17
|
airflow/providers/cncf/kubernetes/backcompat/backwards_compat_converters.py,sha256=FkRRtIEucp2hYrecGVYVgyPI6-b7hE7X7L17Z3r459Y,4303
|
|
18
18
|
airflow/providers/cncf/kubernetes/cli/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
|
19
|
-
airflow/providers/cncf/kubernetes/cli/kubernetes_command.py,sha256=
|
|
19
|
+
airflow/providers/cncf/kubernetes/cli/kubernetes_command.py,sha256=S6CBIaBm2wa-XisPKcn1Axy1fErIvCt9RwPn4gawGXc,8297
|
|
20
20
|
airflow/providers/cncf/kubernetes/decorators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
|
|
21
21
|
airflow/providers/cncf/kubernetes/decorators/kubernetes.py,sha256=d27TR2k-NbpwQSwHd7L265ZZYXiRBlPg7na7RsrH1Ik,6216
|
|
22
22
|
airflow/providers/cncf/kubernetes/decorators/kubernetes_cmd.py,sha256=tkQWnyr5PkldaDwVzsDyP_qYznl01ewtc_kkSpLYKtI,4690
|
|
@@ -54,7 +54,7 @@ airflow/providers/cncf/kubernetes/utils/delete_from.py,sha256=poObZSoEJwQyaYWilE
|
|
|
54
54
|
airflow/providers/cncf/kubernetes/utils/k8s_resource_iterator.py,sha256=pl-G-2WhZVbewKkwmL9AxPo1hAQWHHEPK43b-ruF4-w,1937
|
|
55
55
|
airflow/providers/cncf/kubernetes/utils/pod_manager.py,sha256=p2M-P2x1Vx8L6-V-VjZX79vymSey93AOSEcwWIu-RiY,42768
|
|
56
56
|
airflow/providers/cncf/kubernetes/utils/xcom_sidecar.py,sha256=k6bdmVJ21OrAwGmWwledRrAmaty9ZrmbuM-IbaI4mqo,2519
|
|
57
|
-
apache_airflow_providers_cncf_kubernetes-10.8.
|
|
58
|
-
apache_airflow_providers_cncf_kubernetes-10.8.
|
|
59
|
-
apache_airflow_providers_cncf_kubernetes-10.8.
|
|
60
|
-
apache_airflow_providers_cncf_kubernetes-10.8.
|
|
57
|
+
apache_airflow_providers_cncf_kubernetes-10.8.2rc1.dist-info/entry_points.txt,sha256=ByD3QJJyP9CfmTYtpNI1953akD38RUDgpGXLaq9vpOw,111
|
|
58
|
+
apache_airflow_providers_cncf_kubernetes-10.8.2rc1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
|
59
|
+
apache_airflow_providers_cncf_kubernetes-10.8.2rc1.dist-info/METADATA,sha256=zMpYaADs1C-ptkFeDX-iVo_zfYjcPkLdCTIKskQ1STs,4322
|
|
60
|
+
apache_airflow_providers_cncf_kubernetes-10.8.2rc1.dist-info/RECORD,,
|
|
File without changes
|