potiuk commented on code in PR #44568:
URL: https://github.com/apache/airflow/pull/44568#discussion_r1873100162
##########
providers/src/airflow/providers/google/provider.yaml:
##########
@@ -188,7 +188,7 @@ additional-extras:
- apache-beam[gcp]
- name: cncf.kubernetes
dependencies:
- - apache-airflow-providers-cncf-kubernetes>=7.2.0
+ - apache-airflow-providers-cncf-kubernetes>10.0.1
Review Comment:
Actually this should be 10.1.0 (and cncf.kuberbetes should also be bumped to
10.1.0). We are effectively working on a "future" version of the
cncf.kubernetes provider, which adds new features, it's version will be 10.1.0
- and we should already do it now as part of this change. This the only
exception when provider version should be modified by someone else than release
manager.
--
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]