Skip to content

Commit cb4927a

Browse files
authored
Prepare docs for July 2023 wave of Providers (#32298)
* Prepare docs for July 2023 wave of Providers * Add common.sql and more changes to Amazon * Add amazon and microsoft.azure
1 parent 1240dcc commit cb4927a

128 files changed

Lines changed: 647 additions & 109 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
06acf40a4337759797f666d5bb27a5a393b74fed
1+
0bc689ee6d4b6967d7ae99a202031aac14d181a2

airflow/providers/alibaba/CHANGELOG.rst

Lines changed: 13 additions & 0 deletions

airflow/providers/alibaba/__init__.py

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

2929
__all__ = ["__version__"]
3030

31-
__version__ = "2.4.1"
31+
__version__ = "2.5.0"
3232

3333
try:
3434
from airflow import __version__ as airflow_version

airflow/providers/alibaba/provider.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ description: |
2323
2424
suspended: false
2525
versions:
26+
- 2.5.0
2627
- 2.4.1
2728
- 2.4.0
2829
- 2.3.0

airflow/providers/amazon/CHANGELOG.rst

Lines changed: 50 additions & 0 deletions

airflow/providers/amazon/__init__.py

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

2929
__all__ = ["__version__"]
3030

31-
__version__ = "8.2.0"
31+
__version__ = "8.3.0"
3232

3333
try:
3434
from airflow import __version__ as airflow_version

airflow/providers/amazon/provider.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ description: |
2323
2424
suspended: false
2525
versions:
26+
- 8.3.0
2627
- 8.2.0
2728
- 8.1.0
2829
- 8.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
06acf40a4337759797f666d5bb27a5a393b74fed
1+
8c37b74a208a808d905c1b86d081d69d7a1aa900
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
06acf40a4337759797f666d5bb27a5a393b74fed
1+
8c37b74a208a808d905c1b86d081d69d7a1aa900
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
428a43995390b3623a51aa7bac7e21da69a8db22
1+
09d4718d3a46aecf3355d14d3d23022002f4a818

0 commit comments

Comments
 (0)