Skip to content

Commit 952a5ea

Browse files
authored
Update release docs for Google and Oracle providers (#24461)
1 parent 451a6f4 commit 952a5ea

File tree

8 files changed

+74
-6
lines changed

8 files changed

+74
-6
lines changed

β€Žairflow/providers/google/CHANGELOG.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,30 @@
2323
Changelog
2424
---------
2525

26+
8.1.0
27+
.....
28+
29+
Features
30+
~~~~~~~~
31+
32+
* ``Update Oracle library to latest version (#24311)``
33+
* ``Expose SQL to GCS Metadata (#24382)``
34+
35+
Bug Fixes
36+
~~~~~~~~~
37+
38+
* ``fix typo in google provider additional extras (#24431)``
39+
* ``Use insert_job in the BigQueryToGCPOpertor and adjust links (#24416)``
40+
41+
.. Below changes are excluded from the changelog. Move them to
42+
appropriate section above if needed. Do not delete the lines(!):
43+
* ``Fix links to sources for examples (#24386)``
44+
* ``Deprecate remaining occurrences of 'bigquery_conn_id' in favor of 'gcp_conn_id' (#24376)``
45+
* ``Migrate Google calendar example DAG to new design AIP-47 (#24333)``
46+
* ``Migrate Google azure_fileshare example DAG to new design AIP-47 (#24349)``
47+
* ``Remove bigquery example already migrated to AIP-47 (#24379)``
48+
* ``Migrate Google sheets example DAG to new design AIP-47 (#24351)``
49+
2650
8.0.0
2751
.....
2852

β€Žairflow/providers/google/provider.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ description: |
2929
- `Google Workspace <https://workspace.google.com/>`__ (formerly Google Suite)
3030
3131
versions:
32+
- 8.1.0
3233
- 8.0.0
3334
- 7.0.0
3435
- 6.8.0
@@ -930,6 +931,7 @@ extra-links:
930931
additional-extras:
931932
apache.beam: apache-beam[gcp]
932933
leveldb: plyvel
934+
oracle: apache-airflow-providers-oracle>=3.1.0
933935
facebook: apache-airflow-providers-facebook>=2.2.0
934936
amazon: apache-airflow-providers-amazon>=2.6.0
935937

β€Žairflow/providers/oracle/CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@
2424
Changelog
2525
---------
2626

27+
3.1.0
28+
.....
29+
30+
Features
31+
~~~~~~~~~
32+
33+
* ``Update Oracle library to latest version (#24311)``
34+
2735
3.0.0
2836
.....
2937

β€Žairflow/providers/oracle/provider.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ description: |
2222
`Oracle <https://www.oracle.com/en/database/>`__
2323
2424
versions:
25+
- 3.1.0
2526
- 3.0.0
2627
- 2.2.3
2728
- 2.2.2

β€Ždocs/apache-airflow-providers-google/commits.rst

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

3636

3737

38+
8.1.0
39+
.....
40+
41+
Latest change: 2022-06-15
42+
43+
================================================================================================= =========== ============================================================================================
44+
Commit Committed Subject
45+
================================================================================================= =========== ============================================================================================
46+
`ce50d3731a <https://github.com/apache/airflow/commit/ce50d3731a049047d31d09c6d38a470b84cf57e7>`_ 2022-06-15 ``Use insert_job in the BigQueryToGCPOpertor and adjust links (#24416)``
47+
`2a084ee8d7 <https://github.com/apache/airflow/commit/2a084ee8d7fb27cbc3ad28f4845c5d20c82f0cbe>`_ 2022-06-14 ``Update Oracle library to latest version (#24311)``
48+
`69c46252dd <https://github.com/apache/airflow/commit/69c46252dd222fbcbfdd035ce6de1868b719023f>`_ 2022-06-14 ``fix typo in google provider additional extras (#24431)``
49+
`08b675cf66 <https://github.com/apache/airflow/commit/08b675cf6642171cb1c5ddfb09607b541db70b29>`_ 2022-06-13 ``Fix links to sources for examples (#24386)``
50+
`94257f48f4 <https://github.com/apache/airflow/commit/94257f48f4a3f123918b0d55c34753c7c413eb74>`_ 2022-06-13 ``Expose SQL to GCS Metadata (#24382)``
51+
`8e0bddaea6 <https://github.com/apache/airflow/commit/8e0bddaea69db4d175f03fa99951f6d82acee84d>`_ 2022-06-12 ``Deprecate remaining occurrences of 'bigquery_conn_id' in favor of 'gcp_conn_id' (#24376)``
52+
`6eb60f816c <https://github.com/apache/airflow/commit/6eb60f816cb6103d42c023ce5fba9ac31a64f9ce>`_ 2022-06-12 ``Migrate Google calendar example DAG to new design AIP-47 (#24333)``
53+
`bc3fc8c9fc <https://github.com/apache/airflow/commit/bc3fc8c9fcb5d1291797aa5f4fc8da954573c694>`_ 2022-06-12 ``Migrate Google azure_fileshare example DAG to new design AIP-47 (#24349)``
54+
`6ab02b69a0 <https://github.com/apache/airflow/commit/6ab02b69a0bbc398e9e41c70d78487d3255b0585>`_ 2022-06-12 ``Remove bigquery example already migrated to AIP-47 (#24379)``
55+
`cb90ca7afb <https://github.com/apache/airflow/commit/cb90ca7afbbca9911fc2104f331354b6d1a63758>`_ 2022-06-12 ``Migrate Google sheets example DAG to new design AIP-47 (#24351)``
56+
================================================================================================= =========== ============================================================================================
57+
3858
8.0.0
3959
.....
4060

41-
Latest change: 2022-06-08
61+
Latest change: 2022-06-09
4262

4363
================================================================================================= =========== =======================================================================================================================
4464
Commit Committed Subject
4565
================================================================================================= =========== =======================================================================================================================
66+
`dcdcf3a2b8 <https://github.com/apache/airflow/commit/dcdcf3a2b8054fa727efb4cd79d38d2c9c7e1bd5>`_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)``
4667
`047a6162b0 <https://github.com/apache/airflow/commit/047a6162b0b4cbf07fe2fd978e335839a7d3900b>`_ 2022-06-08 ``Workaround job race bug on biguery to gcs transfer (#24330)``
4768
`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)``
4869
`b1ad017cee <https://github.com/apache/airflow/commit/b1ad017cee66f5e042144cc7baa2d44b23b47c4f>`_ 2022-06-07 ``pydocstyle D202 added (#24221)``

β€Ždocs/apache-airflow-providers-google/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Google services including:
7575
- `Google Workspace <https://workspace.google.com/>`__ (formerly Google Suite)
7676

7777

78-
Release: 8.0.0
78+
Release: 8.1.0
7979

8080
Provider package
8181
----------------
@@ -182,7 +182,7 @@ Downloading official packages
182182
You can download officially released packages and verify their checksums and signatures from the
183183
`Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
184184

185-
* `The apache-airflow-providers-google 8.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-8.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-8.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-8.0.0.tar.gz.sha512>`__)
186-
* `The apache-airflow-providers-google 8.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-8.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-8.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-8.0.0-py3-none-any.whl.sha512>`__)
185+
* `The apache-airflow-providers-google 8.1.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-8.1.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-8.1.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-8.1.0.tar.gz.sha512>`__)
186+
* `The apache-airflow-providers-google 8.1.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-8.1.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-8.1.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-8.1.0-py3-none-any.whl.sha512>`__)
187187

188188
.. include:: ../../airflow/providers/google/CHANGELOG.rst

β€Ždocs/apache-airflow-providers-oracle/commits.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information including changelog <ind
2828

2929

3030

31+
3.1.0
32+
.....
33+
34+
Latest change: 2022-06-14
35+
36+
================================================================================================= =========== ====================================================
37+
Commit Committed Subject
38+
================================================================================================= =========== ====================================================
39+
`2a084ee8d7 <https://github.com/apache/airflow/commit/2a084ee8d7fb27cbc3ad28f4845c5d20c82f0cbe>`_ 2022-06-14 ``Update Oracle library to latest version (#24311)``
40+
================================================================================================= =========== ====================================================
41+
3142
3.0.0
3243
.....
3344

34-
Latest change: 2022-06-07
45+
Latest change: 2022-06-09
3546

3647
================================================================================================= =========== ==================================================================================
3748
Commit Committed Subject
3849
================================================================================================= =========== ==================================================================================
50+
`dcdcf3a2b8 <https://github.com/apache/airflow/commit/dcdcf3a2b8054fa727efb4cd79d38d2c9c7e1bd5>`_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)``
3951
`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)``
4052
`aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)``
4153
`fd2cd25094 <https://github.com/apache/airflow/commit/fd2cd25094c9390a00e77526945e2a35b5e2783d>`_ 2022-06-07 ``Make numpy effectively an optional dependency for Oracle provider (#24272)``

β€Ždocs/apache-airflow-providers-oracle/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Package apache-airflow-providers-oracle
5757
`Oracle <https://www.oracle.com/en/database/>`__
5858

5959

60-
Release: 3.0.0
60+
Release: 3.1.0
6161

6262
Provider package
6363
----------------

0 commit comments

Comments
 (0)