Skip to content

Commit

Permalink
add cncf.kubernetes, docker and update google
Browse files Browse the repository at this point in the history
  • Loading branch information
eladkal committed Feb 18, 2023
1 parent 809321d commit 3a56a80
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 8 deletions.
8 changes: 8 additions & 0 deletions airflow/providers/cncf/kubernetes/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@
Changelog
---------

5.2.1
.....

Bug Fixes
~~~~~~~~~

* ``Fix @task.kubernetes to receive input and send output (#28942)``

5.2.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:
- 5.2.1
- 5.2.0
- 5.1.1
- 5.1.0
Expand Down
8 changes: 8 additions & 0 deletions airflow/providers/docker/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@
Changelog
---------

3.5.1
.....

Bug Fixes
~~~~~~~~~

* ``fix template_fields in the decorator 'task.docker' (#29586)``

3.5.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/docker/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Docker <https://docs.docker.com/install/>`__
versions:
- 3.5.1
- 3.5.0
- 3.4.0
- 3.3.0
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/google/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Bug Fixes
~~~~~~~~~
* ``Move cloud_sql_binary_path from connection to Hook (#29499)``
* ``Check that cloud sql provider version is valid (#29497)``
* ``'GoogleDriveHook': Add folder_id param to upload_file (#29477)``

Misc
~~~~
Expand Down
14 changes: 13 additions & 1 deletion docs/apache-airflow-providers-cncf-kubernetes/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information including changelog <ind



5.2.1
.....

Latest change: 2023-02-18

================================================================================================= =========== ==================================================================
Commit Committed Subject
================================================================================================= =========== ==================================================================
`9a5c3e0ac0 <https://github.com/apache/airflow/commit/9a5c3e0ac0b682d7f2c51727a56e06d68bc9f6be>`_ 2023-02-18 ``Fix @task.kubernetes to receive input and send output (#28942)``
================================================================================================= =========== ==================================================================

5.2.0
.....

Latest change: 2023-02-01
Latest change: 2023-02-08

================================================================================================= =========== ==================================================================================
Commit Committed Subject
================================================================================================= =========== ==================================================================================
`ce6ae2457e <https://github.com/apache/airflow/commit/ce6ae2457ef3d9f44f0086b58026909170bbf22a>`_ 2023-02-08 ``Prepare docs for Feb 2023 wave of Providers (#29379)``
`d26dc22391 <https://github.com/apache/airflow/commit/d26dc223915c50ff58252a709bb7b33f5417dfce>`_ 2023-02-01 ``Patch only single label when marking KPO checked (#29279)``
`246d778e6b <https://github.com/apache/airflow/commit/246d778e6b8042850ef8510bd25c52b1198030f1>`_ 2023-01-30 ``Add deferrable mode to ''KubernetesPodOperator'' (#29017)``
`70b84b51a5 <https://github.com/apache/airflow/commit/70b84b51a5802b72dc7a8fb9bf8133699adcc79c>`_ 2023-01-23 ``Allow setting the name for the base container within K8s Pod Operator (#28808)``
Expand Down
2 changes: 1 addition & 1 deletion docs/apache-airflow-providers-cncf-kubernetes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Package apache-airflow-providers-cncf-kubernetes
`Kubernetes <https://kubernetes.io/>`__


Release: 5.2.0
Release: 5.2.1

Provider package
----------------
Expand Down
20 changes: 16 additions & 4 deletions docs/apache-airflow-providers-docker/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,32 @@ For high-level changelog, see :doc:`package information including changelog <ind



3.5.1
.....

Latest change: 2023-02-17

================================================================================================= =========== ===============================================================
Commit Committed Subject
================================================================================================= =========== ===============================================================
`7bd87e75de <https://github.com/apache/airflow/commit/7bd87e75def1855d8f5b91e9ab1ffbbf416709ec>`_ 2023-02-17 ``fix template_fields in the decorator 'task.docker' (#29586)``
================================================================================================= =========== ===============================================================

3.5.0
.....

Latest change: 2023-01-18
Latest change: 2023-01-23

================================================================================================= =========== ==========================================================================
================================================================================================= =========== =============================================================================
Commit Committed Subject
================================================================================================= =========== ==========================================================================
================================================================================================= =========== =============================================================================
`dd6cef7889 <https://github.com/apache/airflow/commit/dd6cef7889884bd15d4caca8aae61f3b73c29b1e>`_ 2023-01-23 ``Prepare ad hoc provider release for Docker, Cassandra, Papermill (#28999)``
`3a7bfce601 <https://github.com/apache/airflow/commit/3a7bfce6017207218889b66976dbee1ed84292dc>`_ 2023-01-18 ``Skip DockerOperator task when it returns a provided exit code (#28996)``
`cd637c223f <https://github.com/apache/airflow/commit/cd637c223f93c4306743921e85777d2eff7ae54b>`_ 2023-01-16 ``Fix label name for 'reauth' field in Docker Connection (#28974)``
`911b708ffd <https://github.com/apache/airflow/commit/911b708ffddd4e7cb6aaeac84048291891eb0f1f>`_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)``
`af2c22a00a <https://github.com/apache/airflow/commit/af2c22a00afdd9302cbcda1de63fc1804b2cd2e5>`_ 2023-01-03 ``Add correct widgets in Docker Hook (#28700)``
`57a889de35 <https://github.com/apache/airflow/commit/57a889de357b269ae104b721e2a4bb78b929cea9>`_ 2023-01-03 ``Make docker operators always use 'DockerHook' for API calls (#28363)``
================================================================================================= =========== ==========================================================================
================================================================================================= =========== =============================================================================

3.4.0
.....
Expand Down
2 changes: 1 addition & 1 deletion docs/apache-airflow-providers-docker/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Package apache-airflow-providers-docker
`Docker <https://docs.docker.com/install/>`__


Release: 3.5.0
Release: 3.5.1

Provider package
----------------
Expand Down
3 changes: 2 additions & 1 deletion docs/apache-airflow-providers-google/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
8.10.0
......

Latest change: 2023-02-14
Latest change: 2023-02-18

================================================================================================= =========== ====================================================================================
Commit Committed Subject
================================================================================================= =========== ====================================================================================
`f37772adfd <https://github.com/apache/airflow/commit/f37772adfdfdee8763147e0563897e4d5d5657c8>`_ 2023-02-18 ``'GoogleDriveHook': Add folder_id param to upload_file (#29477)``
`28126c12fb <https://github.com/apache/airflow/commit/28126c12fbdd2cac84e0fbcf2212154085aa5ed9>`_ 2023-02-14 ``Add defer mode to GKECreateClusterOperator and GKEDeleteClusterOperator (#28406)``
`32c571e592 <https://github.com/apache/airflow/commit/32c571e5926983903ac8b9017c36f14137a797a5>`_ 2023-02-14 ``Move cloud_sql_binary_path from connection to Hook (#29499)``
`41fade2d21 <https://github.com/apache/airflow/commit/41fade2d219c1841fafa439cc5dbb036f34ee32a>`_ 2023-02-13 ``Upgrade Mypy to 1.0 (#29468)``
Expand Down

0 comments on commit 3a56a80

Please sign in to comment.