apache-airflow-providers-cncf-kubernetes 10.4.0b1__py3-none-any.whl → 10.4.0rc1__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.

@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
29
29
 
30
30
  __all__ = ["__version__"]
31
31
 
32
- __version__ = "10.4.0b1"
32
+ __version__ = "10.4.0"
33
33
 
34
34
  if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
35
35
  "2.9.0"
@@ -29,7 +29,7 @@ def get_provider_info():
29
29
  "state": "ready",
30
30
  "source-date-epoch": 1742480644,
31
31
  "versions": [
32
- "10.4.0b1",
32
+ "10.4.0",
33
33
  "10.3.1",
34
34
  "10.3.0",
35
35
  "10.1.0",
@@ -213,7 +213,7 @@ class KubernetesPodOperator(BaseOperator):
213
213
  :param base_container_name: The name of the base container in the pod. This container's logs
214
214
  will appear as part of this task's logs if get_logs is True. Defaults to None. If None,
215
215
  will consult the class variable BASE_CONTAINER_NAME (which defaults to "base") for the base
216
- container name to use.
216
+ container name to use. (templated)
217
217
  :param base_container_status_polling_interval: Polling period in seconds to check for the pod base
218
218
  container status. Default to 1s.
219
219
  :param deferrable: Run operator in the deferrable mode.
@@ -263,6 +263,7 @@ class KubernetesPodOperator(BaseOperator):
263
263
  "env_from",
264
264
  "node_selector",
265
265
  "kubernetes_conn_id",
266
+ "base_container_name",
266
267
  )
267
268
  template_fields_renderers = {"env_vars": "py"}
268
269
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: apache-airflow-providers-cncf-kubernetes
3
- Version: 10.4.0b1
3
+ Version: 10.4.0rc1
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.11
21
21
  Classifier: Programming Language :: Python :: 3.12
22
22
  Classifier: Topic :: System :: Monitoring
23
23
  Requires-Dist: aiofiles>=23.2.0
24
- Requires-Dist: apache-airflow>=2.9.0
24
+ Requires-Dist: apache-airflow>=2.9.0rc0
25
25
  Requires-Dist: asgiref>=3.5.2
26
26
  Requires-Dist: cryptography>=41.0.0
27
27
  Requires-Dist: kubernetes>=29.0.0,<=31.0.0
28
28
  Requires-Dist: kubernetes_asyncio>=29.0.0,<=31.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.4.0b1/changelog.html
31
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.4.0b1
30
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.4.0/changelog.html
31
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.4.0
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.4.0b1``
62
+ Release: ``10.4.0``
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.4.0b1/>`_.
75
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.4.0/>`_.
76
76
 
77
77
  Installation
78
78
  ------------
@@ -98,5 +98,5 @@ PIP package Version required
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.4.0b1/changelog.html>`_.
101
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.4.0/changelog.html>`_.
102
102
 
@@ -1,8 +1,8 @@
1
1
  airflow/providers/cncf/kubernetes/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
2
- airflow/providers/cncf/kubernetes/__init__.py,sha256=dmdaC3bAFSJEVWpHltroUCC_vZRsiE78qiMucKvqo9s,1505
2
+ airflow/providers/cncf/kubernetes/__init__.py,sha256=J9O8rOoYu-94ZUrjAZ_noDh1WJF4nDtP6wIgWvgVpeI,1503
3
3
  airflow/providers/cncf/kubernetes/callbacks.py,sha256=5zGmQthojdT9iBEV3LIyBq-oKzjv2D4dOYCjYRbb61c,6076
4
4
  airflow/providers/cncf/kubernetes/exceptions.py,sha256=3cNEZTnrltBsqwzHiLfckwYYc_IWY1g4PcRs6zuMWWA,1137
5
- airflow/providers/cncf/kubernetes/get_provider_info.py,sha256=Y3j-wvCPdRvDsWidTNcqk0qIpKf9S8TFiTHDud01zTw,17772
5
+ airflow/providers/cncf/kubernetes/get_provider_info.py,sha256=-jfmOWThKJwsuEFZbB-1zZfjfEFEDF4QQfAm0g0Y0_o,17770
6
6
  airflow/providers/cncf/kubernetes/k8s_model.py,sha256=xmdFhX29DjegoZ-cq8-KDL9soVYXf4OpU6fAGr3cPTU,2101
