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/26 22:35:15 UTC

[GitHub] [airflow] jedcunningham opened a new pull request, #26688: Sync v2-4-stable with v2-4-test to release 2.4.1

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

   Time for 2.4.1rc1!


-- 
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] jedcunningham commented on a diff in pull request #26688: Sync v2-4-stable with v2-4-test to release 2.4.1

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


##########
RELEASE_NOTES.rst:
##########
@@ -44,7 +44,7 @@ Bug Fixes
 - Correctly set ``json_provider_class`` on Flask app so it uses our encoder (#26554)
 - Fix WSGI root app (#26549)
 - Fix deadlock when mapped task with removed upstream is rerun (#26518)
-- ExecutorConfigType should bei ``cacheable`` (#26498)

Review Comment:
   Oops!



-- 
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 #26688: Sync v2-4-stable with v2-4-test to release 2.4.1

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


##########
RELEASE_NOTES.rst:
##########
@@ -44,7 +44,7 @@ Bug Fixes
 - Correctly set ``json_provider_class`` on Flask app so it uses our encoder (#26554)
 - Fix WSGI root app (#26549)
 - Fix deadlock when mapped task with removed upstream is rerun (#26518)
-- ExecutorConfigType should bei ``cacheable`` (#26498)

Review Comment:
   VIM :)



-- 
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] jedcunningham merged pull request #26688: Sync v2-4-stable with v2-4-test to release 2.4.1

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


-- 
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] ephraimbuddy commented on a diff in pull request #26688: Sync v2-4-stable with v2-4-test to release 2.4.1

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


##########
RELEASE_NOTES.rst:
##########
@@ -21,6 +21,44 @@
 
 .. towncrier release notes start
 
+Airflow 2.4.1 (2022-09-30)
+--------------------------
+
+Bug Fixes
+^^^^^^^^^
+
+- Fix scroll overflow for ConfirmDialog (#26681)
+- Resolve deprecation warning re ``Table.exists()`` (#26616)
+- Fix XComArg zip bug (#26636)
+- Use COALESCE when ordering runs to handle NULL (#26626)
+- Check user is active (#26635)
+- No missing user warning for public admin (#26611)
+- Allow MapXComArg to resolve after serialization  (#26591)
+- Resolve warning about DISTINCT ON query on dags view (#26608)
+- Log warning when secret backend kwargs is invalid (#26580)
+- Fix grid view log try numbers (#26556)
+- Don't import kubernetes unless you have a V1Pod (#26496)
+- Template rendering issue in passing ``templates_dict`` to task decorator (#26390)
+- Fix Deferrable stuck as ``scheduled`` during backfill (#26205)
+- Suppress SQLALCHEMY_TRACK_MODIFICATIONS warning in db init (#26617)
+- Correctly set ``json_provider_class`` on Flask app so it uses our encoder (#26554)
+- Fix WSGI root app (#26549)
+- Fix deadlock when mapped task with removed upstream is rerun (#26518)
+- ExecutorConfigType should bei ``cacheable`` (#26498)

Review Comment:
   ```suggestion
   - ExecutorConfigType should be ``cacheable`` (#26498)
   ```



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