potiuk commented on code in PR #40253:
URL: https://github.com/apache/airflow/pull/40253#discussion_r1641663502


##########
airflow/providers/cncf/kubernetes/provider.yaml:
##########
@@ -97,13 +97,13 @@ dependencies:
   # limiting minimum airflow version supported in cncf.kubernetes provider, 
due to the
   # potential breaking changes in Airflow Core as well (kubernetes is added as 
extra, so Airflow
   # core is not hard-limited via install-requirements, only by extra).
-  - kubernetes>=28.1.0,<=29.0.0
+  - kubernetes>=29.0.0,<=30.1.0

Review Comment:
   Kubernetes 1.29 or below (+-):  "However, everything they have in common 
(i.e., most APIs) will work":
   
   
   ```
   + client-python has features or API objects that may not be present in the 
Kubernetes cluster, either due to that client-python has additional new API, or 
that the server has removed old API. However, everything they have in common 
(i.e., most APIs) will work. Please note that alpha APIs may vanish or change 
significantly in a single release.
   - The Kubernetes cluster has features the client-python library can't use, 
either due to the server has additional new API, or that client-python has 
removed old API. However, everything they share in common (i.e., most APIs) 
will work.
   See the 
[CHANGELOG](https://github.com/kubernetes-client/python/blob/master/CHANGELOG.md)
 for a detailed description of cha
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to