7
7
  airflow/providers/cncf/kubernetes/kube_client.py,sha256=yflZxLousXA9d7t67KrEy55qzb1cUhEyy6yCPkEem28,5329
8
8
  airflow/providers/cncf/kubernetes/kube_config.py,sha256=3qWdCp2z4g8gX_sIOProgwp52UxM5kAIYabkxaX297g,5079
@@ -32,7 +32,7 @@ airflow/providers/cncf/kubernetes/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SB
32
32
  airflow/providers/cncf/kubernetes/operators/custom_object_launcher.py,sha256=CS8VNDq0ZBvq25AkLn90Au1L75PrWM6sdz81PNIYG0U,15315
33
33
  airflow/providers/cncf/kubernetes/operators/job.py,sha256=GXtTHoK2y7mG7rvGdHt0KIp_0V8d0wKzZ2rUV1zg56g,23773
34
34
  airflow/providers/cncf/kubernetes/operators/kueue.py,sha256=kBKw3R2IDMNOaAQ3oMNaerPBxWhCW_xJT4WxVVDhBGo,4565
35
- airflow/providers/cncf/kubernetes/operators/pod.py,sha256=q_EzdzuICeBNfpTM6am9-PHV7u1-GIChfFo3FFj_puY,57771
35
+ airflow/providers/cncf/kubernetes/operators/pod.py,sha256=RHLl00cOmnXRtGUDPqvDa4ay69c0IBDrnhTnr4mCkhE,57814
36
36
  airflow/providers/cncf/kubernetes/operators/resource.py,sha256=4nS-eiVEGlotp-gCkHlwRuenj3pnKhZ4khh9s2cjZms,7597
37
37
  airflow/providers/cncf/kubernetes/operators/spark_kubernetes.py,sha256=z1CF8jRNVwUWBAWhP7Qgl_Wly24hBA14ONu2N9zEdFg,13847
38
38
  airflow/providers/cncf/kubernetes/pod_template_file_examples/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
@@ -53,7 +53,7 @@ airflow/providers/cncf/kubernetes/utils/delete_from.py,sha256=poObZSoEJwQyaYWilE
53
53
  airflow/providers/cncf/kubernetes/utils/k8s_resource_iterator.py,sha256=DLypjkD_3YDixRTcsxEjgvHZNbbG9qamlz05eBqaWzU,1955
54
54
  airflow/providers/cncf/kubernetes/utils/pod_manager.py,sha256=Lk4RWe1pa9KzSR4x_Mm9CFSuQwL74VNYqLHpQ5172gM,36931
55
55
  airflow/providers/cncf/kubernetes/utils/xcom_sidecar.py,sha256=k6bdmVJ21OrAwGmWwledRrAmaty9ZrmbuM-IbaI4mqo,2519
56
- apache_airflow_providers_cncf_kubernetes-10.4.0b1.dist-info/entry_points.txt,sha256=ByD3QJJyP9CfmTYtpNI1953akD38RUDgpGXLaq9vpOw,111
57
- apache_airflow_providers_cncf_kubernetes-10.4.0b1.dist-info/WHEEL,sha256=_2ozNFCLWc93bK4WKHCO-eDUENDlo-dgc9cU3qokYO4,82
58
- apache_airflow_providers_cncf_kubernetes-10.4.0b1.dist-info/METADATA,sha256=2BkPm6s0_jjvWHrp-9VaDqt2cusxO6LxilP9oOrgdeA,4318
59
- apache_airflow_providers_cncf_kubernetes-10.4.0b1.dist-info/RECORD,,
56
+ apache_airflow_providers_cncf_kubernetes-10.4.0rc1.dist-info/entry_points.txt,sha256=ByD3QJJyP9CfmTYtpNI1953akD38RUDgpGXLaq9vpOw,111
57
+ apache_airflow_providers_cncf_kubernetes-10.4.0rc1.dist-info/WHEEL,sha256=_2ozNFCLWc93bK4WKHCO-eDUENDlo-dgc9cU3qokYO4,82
58
+ apache_airflow_providers_cncf_kubernetes-10.4.0rc1.dist-info/METADATA,sha256=Sv4IRzUYFIJ9T9spK9Z1kKlwGogQpawgnHk5guioA8c,4312
59
+ apache_airflow_providers_cncf_kubernetes-10.4.0rc1.dist-info/RECORD,,