chore(deps): update apache/airflow docker tag to v3.1.8#261
Merged
Conversation
PaulKalho
approved these changes
Mar 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.1.7→3.1.8Release Notes
apache/airflow (apache/airflow)
v3.1.8Compare Source
Significant Changes
^^^^^^^^^^^^^^^^^^^
Backfill permissions are now handled via
DagAccessEntity.Run(#61456)""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
is_authorized_backfillof theBaseAuthManagerinterface has been removed. Core will no longer call this method and theirprovider counterpart implementation will be marked as deprecated.
Permissions for backfill operations are now checked against the
DagAccessEntity.Runpermission using the existingrequires_access_dagdecorator. In other words, if a user has permission to run a DAG, they can perform backfill operations on it.Please update your security policies to ensure that users who need to perform backfill operations have the appropriate
DagAccessEntity.Runpermissions. (Usershaving the Backfill permissions without having the DagRun ones will no longer be able to perform backfill operations without any update)
Elasticsearch is now fully compatible with remote logging along (#62940)
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
Elasticsearch is now fully compatible with remote logging along side with
apache-airflow-providers-elasticsearch>=6.5.0. Please review elasticsearch provider release notes for more information https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/6.5.0/changelog.html (#62121) (#62940)Bug Fixes
^^^^^^^^^
disable_sqlite_fkeysin revision509b94a1042d(#63256) (#63272)useAssetServiceGetDagAssetQueuedEventsto get the correct number of ADRQs (#62868) (#62902)dag_processing.total_parse_timemetric (#62128) (#62764)timer.durationunit labels in logs (#61824) (#62757)dag_bundle.signed_url_templatefromvarchar(200)totext(#61041) (#62568)PYTHONASYNCIODEBUG=1is set (#61281) (#61933)pendulum.date.Datevalues (#61176) (#61717)access_keyandconnection_stringnot being masked in logs (#61580) (#61582)minimatchReDoS vulnerabilities viapnpmoverrides (#62805)elk.portConstraintsfor LR orientation in graph view (#62144) (#62187)Miscellaneous
^^^^^^^^^^^^^
run_afteralias toXComResponsefor backward compatibility (#61443) (#61672)Doc Only Changes
^^^^^^^^^^^^^^^^
German (#61478), Polish (#61423)
Configuration
📅 Schedule: Branch creation - Between 06:00 PM and 09:59 PM, only on Friday ( * 18-21 * * 5 ) in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.