You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/04/30 10:06:29 UTC

[airflow] branch main updated: Prepare documentation for cncf.kubernetes 4.0.1 release (#23374)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 11bbe471cd Prepare documentation for cncf.kubernetes 4.0.1 release (#23374)
11bbe471cd is described below

commit 11bbe471cd138c39435b612dfda3226959d30257
Author: Jarek Potiuk <ja...@polidea.com>
AuthorDate: Sat Apr 30 12:06:08 2022 +0200

    Prepare documentation for cncf.kubernetes 4.0.1 release (#23374)
---
 airflow/providers/cncf/kubernetes/CHANGELOG.rst    | 19 +++++++++++++++++++
 airflow/providers/cncf/kubernetes/provider.yaml    |  1 +
 .../commits.rst                                    | 22 +++++++++++++++++++++-
 .../index.rst                                      |  2 +-
 4 files changed, 42 insertions(+), 2 deletions(-)

diff --git a/airflow/providers/cncf/kubernetes/CHANGELOG.rst b/airflow/providers/cncf/kubernetes/CHANGELOG.rst
index 19348817b2..142f7261b0 100644
--- a/airflow/providers/cncf/kubernetes/CHANGELOG.rst
+++ b/airflow/providers/cncf/kubernetes/CHANGELOG.rst
@@ -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
 .....
 
diff --git a/airflow/providers/cncf/kubernetes/provider.yaml b/airflow/providers/cncf/kubernetes/provider.yaml
index d3df7d035e..1ccbae1494 100644
--- a/airflow/providers/cncf/kubernetes/provider.yaml
+++ b/airflow/providers/cncf/kubernetes/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Kubernetes <https://kubernetes.io/>`__
 
 versions:
+  - 4.0.1
   - 4.0.0
   - 3.1.2
   - 3.1.1
diff --git a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
index 29cdca9159..2998027b45 100644
--- a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
+++ b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
@@ -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)``
diff --git a/docs/apache-airflow-providers-cncf-kubernetes/index.rst b/docs/apache-airflow-providers-cncf-kubernetes/index.rst
index bc5b6b7d16..1f8154fd3e 100644
--- a/docs/apache-airflow-providers-cncf-kubernetes/index.rst
+++ b/docs/apache-airflow-providers-cncf-kubernetes/index.rst
@@ -59,7 +59,7 @@ Package apache-airflow-providers-cncf-kubernetes
 `Kubernetes <https://kubernetes.io/>`__
 
 
-Release: 4.0.0
+Release: 4.0.1
 
 Provider package
 ----------------