Skip to content

Commit 5356cb9

Browse files
jedcunninghamkahlstrm
authored andcommitted
Update RELEASE_NOTES.rst
Co-authored-by: Kalle Ahlström <[email protected]>
1 parent 44a1fe7 commit 5356cb9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

RELEASE_NOTES.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ Airflow 2.9.1 (2024-05-03)
2727
Significant Changes
2828
^^^^^^^^^^^^^^^^^^^
2929

30-
Stackdriver logging bugfix requires Google provider `10.17.0` or later (#38071)
31-
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
30+
Stackdriver logging bugfix requires Google provider ``10.17.0`` or later (#38071)
31+
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
3232

33-
If you use Stackdriver logging, you must use Google provider version `10.17.0` or later. Airflow `2.9.1` now passes `gcp_log_name` to the `StackdriverTaskHandler` instead of `name`, and this will fail on earlier provider versions.
33+
If you use Stackdriver logging, you must use Google provider version ``10.17.0`` or later. Airflow ``2.9.1`` now passes ``gcp_log_name`` to the ``StackdriverTaskHandler`` instead of ``name``, and this will fail on earlier provider versions.
3434

35-
This fixes a bug where the log name configured in `[logging] remove_base_log_folder` was overridden when Airflow configured logging, resulting in task logs going to the wrong destination.
35+
This fixes a bug where the log name configured in ``[logging] remove_base_log_folder`` was overridden when Airflow configured logging, resulting in task logs going to the wrong destination.
3636

3737

3838

@@ -70,7 +70,7 @@ Bug Fixes
7070

7171
Miscellaneous
7272
"""""""""""""
73-
- ``TriggerDagRunOperator`` deprecate ``exection_date`` in favor of ``logical_date`` (#39285)
73+
- ``TriggerDagRunOperator`` deprecate ``execution_date`` in favor of ``logical_date`` (#39285)
7474
- Force to use Airflow Deprecation warnings categories on ``@deprecated`` decorator (#39205)
7575
- Add warning about run/import Airflow under the Windows (#39196)
7676
- Update ``is_authorized_custom_view`` from auth manager to handle custom actions (#39167)

airflow/reproducible_build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
release-notes-hash: 67dbb0c86b25d8f7e5f4648181c81dcd
2-
source-date-epoch: 1714409822
1+
release-notes-hash: 8060a88f29c322b456c8534a6e2fecda
2+
source-date-epoch: 1714463734

0 commit comments

Comments
 (0)