Skip to content
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

Add documentation for an ad-hoc release of 2 providers #20765

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions airflow/providers/cncf/kubernetes/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@
Changelog
---------

3.0.1
.....


Misc
~~~~

* ``Update Kubernetes library version (#18797)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):

3.0.0
.....

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

versions:
- 3.0.1
- 3.0.0
- 2.2.0
- 2.1.0
Expand Down
12 changes: 12 additions & 0 deletions airflow/providers/sftp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@
Changelog
---------

2.4.1
.....

Bug Fixes
~~~~~~~~~

* ``Bugfix: ''SFTPHook'' does not respect ''ssh_conn_id'' arg (#20756)``
* ``fix deprecation messages for SFTPHook (#20692)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):

2.4.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/sftp/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`SSH File Transfer Protocol (SFTP) <https://tools.ietf.org/wg/secsh/draft-ietf-secsh-filexfer/>`__

versions:
- 2.4.1
- 2.4.0
- 2.3.0
- 2.2.0
Expand Down
12 changes: 12 additions & 0 deletions docs/apache-airflow-providers-cncf-kubernetes/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



3.0.1
.....

Latest change: 2022-01-04

================================================================================================ =========== ==============================================
Commit Committed Subject
================================================================================================ =========== ==============================================
`7222f68d3 <https://github.com/apache/airflow/commit/7222f68d374787f95acc7110a1165bd21e7722a1>`_ 2022-01-04 ``Update Kubernetes library version (#18797)``
================================================================================================ =========== ==============================================

3.0.0
.....

Expand All @@ -36,6 +47,7 @@ Latest change: 2021-12-31
================================================================================================ =========== =================================================================================
Commit Committed Subject
================================================================================================ =========== =================================================================================
`f77417eb0 <https://github.com/apache/airflow/commit/f77417eb0d3f12e4849d80645325c02a48829278>`_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)``
`97496ba2b <https://github.com/apache/airflow/commit/97496ba2b41063fa24393c58c5c648a0cdb5a7f8>`_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)``
`83f8e178b <https://github.com/apache/airflow/commit/83f8e178ba7a3d4ca012c831a5bfc2cade9e812d>`_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)``
`746ee587d <https://github.com/apache/airflow/commit/746ee587da485acdc816129fe71df23e4f024e0b>`_ 2021-12-31 ``Delete pods by default in KubernetesPodOperator (#20575)``
Expand Down
10 changes: 5 additions & 5 deletions docs/apache-airflow-providers-cncf-kubernetes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Package apache-airflow-providers-cncf-kubernetes
`Kubernetes <https://kubernetes.io/>`__


Release: 3.0.0
Release: 3.0.1

Provider package
----------------
Expand All @@ -76,12 +76,12 @@ You can install this package on top of an existing Airflow 2.1+ installation via
PIP requirements
----------------

================== ====================
================== ==================
PIP package Version required
================== ====================
================== ==================
``apache-airflow`` ``>=2.1.0``
``cryptography`` ``>=2.0.0``
``kubernetes`` ``>=3.0.0, <12.0.0``
================== ====================
``kubernetes`` ``>=3.0.0``
================== ==================

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



2.4.1
.....

Latest change: 2022-01-08

================================================================================================ =========== ======================================================================
Commit Committed Subject
================================================================================================ =========== ======================================================================
`c2fc760c9 <https://github.com/apache/airflow/commit/c2fc760c9024ce9f0bec287679d9981f6ab1fd98>`_ 2022-01-08 ``Bugfix: ''SFTPHook'' does not respect ''ssh_conn_id'' arg (#20756)``
`1c113d6b2 <https://github.com/apache/airflow/commit/1c113d6b2fe2f24a71f0a2c3911e8141fa6e3ff9>`_ 2022-01-06 ``fix deprecation messages for SFTPHook (#20692)``
================================================================================================ =========== ======================================================================

2.4.0
.....

Expand All @@ -36,6 +48,7 @@ Latest change: 2021-12-31
================================================================================================ =========== =================================================================================
Commit Committed Subject
================================================================================================ =========== =================================================================================
`f77417eb0 <https://github.com/apache/airflow/commit/f77417eb0d3f12e4849d80645325c02a48829278>`_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)``
`97496ba2b <https://github.com/apache/airflow/commit/97496ba2b41063fa24393c58c5c648a0cdb5a7f8>`_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)``
`d56e7b56b <https://github.com/apache/airflow/commit/d56e7b56bb9827daaf8890557147fd10bdf72a7e>`_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)``
`a0821235f <https://github.com/apache/airflow/commit/a0821235fb6877a471973295fe42283ef452abf6>`_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)``
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: 2.4.0
Release: 2.4.1

Provider package
----------------
Expand Down Expand Up @@ -104,7 +104,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 2.4.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-sftp-2.4.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-sftp-2.4.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-sftp-2.4.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-sftp 2.4.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sftp-2.4.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sftp-2.4.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sftp-2.4.0-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-sftp 2.4.1 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-sftp-2.4.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-sftp-2.4.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-sftp-2.4.1.tar.gz.sha512>`__)
* `The apache-airflow-providers-sftp 2.4.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sftp-2.4.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sftp-2.4.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sftp-2.4.1-py3-none-any.whl.sha512>`__)

.. include:: ../../airflow/providers/sftp/CHANGELOG.rst