This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new dd2f9202693 temp (#62274)
dd2f9202693 is described below
commit dd2f92026932f1ab9c4b85a2ac837e2de6c74ec6
Author: arnoldmr01 <[email protected]>
AuthorDate: Wed Mar 11 12:42:51 2026 -0400
temp (#62274)
Co-authored-by: Arnold Lin <[email protected]>
---
airflow-ctl/RELEASE_NOTES.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/airflow-ctl/RELEASE_NOTES.rst b/airflow-ctl/RELEASE_NOTES.rst
index acbb4afe807..20be7e0b59a 100644
--- a/airflow-ctl/RELEASE_NOTES.rst
+++ b/airflow-ctl/RELEASE_NOTES.rst
@@ -69,13 +69,13 @@ Bug Fixes
- Fix airflowctl auth login reporting success when keyring backend is
unavailable (#61296)
- Fix airflowctl crash when incorrect keyring password is entered (#61042)
- Strip api-url for airflowctl auth login which fails with trailing slash
(#61245)
-- Fix airflow-ctl-tests files not triggering pre-commit integration tests
(#61023)
+- Fix ``airflow-ctl-tests`` files not triggering pre-commit integration tests
(#61023)
Improvements
^^^^^^^^^^^^
- Print debug mode warning to stderr to avoid polluting stdout JSON output
(#61302)
-- Refactor datamodel defaulting logic into dedicated method (#61236)
+- Refactor ``datamodel`` defaulting logic into dedicated method (#61236)
- Alias run_after for XComResponse (#61443)
- Add test for sensitive config masking in airflowctl (#60361)