Skip to content

Commit ca3e4e7

Browse files
authored
Prepare docs for Apr 3rd wave of providers (apache#49338)
1 parent 58adb1a commit ca3e4e7

File tree

355 files changed

+2477
-563
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

355 files changed

+2477
-563
lines changed

providers/airbyte/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
2424
Package ``apache-airflow-providers-airbyte``
2525

26-
Release: ``5.0.1``
26+
Release: ``5.0.2``
2727

2828

2929
`Airbyte <https://airbyte.com/>`__
@@ -36,7 +36,7 @@ This is a provider package for ``airbyte`` provider. All classes for this provid
3636
are in ``airflow.providers.airbyte`` python package.
3737

3838
You can find package information and changelog for the provider
39-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.0.1/>`_.
39+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.0.2/>`_.
4040

4141
Installation
4242
------------
@@ -58,4 +58,4 @@ PIP package Version required
5858
================== ==================
5959

6060
The changelog for the provider package can be found in the
61-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.0.1/changelog.html>`_.
61+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.0.2/changelog.html>`_.

providers/airbyte/docs/changelog.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,32 @@ Changelog
4141
that can be exposed by the provider. The schema is backwards-compatible, it only contains new possible
4242
entries that can appear there, reflecting new functionality added in Airflow 2 and 3.
4343

44+
5.0.2
45+
.....
46+
47+
Misc
48+
~~~~
49+
50+
* ``remove superfluous else block (#49199)``
51+
52+
Doc-only
53+
~~~~~~~~
54+
55+
* ``Fix some mistakes in AirbyteJobSensor docs. (#49196)``
56+
57+
.. Below changes are excluded from the changelog. Move them to
58+
appropriate section above if needed. Do not delete the lines(!):
59+
* ``Prepare docs for Apr 2nd wave of providers (#49051)``
60+
* ``Remove unnecessary entries in get_provider_info and update the schema (#48849)``
61+
* ``Remove fab from preinstalled providers (#48457)``
62+
* ``Improve documentation building iteration (#48760)``
63+
* ``Prepare docs for Apr 1st wave of providers (#48828)``
64+
* ``Simplify tooling by switching completely to uv (#48223)``
65+
* ``Prepare docs for Mar 2nd wave of providers (#48383)``
66+
* ``Upgrade providers flit build requirements to 3.12.0 (#48362)``
67+
* ``Move airflow sources to airflow-core package (#47798)``
68+
* ``Remove links to x/twitter.com (#47801)``
69+
4470
5.0.1
4571
.....
4672

providers/airbyte/docs/commits.rst

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,37 @@ For high-level changelog, see :doc:`package information including changelog <ind
3434

3535

3636

37+
5.0.2
38+
.....
39+
40+
Latest change: 2025-04-14
41+
42+
================================================================================================== =========== ==================================================================================
43+
Commit Committed Subject
44+
================================================================================================== =========== ==================================================================================
45+
`cb295c351a <https://github.com/apache/airflow/commit/cb295c351a016c0a10cab07f2a628b865cff3ca3>`__ 2025-04-14 ``remove superfluous else block (#49199)``
46+
`c48744891d <https://github.com/apache/airflow/commit/c48744891dca5c661e81126affe62758b7449c28>`__ 2025-04-14 ``Fix some mistakes in AirbyteJobSensor docs. (#49196)``
47+
`4a8567b20b <https://github.com/apache/airflow/commit/4a8567b20bdd6555cbdc936d6674bf4fa390b0d5>`__ 2025-04-10 ``Prepare docs for Apr 2nd wave of providers (#49051)``
48+
`7b2ec33c7a <https://github.com/apache/airflow/commit/7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f>`__ 2025-04-08 ``Remove unnecessary entries in get_provider_info and update the schema (#48849)``
49+
`139673d3ce <https://github.com/apache/airflow/commit/139673d3ce5552c2cf8bcb2d202e97342c4b237c>`__ 2025-04-07 ``Remove fab from preinstalled providers (#48457)``
50+
`67858fd7e7 <https://github.com/apache/airflow/commit/67858fd7e7ac82788854844c1e6ef5a35f1d0d23>`__ 2025-04-06 ``Improve documentation building iteration (#48760)``
51+
`adbb062b50 <https://github.com/apache/airflow/commit/adbb062b50e2e128fe475a76b7ce10ec93c39ee2>`__ 2025-04-06 ``Prepare docs for Apr 1st wave of providers (#48828)``
52+
`d4473555c0 <https://github.com/apache/airflow/commit/d4473555c0e7022e073489b7163d49102881a1a6>`__ 2025-04-02 ``Simplify tooling by switching completely to uv (#48223)``
53+
`c762e17820 <https://github.com/apache/airflow/commit/c762e17820cae6b162caa3eec5123760e07d56cc>`__ 2025-03-26 ``Prepare docs for Mar 2nd wave of providers (#48383)``
54+
`6adb2dbae4 <https://github.com/apache/airflow/commit/6adb2dbae47341eb61dbc62dbc56176d9aa83fd9>`__ 2025-03-25 ``Upgrade providers flit build requirements to 3.12.0 (#48362)``
55+
`243fe86d4b <https://github.com/apache/airflow/commit/243fe86d4b3e59bb12977b3e36ca3f2ed27ca0f8>`__ 2025-03-21 ``Move airflow sources to airflow-core package (#47798)``
56+
`935d2831fe <https://github.com/apache/airflow/commit/935d2831fe8fd509b618a738bf00e0c34e186e11>`__ 2025-03-15 ``Remove links to x/twitter.com (#47801)``
57+
================================================================================================== =========== ==================================================================================
58+
3759
5.0.1
3860
.....
3961

40-
Latest change: 2025-03-05
62+
Latest change: 2025-03-09
4163

4264
================================================================================================== =========== ================================================================================
4365
Commit Committed Subject
4466
================================================================================================== =========== ================================================================================
67+
`492ecfe5c0 <https://github.com/apache/airflow/commit/492ecfe5c03102bfb710108038ebd5fc50cb55b5>`__ 2025-03-09 ``Prepare docs for Mar 1st wave of providers (#47545)``
4568
`e4002c3305 <https://github.com/apache/airflow/commit/e4002c3305a757f5926f96c996e701e8f998a042>`__ 2025-03-05 ``Move tests_common package to devel-common project (#47281)``
4669
`1addb55154 <https://github.com/apache/airflow/commit/1addb55154fbef31bfa021537cfbd4395696381c>`__ 2025-02-28 ``Improve documentation for updating provider dependencies (#47203)``
4770
`c6c4f95ed9 <https://github.com/apache/airflow/commit/c6c4f95ed9e3220133815b9126c135e805637022>`__ 2025-02-25 ``Add legacy namespace packages to airflow.providers (#47064)``

providers/airbyte/docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ apache-airflow-providers-airbyte package
7676
`Airbyte <https://airbyte.com/>`__
7777

7878

79-
Release: 5.0.1
79+
Release: 5.0.2
8080

8181
Provider package
8282
----------------

providers/airbyte/provider.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ description: |
2222
`Airbyte <https://airbyte.com/>`__
2323
2424
state: ready
25-
source-date-epoch: 1743477757
25+
source-date-epoch: 1744788595
2626
# note that those versions are maintained by release manager - do not update them manually
2727
versions:
28+
- 5.0.2
2829
- 5.0.1
2930
- 5.0.0
3031
- 4.0.0

providers/airbyte/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
2525

2626
[project]
2727
name = "apache-airflow-providers-airbyte"
28-
version = "5.0.1"
28+
version = "5.0.2"
2929
description = "Provider package apache-airflow-providers-airbyte for Apache Airflow"
3030
readme = "README.rst"
3131
authors = [
@@ -95,8 +95,8 @@ apache-airflow-providers-common-sql = {workspace = true}
9595
apache-airflow-providers-standard = {workspace = true}
9696

9797
[project.urls]
98-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.0.1"
99-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.0.1/changelog.html"
98+
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.0.2"
99+
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.0.2/changelog.html"
100100
"Bug Tracker" = "https://github.com/apache/airflow/issues"
101101
"Source Code" = "https://github.com/apache/airflow"
102102
"Slack Chat" = "https://s.apache.org/airflow-slack"

providers/airbyte/src/airflow/providers/airbyte/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
__all__ = ["__version__"]
3131

32-
__version__ = "5.0.1"
32+
__version__ = "5.0.2"
3333

3434
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
3535
"2.9.0"

providers/alibaba/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
2424
Package ``apache-airflow-providers-alibaba``
2525

26-
Release: ``3.0.2``
26+
Release: ``3.0.3``
2727

2828

2929
Alibaba Cloud integration (including `Alibaba Cloud <https://www.alibabacloud.com/>`__).
@@ -36,7 +36,7 @@ This is a provider package for ``alibaba`` provider. All classes for this provid
3636
are in ``airflow.providers.alibaba`` python package.
3737

3838
You can find package information and changelog for the provider
39-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.0.2/>`_.
39+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.0.3/>`_.
4040

4141
Installation
4242
------------
@@ -60,4 +60,4 @@ PIP package Version required
6060
============================ ==================
6161

6262
The changelog for the provider package can be found in the
63-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.0.2/changelog.html>`_.
63+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.0.3/changelog.html>`_.

providers/alibaba/docs/changelog.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,21 @@
2626
Changelog
2727
---------
2828

29+
3.0.3
30+
.....
31+
32+
Misc
33+
~~~~
34+
35+
* ``remove superfluous else block (#49199)``
36+
37+
.. Below changes are excluded from the changelog. Move them to
38+
appropriate section above if needed. Do not delete the lines(!):
39+
* ``Prepare docs for Apr 2nd wave of providers (#49051)``
40+
* ``Remove unnecessary entries in get_provider_info and update the schema (#48849)``
41+
* ``Remove fab from preinstalled providers (#48457)``
42+
* ``Improve documentation building iteration (#48760)``
43+
2944
3.0.2
3045
.....
3146

providers/alibaba/docs/commits.rst

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,30 @@ For high-level changelog, see :doc:`package information including changelog <ind
3434

3535

3636

37+
3.0.3
38+
.....
39+
40+
Latest change: 2025-04-14
41+
42+
================================================================================================== =========== ==================================================================================
43+
Commit Committed Subject
44+
================================================================================================== =========== ==================================================================================
45+
`cb295c351a <https://github.com/apache/airflow/commit/cb295c351a016c0a10cab07f2a628b865cff3ca3>`__ 2025-04-14 ``remove superfluous else block (#49199)``
46+
`4a8567b20b <https://github.com/apache/airflow/commit/4a8567b20bdd6555cbdc936d6674bf4fa390b0d5>`__ 2025-04-10 ``Prepare docs for Apr 2nd wave of providers (#49051)``
47+
`7b2ec33c7a <https://github.com/apache/airflow/commit/7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f>`__ 2025-04-08 ``Remove unnecessary entries in get_provider_info and update the schema (#48849)``
48+
`139673d3ce <https://github.com/apache/airflow/commit/139673d3ce5552c2cf8bcb2d202e97342c4b237c>`__ 2025-04-07 ``Remove fab from preinstalled providers (#48457)``
49+
`67858fd7e7 <https://github.com/apache/airflow/commit/67858fd7e7ac82788854844c1e6ef5a35f1d0d23>`__ 2025-04-06 ``Improve documentation building iteration (#48760)``
50+
================================================================================================== =========== ==================================================================================
51+
3752
3.0.2
3853
.....
3954

40-
Latest change: 2025-04-04
55+
Latest change: 2025-04-06
4156

4257
================================================================================================== =========== ===================================================================
4358
Commit Committed Subject
4459
================================================================================================== =========== ===================================================================
60+
`adbb062b50 <https://github.com/apache/airflow/commit/adbb062b50e2e128fe475a76b7ce10ec93c39ee2>`__ 2025-04-06 ``Prepare docs for Apr 1st wave of providers (#48828)``
4561
`1025474d28 <https://github.com/apache/airflow/commit/1025474d28a240b460d7ef8800c565f95d9dc012>`__ 2025-04-04 ``Add 'ti' to the RemoteLogIO read and upload methods (#48804)``
4662
`c1088b6720 <https://github.com/apache/airflow/commit/c1088b672025aae5706034c601c1d54811448e54>`__ 2025-04-02 ``Rework remote task log handling for the structlog era. (#48491)``
4763
`d4473555c0 <https://github.com/apache/airflow/commit/d4473555c0e7022e073489b7163d49102881a1a6>`__ 2025-04-02 ``Simplify tooling by switching completely to uv (#48223)``

0 commit comments

Comments
 (0)