This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-7-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 4ea1ea1d2fa2adb4f8a1643fe4e3ea58ca77abc7 Author: jkramer-ginkgo <[email protected]> AuthorDate: Thu Aug 3 01:57:33 2023 -0400 Add a note to ``Signicant Changes`` in 2.6.3 RELEASE_NOTES.rst (#33047) (cherry picked from commit 8bfad056d8ef481cc44288c5749fa5c54efadeaa) --- RELEASE_NOTES.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 1b491e365f..d231cc864f 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -27,7 +27,10 @@ Airflow 2.6.3 (2023-07-10) Significant Changes ^^^^^^^^^^^^^^^^^^^ -No significant changes. +Default allowed pattern of a run_id has been changed to ``^[A-Za-z0-9_.~:+-]+$`` (#32293). +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +Previously, there was no validation on the run_id string. There is now a validation regex that +can be set by configuring ``allowed_run_id_pattern`` in ``scheduler`` section. Bug Fixes """""""""
