You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/09/22 10:27:29 UTC

[GitHub] [airflow] ashb opened a new pull request, #26588: Prepare to release cncf.kubernetes provider

ashb opened a new pull request, #26588:
URL: https://github.com/apache/airflow/pull/26588

   This one adds `@task.kubernetes` which we call out specifically in the 2.4.0 changelog, so lets get this one released!
   
   (We'll follow up with a full provider release batch next week)


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] potiuk commented on pull request #26588: Prepare to release cncf.kubernetes provider

Posted by GitBox <gi...@apache.org>.
potiuk commented on PR #26588:
URL: https://github.com/apache/airflow/pull/26588#issuecomment-1254844515

   > Noting that many install Airflow with constraints so after releasing the provider we might want to manually change the constraints of 2.4.0 to include the new provider version
   
   Or simply do 2.4.1 which I guess we are doing quickly. But yeah - you are right we can do that (and also re-build the images) 


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] ashb merged pull request #26588: Prepare to release cncf.kubernetes provider

Posted by GitBox <gi...@apache.org>.
ashb merged PR #26588:
URL: https://github.com/apache/airflow/pull/26588


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] ashb commented on a diff in pull request #26588: Prepare to release cncf.kubernetes provider

Posted by GitBox <gi...@apache.org>.
ashb commented on code in PR #26588:
URL: https://github.com/apache/airflow/pull/26588#discussion_r977492854


##########
airflow/providers/cncf/kubernetes/CHANGELOG.rst:
##########
@@ -24,6 +24,26 @@
 Changelog
 ---------
 
+4.4.0
+.....
+
+Features
+~~~~~~~~
+
+* ``feat(KubernetesPodOperator): Add support of container_security_context (#25530)``
+* ``Add @task.kubernetes taskflow decorator (#25663)``
+* ``pretty print KubernetesPodOperator rendered template env_vars (#25850)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Avoid calculating all elements when one item is needed (#26377)``
+* ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)``

Review Comment:
   Good shout



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] potiuk commented on a diff in pull request #26588: Prepare to release cncf.kubernetes provider

Posted by GitBox <gi...@apache.org>.
potiuk commented on code in PR #26588:
URL: https://github.com/apache/airflow/pull/26588#discussion_r977486101


##########
airflow/providers/cncf/kubernetes/CHANGELOG.rst:
##########
@@ -24,6 +24,26 @@
 Changelog
 ---------
 
+4.4.0
+.....
+
+Features
+~~~~~~~~
+
+* ``feat(KubernetesPodOperator): Add support of container_security_context (#25530)``
+* ``Add @task.kubernetes taskflow decorator (#25663)``
+* ``pretty print KubernetesPodOperator rendered template env_vars (#25850)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Avoid calculating all elements when one item is needed (#26377)``
+* ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)``

Review Comment:
   I think this one should be move down under the "Below changes" - it's not really user facing. 



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org