-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Providers wave 2025-12-30 #59947
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Providers wave 2025-12-30 #59947
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This is a provider version bump wave dated 2025-12-30, updating 40+ Apache Airflow provider packages with new releases. The changes primarily include version increments, dependency updates, changelog additions, and documentation reference updates.
Key changes:
- Version bumps for providers (mix of patch, minor, and major version increases)
- Update of apache-airflow-providers-common-compat dependency from 1.10.1 to 1.11.0 across multiple providers
- Source date epoch updates to 1767124xxx timestamps
- Changelog entries documenting recent changes including bug fixes, features, and miscellaneous updates
Reviewed changes
Copilot reviewed 219 out of 219 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| providers/yandex/* | Patch version bump to 4.3.1 with documentation and changelog updates |
| providers/teradata/* | Minor version bump to 3.4.0 with new TdLoadOperator feature |
| providers/standard/* | Patch version bump to 1.10.2 with bug fixes for DAG bundle imports |
| providers/snowflake/* | Patch version bump to 6.8.1 with misc improvements |
| providers/common/compat/* | Minor version bump to 1.11.0 with module_loading extraction feature |
| providers/common/sql/* | Patch version bump to 1.30.2 with dependency update |
| providers/openlineage/* | Patch version bump to 2.9.2 with dependency updates to 1.41.0 for openlineage clients |
| providers/opensearch/* | Patch version bump to 1.8.2 with common-compat dependency update |
| providers/elasticsearch/* | Patch version bump to 6.4.2 with common-compat dependency update |
| providers/microsoft/azure/* | Patch version bump to 12.10.1 with security fix for credential logging |
| providers/microsoft/winrm/* | Patch version bump to 3.13.2 with SDK reference cleanup |
| providers/microsoft/psrp/* | Patch version bump to 3.2.2 with SDK reference cleanup |
| providers/google/* | Minor version bump to 19.3.0 with new features and bug fixes |
| providers/amazon/* | Minor version bump to 9.19.0 with team boundaries check feature |
| providers/cncf/kubernetes/* | Minor version bump to 10.12.0 with new cleanup options and bug fixes |
| providers/celery/* | Minor version bump to 3.15.0 with Redis Sentinel support |
| providers/apache/kafka/* | Patch version bump to 1.11.2 with common-compat dependency update |
| providers/apache/hive/* | Patch version bump to 9.2.2 with SQLAlchemy URL fix |
| providers/apache/spark/* | Patch version bump to 5.4.2 with settings cleanup |
| providers/databricks/* | Patch version bump to 7.8.2 with endpoint update and SQLA2 refactoring |
| providers/dbt/cloud/* | Patch version bump to 4.6.2 with SDK reference cleanup |
| providers/edge3/* | Patch version bump to 2.0.1 with UI updates and SQLA2 compatibility |
| providers/fab/* | Patch version bump to 3.1.1 with plugin manager and auth documentation updates |
| providers/git/* | Minor version bump to 0.2.0 with submodules support for GitDagBundle |
| providers/keycloak/* | Patch version bump to 0.4.1 with multiple bug fixes for error handling |
| Other providers | Various patch version bumps with SDK reference cleanup and misc improvements |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
* Providers wave 2025-12-30 * fixup! Providers wave 2025-12-30 --------- Co-authored-by: Jarek Potiuk <jarek@potiuk.com>
Fix undescriptive notes and jargon in changelog.rst files modified by PR apache#59947. Changes are applied ONLY to the latest version in each provider: - Kubernetes 10.12.0: * Fix vague 'bug fix' description to proper PR title * Expand 'K8s' jargon to 'Kubernetes' - OpenLineage 2.9.2: * Remove 'nit:' prefix * Expand 'OL' jargon to 'OpenLineage' - Snowflake 6.8.1: * Remove inconsistent 'issue-XXXXX:' prefix * Fix grammar ('call the' -> 'call to') All other providers reviewed and found to be compliant with style guidelines.
…60036) Fix undescriptive notes and jargon in changelog.rst files modified by PR #59947. Changes are applied ONLY to the latest version in each provider: - Kubernetes 10.12.0: * Fix vague 'bug fix' description to proper PR title * Expand 'K8s' jargon to 'Kubernetes' - OpenLineage 2.9.2: * Remove 'nit:' prefix * Expand 'OL' jargon to 'OpenLineage' - Snowflake 6.8.1: * Remove inconsistent 'issue-XXXXX:' prefix * Fix grammar ('call the' -> 'call to') All other providers reviewed and found to be compliant with style guidelines.
…ly) (apache#60036) Fix undescriptive notes and jargon in changelog.rst files modified by PR apache#59947. Changes are applied ONLY to the latest version in each provider: - Kubernetes 10.12.0: * Fix vague 'bug fix' description to proper PR title * Expand 'K8s' jargon to 'Kubernetes' - OpenLineage 2.9.2: * Remove 'nit:' prefix * Expand 'OL' jargon to 'OpenLineage' - Snowflake 6.8.1: * Remove inconsistent 'issue-XXXXX:' prefix * Fix grammar ('call the' -> 'call to') All other providers reviewed and found to be compliant with style guidelines.
* Providers wave 2025-12-30 * fixup! Providers wave 2025-12-30 --------- Co-authored-by: Jarek Potiuk <jarek@potiuk.com>
…ly) (apache#60036) Fix undescriptive notes and jargon in changelog.rst files modified by PR apache#59947. Changes are applied ONLY to the latest version in each provider: - Kubernetes 10.12.0: * Fix vague 'bug fix' description to proper PR title * Expand 'K8s' jargon to 'Kubernetes' - OpenLineage 2.9.2: * Remove 'nit:' prefix * Expand 'OL' jargon to 'OpenLineage' - Snowflake 6.8.1: * Remove inconsistent 'issue-XXXXX:' prefix * Fix grammar ('call the' -> 'call to') All other providers reviewed and found to be compliant with style guidelines.
^ 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.rstor{issue_number}.significant.rst, in airflow-core/newsfragments.