Skip to content

Commit

Permalink
Prepare documentation for cncf.kubernetes 4.0.1 release (#23374)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk committed Apr 30, 2022
1 parent e5ac9d8 commit 11bbe47
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 2 deletions.
19 changes: 19 additions & 0 deletions airflow/providers/cncf/kubernetes/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,25 @@
Changelog
---------

4.0.1
.....

Bug Fixes
~~~~~~~~~

* ``Add k8s container's error message in airflow exception (#22871)``
* ``KubernetesHook should try incluster first when not otherwise configured (#23126)``
* ``KubernetesPodOperator should patch "already checked" always (#22734)``
* ``Delete old Spark Application in SparkKubernetesOperator (#21092)``
* ``Cleanup dup code now that k8s provider requires 2.3.0+ (#22845)``
* ``Fix ''KubernetesPodOperator'' with 'KubernetesExecutor'' on 2.3.0 (#23371)``
* ``Fix KPO to have hyphen instead of period (#22982)``
* ``Fix new MyPy errors in main (#22884)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Use new Breese for building, pulling and verifying the images. (#23104)``
4.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:
- 4.0.1
- 4.0.0
- 3.1.2
- 3.1.1
Expand Down
22 changes: 21 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,34 @@ For high-level changelog, see :doc:`package information including changelog <ind



4.0.1
.....

Latest change: 2022-04-29

================================================================================================= =========== ====================================================================================
Commit Committed Subject
================================================================================================= =========== ====================================================================================
`8e3abe4180 <https://github.com/apache/airflow/commit/8e3abe418021a3ba241ead1cad79a1c5b492c587>`_ 2022-04-29 ``Fix ''KubernetesPodOperator'' with 'KubernetesExecutor'' on 2.3.0 (#23371)``
`8b6b0848a3 <https://github.com/apache/airflow/commit/8b6b0848a3cacf9999477d6af4d2a87463f03026>`_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)``
`c7399c7190 <https://github.com/apache/airflow/commit/c7399c7190750ba705b8255b7a92de2554e6eef3>`_ 2022-04-21 ``KubernetesHook should try incluster first when not otherwise configured (#23126)``
`70eede5dd6 <https://github.com/apache/airflow/commit/70eede5dd6924a4eb74b7600cce2c627e51a3b7e>`_ 2022-04-20 ``Fix KPO to have hyphen instead of period (#22982)``
`c3d883a971 <https://github.com/apache/airflow/commit/c3d883a971a8e4e65ccc774891928daaaa0f4442>`_ 2022-04-19 ``KubernetesPodOperator should patch "already checked" always (#22734)``
`d81703c577 <https://github.com/apache/airflow/commit/d81703c5778e13470fcd267578697158776b8318>`_ 2022-04-14 ``Add k8s container's error message in airflow exception (#22871)``
`3c5bc73579 <https://github.com/apache/airflow/commit/3c5bc73579080248b0583d74152f57548aef53a2>`_ 2022-04-12 ``Delete old Spark Application in SparkKubernetesOperator (#21092)``
`6933022e94 <https://github.com/apache/airflow/commit/6933022e94acf139b2dea9a589bb8b25c62a5d20>`_ 2022-04-10 ``Fix new MyPy errors in main (#22884)``
`04082ac091 <https://github.com/apache/airflow/commit/04082ac091e92587b22c8323170ebe38bc68a19a>`_ 2022-04-09 ``Cleanup dup code now that k8s provider requires 2.3.0+ (#22845)``
================================================================================================= =========== ====================================================================================

4.0.0
.....

Latest change: 2022-03-29
Latest change: 2022-04-07

================================================================================================= =========== ==============================================================================
Commit Committed Subject
================================================================================================= =========== ==============================================================================
`56ab82ed7a <https://github.com/apache/airflow/commit/56ab82ed7a5c179d024722ccc697b740b2b93b6a>`_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)``
`67e2723b73 <https://github.com/apache/airflow/commit/67e2723b7364ce1f73aee801522693d12d615310>`_ 2022-03-29 ``Log traceback only on ''DEBUG'' for KPO logs read interruption (#22595)``
`6db30f3207 <https://github.com/apache/airflow/commit/6db30f32074e4ef50993628e810781cd704d4ddd>`_ 2022-03-29 ``Update our approach for executor-bound dependencies (#22573)``
`0d64d66cea <https://github.com/apache/airflow/commit/0d64d66ceab1c5da09b56bae5da339e2f608a2c4>`_ 2022-03-28 ``Stop crashing when empty logs are received from kubernetes client (#22566)``
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 @@ -59,7 +59,7 @@ Package apache-airflow-providers-cncf-kubernetes
`Kubernetes <https://kubernetes.io/>`__


Release: 4.0.0
Release: 4.0.1

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

0 comments on commit 11bbe47

Please sign in to comment.