Skip to content

Fix release check tooling for providers - #64920

Merged
potiuk merged 2 commits into
apache:mainfrom
jscheffl:bugfix/fix-release-check-tooling
Apr 10, 2026
Merged

Fix release check tooling for providers#64920
potiuk merged 2 commits into
apache:mainfrom
jscheffl:bugfix/fix-release-check-tooling

Conversation

@jscheffl

@jscheffl jscheffl commented Apr 8, 2026

Copy link
Copy Markdown
Contributor

Fix for challenges in PMC release checks for providers:

  • RAT tool failed on broken symlink (..md --> .md)
  • Docker build failed to install new packages due to cooldown period

Was generative AI tooling used to co-author this PR?
  • Yes (please specify the tool below)

  • Read the Pull Request Guidelines for more information. Note: commit author/co-author name and email in commits become permanently public when merged.
  • For fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
  • When adding dependency, check compliance with the ASF 3rd Party License Policy.
  • For significant user-facing changes create newsfragment: {pr_number}.significant.rst, in airflow-core/newsfragments. You can add this file in a follow-up commit after the PR is created so you know the PR number.

Comment thread dev/breeze/src/airflow_breeze/commands/release_management_commands.py Outdated
@jscheffl
jscheffl force-pushed the bugfix/fix-release-check-tooling branch from b6ab7f5 to 7ef3365 Compare April 9, 2026 18:37
@jscheffl
jscheffl force-pushed the bugfix/fix-release-check-tooling branch from 7ef3365 to 218f02e Compare April 9, 2026 21:26
@potiuk
potiuk merged commit 8418e13 into apache:main Apr 10, 2026
142 checks passed
github-actions Bot pushed a commit that referenced this pull request Apr 10, 2026
* Fix release check tooling for providers

* Use pyproject.toml to allow provider packages w/o cooldown
(cherry picked from commit 8418e13)

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

Copy link
Copy Markdown
Contributor

Backport successfully created: v3-2-test

Note: As of Merging PRs targeted for Airflow 3.X
the committer who merges the PR is responsible for backporting the PRs that are bug fixes (generally speaking) to the maintenance branches.

In matter of doubt please ask in #release-management Slack channel.

Status Branch Result
v3-2-test PR Link

jscheffl added a commit that referenced this pull request Apr 10, 2026
* Fix release check tooling for providers

* Use pyproject.toml to allow provider packages w/o cooldown
(cherry picked from commit 8418e13)

Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com>
vatsrahul1001 pushed a commit that referenced this pull request Apr 15, 2026
* Fix release check tooling for providers

* Use pyproject.toml to allow provider packages w/o cooldown
(cherry picked from commit 8418e13)

Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com>
vatsrahul1001 pushed a commit that referenced this pull request Apr 15, 2026
* Fix release check tooling for providers

* Use pyproject.toml to allow provider packages w/o cooldown
(cherry picked from commit 8418e13)

Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com>
vatsrahul1001 pushed a commit that referenced this pull request Apr 15, 2026
* Fix release check tooling for providers

* Use pyproject.toml to allow provider packages w/o cooldown
(cherry picked from commit 8418e13)

Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com>
vatsrahul1001 pushed a commit that referenced this pull request Apr 15, 2026
* Fix release check tooling for providers

* Use pyproject.toml to allow provider packages w/o cooldown
(cherry picked from commit 8418e13)

Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com>
charliermarsh pushed a commit to astral-sh/ruff that referenced this pull request Jul 25, 2026
<!--
Thank you for contributing to Ruff/ty! To help us out with reviewing,
please consider the following:

- Does this pull request include a summary of the change? (See below.)
- Does this pull request include a descriptive title? (Please prefix
with `[ty]` for ty pull
  requests.)
- Does this pull request include references to any relevant issues?
- Does this PR follow our AI policy
(https://github.com/astral-sh/.github/blob/main/AI_POLICY.md)?
-->

## Summary

This reverts commit dd16d68 (#23921),
since issue upstream is fixed in
apache/airflow#64920 and workaround is no longer
needed.


https://patch-diff.githubusercontent.com/raw/apache/airflow/pull/64920.diff

```diff
diff --git a/task-sdk/src/airflow/sdk/_shared/AGENTS.md b/task-sdk/src/airflow/sdk/_shared/AGENTS.md
index 8d2c7cf9d3367..57a3a75046e45 120000
--- a/task-sdk/src/airflow/sdk/_shared/AGENTS.md
+++ b/task-sdk/src/airflow/sdk/_shared/AGENTS.md
@@ -1 +1 @@
-../../../../../airflow-core/src/airflow/_shared/AGENTS..md
\ No newline at end of file
+../../../../../airflow-core/src/airflow/_shared/AGENTS.md
\ No newline at end of file
```

So workaround is no longer needed.

## Test Plan

`ruff-ecosystem` runs without issues.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants