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


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

Review Comment:
   ```suggestion
   - Fix mapped states in grid view (#30916)
   ```



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

Review Comment:
   I have a concern with this change. I think it fixes one issue (empty 
access_control isn't respected), but creates another (it wipes out any rights 
not set by access_control initially).



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

Review Comment:
   ```suggestion
   - Fix deleting DagRuns and TaskInstances that have a note (#30987)
   ```



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

Review Comment:
   ```suggestion
   - Fix issue with zipfiles in DAGs folder when pre-importing Airflow modules 
(#31061)
   ```



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

Review Comment:
   ```suggestion
   - Fix ``MappedTaskGroup`` import in taskinstance file (#31100)
   ```



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

Review Comment:
   ```suggestion
   - Fix Pool schema in the OpenAPI spec (#30973)
   ```



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

Review Comment:
   ```suggestion
   - Move TaskInstanceKey to a separate file to fix circular import (#31033)
   ```



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

Review Comment:
   ```suggestion
   - Prevent DagRun's ``state`` and ``start_date`` from being reset when 
clearing a task in a running DagRun (#30125)
   ```



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

Review Comment:
   This feels like a docs-only change really. We should update the wording too.



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

Review Comment:
   ```suggestion
   - Re-enable clear and setting state in the TaskInstance UI (#30415)
   ```



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

Review Comment:
   ```suggestion
   - Fix ``apache-hive`` extra so it installs the correct package (#31068)
   ```



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

Review Comment:
   ```suggestion
   - Move ``interleave_timestamp_parser`` config to the logging section (#31102)
   ```



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