Skip to content

chore(deps): update apache/airflow docker tag to v3.1.8#261

Merged
PaulKalho merged 1 commit intomainfrom
renovate/all-non-major-docker-compose-dependencies
Mar 24, 2026
Merged

chore(deps): update apache/airflow docker tag to v3.1.8#261
PaulKalho merged 1 commit intomainfrom
renovate/all-non-major-docker-compose-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 20, 2026

This PR contains the following updates:

Package Update Change
apache/airflow (source) patch 3.1.73.1.8

Release Notes

apache/airflow (apache/airflow)

v3.1.8

Compare Source

Significant Changes
^^^^^^^^^^^^^^^^^^^

Backfill permissions are now handled via DagAccessEntity.Run (#​61456)
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
is_authorized_backfill of the BaseAuthManager interface has been removed. Core will no longer call this method and their
provider counterpart implementation will be marked as deprecated.
Permissions for backfill operations are now checked against the DagAccessEntity.Run permission using the existing
requires_access_dag decorator. 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.Run permissions. (Users
having 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
^^^^^^^^^

Miscellaneous
^^^^^^^^^^^^^

Doc Only Changes
^^^^^^^^^^^^^^^^


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the deps label Mar 20, 2026
@PaulKalho PaulKalho merged commit 648ec2a into main Mar 24, 2026
6 checks passed
@renovate renovate Bot deleted the renovate/all-non-major-docker-compose-dependencies branch March 24, 2026 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant