Skip to content

chore(deps): bump apache-airflow from 2.3.4 to 2.6.2#159

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/apache-airflow-2.6.2
Closed

chore(deps): bump apache-airflow from 2.3.4 to 2.6.2#159
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/apache-airflow-2.6.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Sep 22, 2025

Bumps apache-airflow from 2.3.4 to 2.6.2.

Release notes

Sourced from apache-airflow's releases.

Apache Airflow 2.6.2

Bug Fixes

  • Cascade update of TaskInstance to TaskMap table (#31445)
  • Fix Kubernetes executors detection of deleted pods (#31274)
  • Use keyword parameters for migration methods for mssql (#31309)
  • Control permissibility of driver config in extra from airflow.cfg (#31754)
  • Fixing broken links in openapi/v1.yaml (#31619)
  • Hide old alert box when testing connection with different value (#31606)
  • Add TriggererStatus to OpenAPI spec (#31579)
  • Resolving issue where Grid won't un-collapse when Details is collapsed (#31561)
  • Fix sorting of tags (#31553)
  • Add the missing map_index to the xcom key when skipping downstream tasks (#31541)
  • Fix airflow users delete CLI command (#31539)
  • Include triggerer health status in Airflow /health endpoint (#31529)
  • Remove dependency already registered for this task warning (#31502)
  • Use kube_client over default CoreV1Api for deleting pods (#31477)
  • Ensure min backoff in base sensor is at least 1 (#31412)
  • Fix max_active_tis_per_dagrun for Dynamic Task Mapping (#31406)
  • Fix error handling when pre-importing modules in DAGs (#31401)
  • Fix dropdown default and adjust tutorial to use 42 as default for proof (#31400)
  • Fix crash when clearing run with task from normal to mapped (#31352)
  • Make BaseJobRunner a generic on the job class (#31287)
  • Fix url_for_asset fallback and 404 on DAG Audit Log (#31233)
  • Don't present an undefined execution date (#31196)
  • Added spinner activity while the logs load (#31165)
  • Include rediss to the list of supported URL schemes (#31028)
  • Optimize scheduler by skipping "non-schedulable" DAGs (#30706)
  • Save scheduler execution time during search for queued dag_runs (#30699)
  • Fix ExternalTaskSensor to work correctly with task groups (#30742)
  • Fix DAG.access_control can't sync when clean access_control (#30340)
  • Fix failing get_safe_url tests for latest Python 3.8 and 3.9 (#31766)
  • Fix typing for POST user endpoint (#31767)
  • Fix wrong update for nested group default args (#31776)
  • Fix overriding default_args in nested task groups (#31608)
  • Mark [secrets] backend_kwargs as a sensitive config (#31788)
  • Executor events are not always "exited" here (#30859)
  • Validate connection IDs (#31140)

Misc/Internal

  • Add Python 3.11 support (#27264)
  • Replace unicodecsv with standard csv library (#31693)
  • Bring back unicodecsv as dependency of Airflow (#31814)
  • Remove found_descendents param from get_flat_relative_ids (#31559)
  • Fix typing in external task triggers (#31490)
  • Wording the next and last run DAG columns better (#31467)
  • Skip auto-document things with :meta private: (#31380)
  • Add an example for sql_alchemy_connect_args conf (#31332)
  • Convert dask upper-binding into exclusion (#31329)
  • Upgrade FAB to 4.3.1 (#31203)
  • Added metavar and choices to --state flag in airflow dags list-jobs CLI for suggesting valid state arguments. (#31308)

... (truncated)

Changelog

Sourced from apache-airflow's changelog.

Airflow 2.6.2 (2023-06-12)

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

No significant changes.

Bug Fixes ^^^^^^^^^

  • Cascade update of TaskInstance to TaskMap table (#31445)
  • Fix Kubernetes executors detection of deleted pods (#31274)
  • Use keyword parameters for migration methods for mssql (#31309)
  • Control permissibility of driver config in extra from airflow.cfg (#31754)
  • Fixing broken links in openapi/v1.yaml (#31619)
  • Hide old alert box when testing connection with different value (#31606)
  • Add TriggererStatus to OpenAPI spec (#31579)
  • Resolving issue where Grid won't un-collapse when Details is collapsed (#31561)
  • Fix sorting of tags (#31553)
  • Add the missing map_index to the xcom key when skipping downstream tasks (#31541)
  • Fix airflow users delete CLI command (#31539)
  • Include triggerer health status in Airflow /health endpoint (#31529)
  • Remove dependency already registered for this task warning (#31502)
  • Use kube_client over default CoreV1Api for deleting pods (#31477)
  • Ensure min backoff in base sensor is at least 1 (#31412)
  • Fix max_active_tis_per_dagrun for Dynamic Task Mapping (#31406)
  • Fix error handling when pre-importing modules in DAGs (#31401)
  • Fix dropdown default and adjust tutorial to use 42 as default for proof (#31400)
  • Fix crash when clearing run with task from normal to mapped (#31352)
  • Make BaseJobRunner a generic on the job class (#31287)
  • Fix url_for_asset fallback and 404 on DAG Audit Log (#31233)
  • Don't present an undefined execution date (#31196)
  • Added spinner activity while the logs load (#31165)
  • Include rediss to the list of supported URL schemes (#31028)
  • Optimize scheduler by skipping "non-schedulable" DAGs (#30706)
  • Save scheduler execution time during search for queued dag_runs (#30699)
  • Fix ExternalTaskSensor to work correctly with task groups (#30742)
  • Fix DAG.access_control can't sync when clean access_control (#30340)
  • Fix failing get_safe_url tests for latest Python 3.8 and 3.9 (#31766)
  • Fix typing for POST user endpoint (#31767)
  • Fix wrong update for nested group default args (#31776)
  • Fix overriding default_args in nested task groups (#31608)
  • Mark [secrets] backend_kwargs as a sensitive config (#31788)
  • Executor events are not always "exited" here (#30859)
  • Validate connection IDs (#31140)

Misc/Internal """""""""""""

  • Add Python 3.11 support (#27264)
  • Replace unicodecsv with standard csv library (#31693)

... (truncated)

Commits
  • d2f0d10 Update RELEASE_NOTES.rst
  • 4cb0536 Update documentation for constraints installation (#31882)
  • bde7800 Fix table formatting in docker build documentation (#31472)
  • 930c862 Change working directory for breeze unit tests (#31839)
  • 0726552 Fix Update Airflow version to 2.6.2
  • 91cbb84 Update release note and revision head
  • e19ff6f Cascade update of taskinstance to TaskMap table (#31445)
  • d7ba536 Update release notes
  • 5679a01 Use single source of truth for sensitive config items (#31820)
  • c72cece Check that breeze image builds quickly only on main branch (#31828)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 22, 2025
@dependabot dependabot Bot requested a review from gmyrianthous as a code owner September 22, 2025 00:13
Bumps [apache-airflow](https://github.com/apache/airflow) from 2.3.4 to 2.6.2.
- [Release notes](https://github.com/apache/airflow/releases)
- [Changelog](https://github.com/apache/airflow/blob/2.6.2/RELEASE_NOTES.rst)
- [Commits](apache/airflow@2.3.4...2.6.2)

---
updated-dependencies:
- dependency-name: apache-airflow
  dependency-version: 2.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/apache-airflow-2.6.2 branch from 354c40b to dc32048 Compare September 26, 2025 11:27
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Sep 29, 2025

Superseded by #166.

@dependabot dependabot Bot closed this Sep 29, 2025
@dependabot dependabot Bot deleted the dependabot/pip/apache-airflow-2.6.2 branch September 29, 2025 00:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants