jscheffl commented on code in PR #67562: URL: https://github.com/apache/airflow/pull/67562#discussion_r3305562383
########## airflow-ctl/RELEASE_NOTES.rst: ########## @@ -17,16 +17,94 @@ .. This file is populated while releasing after cutting the release candidate. Please do not edit in PRs. -airflowctl unreleased ---------------------- +airflowctl 0.1.5 (2026-05-26) +----------------------------- Significant Changes ^^^^^^^^^^^^^^^^^^^ +- Add dags next execution command #66172 (#66188) +- Add bulk delete Dag Runs (#67095) +- Add ``rerun_with_latest_version`` config hierarchy for clear/rerun behavior (#63884) +- feat: implement patching of task group instances in API (#62812) +- Allow remote version check without authentication (#65099) +- Add cursor based pagination for get_dag_runs endpoint (#65604) +- feat: enable queue up new tasks (#63484) +- Add cursor based pagination for get_task_instances endpoint (#64845) +- add yaml-based help texts for auto-generated airflowctl commands (#65073) (#65090) +- Added plugins command to airflowctl (#64935) (#65001) +- Add ``is_backfillable`` property to DAG API responses (#64644) +- Add YAML-based help texts for auto-generated airflowctl commands (#65073) +- Added plugins command to airflowctl (#64935) Review Comment: I'd propose to normalize all starting words ```suggestion - Implement patching of task group instances in API (#62812) - Allow remote version check without authentication (#65099) - Add cursor based pagination for get_dag_runs endpoint (#65604) - Enable queue up new tasks (#63484) - Add cursor based pagination for get_task_instances endpoint (#64845) - Ddd yaml-based help texts for auto-generated airflowctl commands (#65073) (#65090) - Add plugins command to airflowctl (#64935) (#65001) - Add ``is_backfillable`` property to DAG API responses (#64644) - Add YAML-based help texts for auto-generated airflowctl commands (#65073) ``` -- 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]
