This is an automated email from the ASF dual-hosted git repository.
ephraimanierobi pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 5810e06fe5115aa0b7864941a4e560e1d8699cf3
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 13 23:13:49 2026 +0100
[v3-1-test] Add back template.significant.rst (#60490) (#60493)
This was mistakenly removed during release by the towncrier command.
Need to fix that next
(cherry picked from commit e774790e6f88f4480b3c4926bdff00b358014614)
Co-authored-by: Ephraim Anierobi <[email protected]>
---
newsfragments/template.significant.rst | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/newsfragments/template.significant.rst
b/newsfragments/template.significant.rst
new file mode 100644
index 00000000000..464486489c6
--- /dev/null
+++ b/newsfragments/template.significant.rst
@@ -0,0 +1,33 @@
+.. Write a short and imperative summary of this changes
+
+.. Provide additional contextual information
+
+.. Check the type of change that applies to this change
+.. Dag changes: requires users to change their Dag code
+.. Config changes: requires users to change their Airflow config
+.. API changes: requires users to change their Airflow REST API calls
+.. CLI changes: requires users to change their Airflow CLI usage
+.. Behaviour changes: the existing code won't break, but the behavior is
different
+.. Plugin changes: requires users to change their Airflow plugin implementation
+.. Dependency changes: requires users to change their dependencies (e.g.,
Postgres 12)
+.. Code interface changes: requires users to change other implementations
(e.g., auth manager)
+
+* Types of change
+
+ * [ ] Dag changes
+ * [ ] Config changes
+ * [ ] API changes
+ * [ ] CLI changes
+ * [ ] Behaviour changes
+ * [ ] Plugin changes
+ * [ ] Dependency changes
+ * [ ] Code interface changes
+
+.. List the migration rules needed for this change (see
https://github.com/apache/airflow/issues/41641)
+
+* Migration rules needed
+
+.. e.g.,
+.. * Remove context key ``execution_date``
+.. * context key ``triggering_dataset_events`` → ``triggering_asset_events``
+.. * Remove method
``airflow.providers_manager.ProvidersManager.initialize_providers_dataset_uri_resources``
→
``airflow.providers_manager.ProvidersManager.initialize_providers_asset_uri_resources``