Skip to content

Conversation

@potiuk
Copy link
Member

@potiuk potiuk commented Dec 10, 2025

There were a few issues found during the process of relasing providers 2025-12-09:

  • the comment # use next version is likely to have one or more spaces separating from the requirement and some following characters the extra space is now stripped and everything after the comment is removed.

  • updating next version of providers leads to changing provider dependencies, and the .json locally stored where we keep the deps should be updated

  • index.rst for providers were not updated in prek hook even if provider dependencies changed


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in airflow-core/newsfragments.

@potiuk
Copy link
Member Author

potiuk commented Dec 10, 2025

Few small glitches requiring several extra steps today when I released all providers with # use next version - cc: @jscheffl @vincbeck @shahar1 -> so that there are less problems when you release next time :)

Copy link
Contributor

@jscheffl jscheffl left a comment

Choose a reason for hiding this comment

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

Cool!

There were a few issues found during the process of relasing
providers 2025-12-09:

* the comment `# use next version` is likely to have one or more
  spaces separating from the requirement and some following characters
  the extra space is now stripped and everything after the comment
  is removed.

* updating next version of providers leads to changing provider
  dependencies, and the .json locally stored where we keep the deps
  should be updated

* index.rst for providers were not updated in prek hook even if
  provider dependencies changed
@potiuk potiuk force-pushed the fix-release-provider-issues-2025-12-09 branch from 6c1786f to 44fcd21 Compare December 11, 2025 00:09
@potiuk potiuk merged commit 98fee1e into apache:main Dec 11, 2025
120 checks passed
@potiuk potiuk deleted the fix-release-provider-issues-2025-12-09 branch December 11, 2025 00:59
@github-actions
Copy link

Backport failed to create: v3-1-test. View the failure log Run details

Status Branch Result
v3-1-test Commit Link

You can attempt to backport this manually by running:

cherry_picker 98fee1e v3-1-test

This should apply the commit to the v3-1-test branch and leave the commit in conflict state marking
the files that need manual conflict resolution.

After you have resolved the conflicts, you can continue the backport process by running:

cherry_picker --continue

potiuk added a commit that referenced this pull request Dec 28, 2025
…9261)

There were a few issues found during the process of relasing
providers 2025-12-09:

* the comment `# use next version` is likely to have one or more
  spaces separating from the requirement and some following characters
  the extra space is now stripped and everything after the comment
  is removed.

* updating next version of providers leads to changing provider
  dependencies, and the .json locally stored where we keep the deps
  should be updated

* index.rst for providers were not updated in prek hook even if
  provider dependencies changed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dev-tools backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants