Skip to content

Conversation

@utkarsharma2
Copy link
Contributor

Time for 2.10.1rc1!

@boring-cyborg boring-cyborg bot added area:API Airflow's REST/HTTP API area:dev-tools area:Executors-core LocalExecutor & SequentialExecutor area:production-image Production image improvements and fixes area:Scheduler including HA (high availability) scheduler labels Aug 30, 2024
@utkarsharma2 utkarsharma2 marked this pull request as draft August 30, 2024 09:47
Copy link
Contributor

@ephraimbuddy ephraimbuddy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some of the generated changelog PR numbers are pointing to the main branch instead of v2-10-test branch.

@utkarsharma2 utkarsharma2 force-pushed the Sync2-10-test branch 2 times, most recently from 5ef6d27 to 4f2d1d4 Compare August 30, 2024 12:59
@utkarsharma2 utkarsharma2 marked this pull request as ready for review August 30, 2024 12:59
@utkarsharma2 utkarsharma2 force-pushed the Sync2-10-test branch 4 times, most recently from 49559fd to b254ed1 Compare September 1, 2024 15:40
mobuchowski and others added 27 commits September 2, 2024 17:09
Co-authored-by: Computer Network Investigation <121175071+JSCU-CNI@users.noreply.github.com>
Co-authored-by: Amogh Desai <amoghrajesh1999@gmail.com>
Co-authored-by: obarisk <obarisk@yiyixiu.idv.tw>
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
* Adding rel property to hyperlinks in logs

* fixing tests

(cherry picked from commit 79db243)
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/4.0.8/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.5...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit e02052b)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(docs): add an example for auth with keycloak

Added a new section in the authentication documentation that provides a code of configuring Airflow to work with Keycloak.

* chore(docs): add an example for auth with keycloak

Fix spelling and styling

* chore(docs): add an example for auth with keycloak

Fix static checks

Co-authored-by: Natsu <34879762+hoalongnatsu@users.noreply.github.com>
)

(cherry picked from commit 83ba17f)

Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com>
* Never fail an ltj over a heartbeat

* Log a warning on failed heartbeat

* Avoid using f-string in log

* Remove unnecessary pass statement

(cherry picked from commit 6647610)

Co-authored-by: Collin McNulty <collin.mcnulty@gmail.com>
…1809)

* Fix: Keep compatibility with old FAB versions (#41549)

* Fix: Tests after #41549 (Keep compatibility with old FAB versions)

* Fix test_dag and test_dagbag
…rrors (#41715) (#41820)

(cherry picked from commit 1c53961)

Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com>
…41829)

* Fix: DAGs are not marked as stale if the AIRFLOW__CORE__DAGS_FOLDER changes

* Update airflow/dag_processing/manager.py

* Add testcase

* Add code comment

* Update code comment

* Update the logic for checking the current dag_directory

* Update testcases

* Remove unwanted code

* Uncomment code

* Add processor_subdir when creating processor_subdir

* Fix test_retry_still_in_executor test

* Remove config from test

* Update airflow/dag_processing/manager.py

Co-authored-by: Jed Cunningham <66968678+jedcunningham@users.noreply.github.com>

* Update if condition for readability

---------

Co-authored-by: Jed Cunningham <66968678+jedcunningham@users.noreply.github.com>
(cherry picked from commit 9f30a41)
…r as True. (#41834)

Co-authored-by: Karthikeyan Singaravelan <tir.karthi@gmail.com>
* logout link in no roles error page fix

* review comments

(cherry picked from commit 032ac87)

Co-authored-by: Gagan Bhullar <g.deepsingh1@gmail.com>
…1874)

Earlier PR create to address the issue was not handling the case for the Example Dags, due to which the example dags were marked as stale since they are not present in the dag_directory. This PR handles that scenarios and update the testcase accordingly.

related: #41432
(cherry picked from commit 435e968)
Bumps [webpack](https://github.com/webpack/webpack) from 5.76.0 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.76.0...v5.94.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit e8888fe)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#41890)

(cherry picked from commit 87a4a51)

Co-authored-by: Amogh Desai <amoghrajesh1999@gmail.com>
…#41893) (#41895)

Since the similar test(test_scan_stale_dags_standalone_mode) are skipped in DB isolation mode

(cherry picked from commit 07af14a)
* Update release command for Airflow 2

For airflow 2, we create a branch out of v2-10-test and sync that branch
with v2-10-stable to make a release.

* Update CI check
…41906) (#41927)

(cherry picked from commit f168d0a)

Co-authored-by: Daniel Standish <15932138+dstandish@users.noreply.github.com>
Beacause we pinned universal-pathlib to 0.2.2 in 2.10.0 adding >=
0.2.3 conflicts with currently released PyPI packages. We shoudl
lower it down in order to allow PyPI constraints to not be
conflicting

(cherry picked from commit 351961c)
@utkarsharma2 utkarsharma2 merged commit 8541731 into v2-10-stable Sep 2, 2024
@potiuk potiuk deleted the Sync2-10-test branch October 2, 2024 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:API Airflow's REST/HTTP API area:dev-tools area:Executors-core LocalExecutor & SequentialExecutor area:production-image Production image improvements and fixes area:Scheduler including HA (high availability) scheduler

Projects

None yet

Development

Successfully merging this pull request may close these issues.