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


##########
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:
   This is the kubernetes client library version, not the k8s cluster version. 
Generally speaking any newer version of the library can talk to old versions of 
clusters as well (and we test it actually - part of this PR were all the k8s 
cluster tests with all supported versions.



-- 
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