hussein-awala commented on code in PR #30718:
URL: https://github.com/apache/airflow/pull/30718#discussion_r1247128453


##########
airflow/providers/amazon/provider.yaml:
##########
@@ -667,3 +667,6 @@ additional-extras:
   - name: aiobotocore
     dependencies:
       - aiobotocore[boto3]>=2.2.0
+  - name: cncf.kubernetes
+    dependencies:
+      - apache-airflow-providers-cncf-kubernetes>=8.0.0

Review Comment:
   > Side note. Assuming that we do not know if the next release is MINOR or 
MAJOR we could add >=MINOR_UPGRADE always. It's a bit limiting and slightly 
confusing for the users if we do MAJOR release instead, but technically it 
would work.
   
   I like this idea, I added 8.0.0 because I didn't know if there is any 
breaking changes on the other PRs, but yes 7.2.0 will work for both minor and 
major releases 👍 



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