Skip to content

Commit

Permalink
Add documentation for follow-up release for june providers (apache#25111
Browse files Browse the repository at this point in the history
)

Co-authored-by: Vincent <[email protected]>
  • Loading branch information
potiuk and vincbeck authored Jul 17, 2022
1 parent 77f51dc commit abb0341
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 10 deletions.
10 changes: 7 additions & 3 deletions airflow/providers/sftp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,25 @@
Changelog
---------

3.1.0
4.0.0
.....

Breaking changes
~~~~~~~~~~~~~~~~

* ``Convert sftp hook to use paramiko instead of pysftp (#24512)``

Features
~~~~~~~~

* ``Convert sftp hook to use paramiko instead of pysftp (#24512)``
* ``Update 'actual_file_to_check' with rendered 'path' (#24451)``


.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Automatically detect if non-lazy logging interpolation is used (#24910)``
* ``Move provider dependencies to inside provider folders (#24672)``
* ``Remove 'hook-class-names' from provider.yaml (#24702)``
* ``Add documentation for July 2022 Provider's release (#25030)``
3.0.0
.....
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/sftp/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`SSH File Transfer Protocol (SFTP) <https://tools.ietf.org/wg/secsh/draft-ietf-secsh-filexfer/>`__
versions:
- 3.1.0
- 4.0.0
- 3.0.0
- 2.6.0
- 2.5.2
Expand Down
8 changes: 8 additions & 0 deletions airflow/providers/tabular/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
Changelog
---------

1.0.1
.....

Bug Fixes
~~~~~~~~~

* ``Set grant type of the Tabular hook (#25099)``

1.0.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/tabular/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Tabular <https://tabular.io/>`__
versions:
- 1.0.1
- 1.0.0

dependencies:
Expand Down
5 changes: 3 additions & 2 deletions docs/apache-airflow-providers-sftp/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,15 @@ For high-level changelog, see :doc:`package information including changelog <ind



3.1.0
4.0.0
.....

Latest change: 2022-07-08
Latest change: 2022-07-13

================================================================================================= =========== ===========================================================================
Commit Committed Subject
================================================================================================= =========== ===========================================================================
`d2459a241b <https://github.com/apache/airflow/commit/d2459a241b54d596ebdb9d81637400279fff4f2d>`_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)``
`acaa0635c8 <https://github.com/apache/airflow/commit/acaa0635c8477c98ab78da9f6d86e6f1bad2737d>`_ 2022-07-08 ``Automatically detect if non-lazy logging interpolation is used (#24910)``
`0de31bd73a <https://github.com/apache/airflow/commit/0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1>`_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)``
`510a6bab45 <https://github.com/apache/airflow/commit/510a6bab4595cce8bd5b1447db957309d70f35d9>`_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)``
Expand Down
6 changes: 3 additions & 3 deletions docs/apache-airflow-providers-sftp/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Package apache-airflow-providers-sftp
`SSH File Transfer Protocol (SFTP) <https://tools.ietf.org/wg/secsh/draft-ietf-secsh-filexfer/>`__


Release: 3.1.0
Release: 4.0.0

Provider package
----------------
Expand Down Expand Up @@ -102,7 +102,7 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_

* `The apache-airflow-providers-sftp 3.1.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-sftp-3.1.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-sftp-3.1.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-sftp-3.1.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-sftp 3.1.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sftp-3.1.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sftp-3.1.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sftp-3.1.0-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-sftp 4.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-sftp-4.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-sftp-4.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-sftp-4.0.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-sftp 4.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sftp-4.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sftp-4.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sftp-4.0.0-py3-none-any.whl.sha512>`__)

.. include:: ../../airflow/providers/sftp/CHANGELOG.rst
11 changes: 11 additions & 0 deletions docs/apache-airflow-providers-tabular/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@ For high-level changelog, see :doc:`package information including changelog <ind



1.0.1
.....

Latest change: 2022-07-15

================================================================================================= =========== ===============================================
Commit Committed Subject
================================================================================================= =========== ===============================================
`84b679937f <https://github.com/apache/airflow/commit/84b679937f220fd06b4f639320d8d992120875e5>`_ 2022-07-15 ``Set grant type of the Tabular hook (#25099)``
================================================================================================= =========== ===============================================

1.0.0
.....

Expand Down
2 changes: 1 addition & 1 deletion docs/apache-airflow-providers-tabular/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Package apache-airflow-providers-tabular
`Tabular <https://tabular.io/>`__


Release: 1.0.0
Release: 1.0.1

Provider package
----------------
Expand Down

0 comments on commit abb0341

Please sign in to comment.