jedcunningham commented on code in PR #31133:
URL: https://github.com/apache/airflow/pull/31133#discussion_r1187683934


##########
RELEASE_NOTES.rst:
##########
@@ -21,7 +21,53 @@
 
 .. towncrier release notes start
 
-Airflow 2.6.0 (2023-04-28)
+Airflow 2.6.1 (2023-05-12)
+--------------------------
+
+Significant Changes
+^^^^^^^^^^^^^^^^^^^
+No significant changes.
+
+Bug Fixes
+^^^^^^^^^
+- Move interleave_timestamp_parser config to section logging (#31102)
+- fix MappedTaskGroup import in taskinstance (#31100)
+- Format DagBag.dagbag_report() Output (#31095)
+- Fix template error when iterating None value and fix params documentation 
(#31078)
+- fix EXTRAS_DEPENDENCIES of apache-hive (#31068)
+- Fix issue in pre-importing modules in zipfile (#31061)
+- Move TaskInstanceKey to a separate file (#31033)
+- Fix unable to remove DagRun and TaskInstance with note (#30987)
+- Fix ``airflow providers get`` command output (#30978)
+- Fix Pool schema OpenAPI spec (#30973)
+- Update incorrect config values (#30969)
+- Add support for dynamic tasks with template fields that contain 
``pandas.DataFrame`` (#30943)
+- Use the Task Group explicitly passed to 'partial' if any (#30933)
+- Fix ``order_by`` request in list DAG rest api (#30926)
+- Include node height/width in center-on-task logic (#30924)
+- Remove print from dag trigger command (#30921)
+- Improve task group UI in new graph (#30918)
+- Fix mapped states case (#30916)
+- Fix problem with displaying graph (#30765)
+- Fix backfill KeyError when try_number out of sync (#30653)
+- Re-enable clear on TaskInstanceModelView for role User (#30415)
+- Fix DAG.access_control can't sync when clean access_control (#30340)
+- Prevent DagRun's ``start_date`` from reset (#30124) (#30125)
+
+Misc/Internal
+"""""""""""""
+- Present affected task instances as table (#30633)
+- Fix missing models in API documentation. (#31021)

Review Comment:
   ```suggestion
   - Show task instances affected by clearing in a table (#30633)
   - Fix missing models in API documentation (#31021)
   ```



##########
RELEASE_NOTES.rst:
##########
@@ -21,7 +21,53 @@
 
 .. towncrier release notes start
 
-Airflow 2.6.0 (2023-04-28)
+Airflow 2.6.1 (2023-05-12)
+--------------------------
+
+Significant Changes
+^^^^^^^^^^^^^^^^^^^
+No significant changes.
+
+Bug Fixes
+^^^^^^^^^
+- Move interleave_timestamp_parser config to section logging (#31102)
+- fix MappedTaskGroup import in taskinstance (#31100)
+- Format DagBag.dagbag_report() Output (#31095)
+- Fix template error when iterating None value and fix params documentation 
(#31078)
+- fix EXTRAS_DEPENDENCIES of apache-hive (#31068)
+- Fix issue in pre-importing modules in zipfile (#31061)
+- Move TaskInstanceKey to a separate file (#31033)
+- Fix unable to remove DagRun and TaskInstance with note (#30987)
+- Fix ``airflow providers get`` command output (#30978)
+- Fix Pool schema OpenAPI spec (#30973)
+- Update incorrect config values (#30969)
+- Add support for dynamic tasks with template fields that contain 
``pandas.DataFrame`` (#30943)
+- Use the Task Group explicitly passed to 'partial' if any (#30933)
+- Fix ``order_by`` request in list DAG rest api (#30926)
+- Include node height/width in center-on-task logic (#30924)
+- Remove print from dag trigger command (#30921)
+- Improve task group UI in new graph (#30918)
+- Fix mapped states case (#30916)
+- Fix problem with displaying graph (#30765)
+- Fix backfill KeyError when try_number out of sync (#30653)
+- Re-enable clear on TaskInstanceModelView for role User (#30415)
+- Fix DAG.access_control can't sync when clean access_control (#30340)
+- Prevent DagRun's ``start_date`` from reset (#30124) (#30125)
+
+Misc/Internal
+"""""""""""""
+- Present affected task instances as table (#30633)
+- Fix missing models in API documentation. (#31021)
+
+Doc only changes
+""""""""""""""""
+- Improve Description of dag_processing.processes Metric in Docs (#30891)
+- Improve Quick Start instructions (#30820)
+- Update faq.rst about missing task logs (#30717)

Review Comment:
   ```suggestion
   - Add section about missing task logs to the FAQ (#30717)
   ```



##########
RELEASE_NOTES.rst:
##########
@@ -21,7 +21,53 @@
 
 .. towncrier release notes start
 
-Airflow 2.6.0 (2023-04-28)
+Airflow 2.6.1 (2023-05-12)
+--------------------------
+
+Significant Changes
+^^^^^^^^^^^^^^^^^^^
+No significant changes.
+
+Bug Fixes
+^^^^^^^^^
+- Move interleave_timestamp_parser config to section logging (#31102)
+- fix MappedTaskGroup import in taskinstance (#31100)
+- Format DagBag.dagbag_report() Output (#31095)
+- Fix template error when iterating None value and fix params documentation 
(#31078)
+- fix EXTRAS_DEPENDENCIES of apache-hive (#31068)
+- Fix issue in pre-importing modules in zipfile (#31061)
+- Move TaskInstanceKey to a separate file (#31033)
+- Fix unable to remove DagRun and TaskInstance with note (#30987)
+- Fix ``airflow providers get`` command output (#30978)
+- Fix Pool schema OpenAPI spec (#30973)
+- Update incorrect config values (#30969)
+- Add support for dynamic tasks with template fields that contain 
``pandas.DataFrame`` (#30943)
+- Use the Task Group explicitly passed to 'partial' if any (#30933)
+- Fix ``order_by`` request in list DAG rest api (#30926)
+- Include node height/width in center-on-task logic (#30924)
+- Remove print from dag trigger command (#30921)
+- Improve task group UI in new graph (#30918)
+- Fix mapped states case (#30916)
+- Fix problem with displaying graph (#30765)
+- Fix backfill KeyError when try_number out of sync (#30653)
+- Re-enable clear on TaskInstanceModelView for role User (#30415)
+- Fix DAG.access_control can't sync when clean access_control (#30340)
+- Prevent DagRun's ``start_date`` from reset (#30124) (#30125)
+
+Misc/Internal
+"""""""""""""
+- Present affected task instances as table (#30633)
+- Fix missing models in API documentation. (#31021)
+
+Doc only changes
+""""""""""""""""
+- Improve Description of dag_processing.processes Metric in Docs (#30891)

Review Comment:
   ```suggestion
   - Improve description of the ``dag_processing.processes`` metric (#30891)
   ```



##########
RELEASE_NOTES.rst:
##########
@@ -21,7 +21,53 @@
 
 .. towncrier release notes start
 
-Airflow 2.6.0 (2023-04-28)
+Airflow 2.6.1 (2023-05-12)
+--------------------------
+
+Significant Changes
+^^^^^^^^^^^^^^^^^^^
+No significant changes.
+
+Bug Fixes
+^^^^^^^^^
+- Move interleave_timestamp_parser config to section logging (#31102)
+- fix MappedTaskGroup import in taskinstance (#31100)
+- Format DagBag.dagbag_report() Output (#31095)
+- Fix template error when iterating None value and fix params documentation 
(#31078)
+- fix EXTRAS_DEPENDENCIES of apache-hive (#31068)
+- Fix issue in pre-importing modules in zipfile (#31061)
+- Move TaskInstanceKey to a separate file (#31033)
+- Fix unable to remove DagRun and TaskInstance with note (#30987)
+- Fix ``airflow providers get`` command output (#30978)
+- Fix Pool schema OpenAPI spec (#30973)
+- Update incorrect config values (#30969)
+- Add support for dynamic tasks with template fields that contain 
``pandas.DataFrame`` (#30943)
+- Use the Task Group explicitly passed to 'partial' if any (#30933)
+- Fix ``order_by`` request in list DAG rest api (#30926)
+- Include node height/width in center-on-task logic (#30924)
+- Remove print from dag trigger command (#30921)
+- Improve task group UI in new graph (#30918)
+- Fix mapped states case (#30916)
+- Fix problem with displaying graph (#30765)
+- Fix backfill KeyError when try_number out of sync (#30653)
+- Re-enable clear on TaskInstanceModelView for role User (#30415)
+- Fix DAG.access_control can't sync when clean access_control (#30340)
+- Prevent DagRun's ``start_date`` from reset (#30124) (#30125)
+
+Misc/Internal
+"""""""""""""
+- Present affected task instances as table (#30633)
+- Fix missing models in API documentation. (#31021)
+
+Doc only changes
+""""""""""""""""
+- Improve Description of dag_processing.processes Metric in Docs (#30891)
+- Improve Quick Start instructions (#30820)
+- Update faq.rst about missing task logs (#30717)
+- docker compose doc changes (#30662)

Review Comment:
   ```suggestion
   - Mount the `config` directory in docker compose (#30662)
   ```



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