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 18:33:48 UTC

[airflow] branch main updated: Add YANKED to yanked releases of the cncf.kubernetes (#23378)

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 a914ec22c1 Add YANKED to yanked releases of the cncf.kubernetes (#23378)
a914ec22c1 is described below

commit a914ec22c1a807596786d3e785bda9dd263b2400
Author: Jarek Potiuk <ja...@polidea.com>
AuthorDate: Sat Apr 30 20:33:22 2022 +0200

    Add YANKED to yanked releases of the cncf.kubernetes (#23378)
---
 airflow/providers/cncf/kubernetes/CHANGELOG.rst    | 23 ++++++++++++----------
 .../commits.rst                                    |  3 ++-
 2 files changed, 15 insertions(+), 11 deletions(-)

diff --git a/airflow/providers/cncf/kubernetes/CHANGELOG.rst b/airflow/providers/cncf/kubernetes/CHANGELOG.rst
index 142f7261b0..42b8766b03 100644
--- a/airflow/providers/cncf/kubernetes/CHANGELOG.rst
+++ b/airflow/providers/cncf/kubernetes/CHANGELOG.rst
@@ -38,6 +38,9 @@ Bug Fixes
    appropriate section above if needed. Do not delete the lines(!):
    * ``Use new Breese for building, pulling and verifying the images. (#23104)``
 
+.. Review and move the new changes to one of the sections above:
+   * ``Prepare documentation for cncf.kubernetes 4.0.1 release (#23374)``
+
 4.0.0
 .....
 
@@ -66,8 +69,8 @@ Bug Fixes
 
 * ``Stop crashing when empty logs are received from kubernetes client (#22566)``
 
-3.1.2
-.....
+3.1.2 (YANKED)
+..............
 
 Bug Fixes
 ~~~~~~~~~
@@ -80,16 +83,16 @@ Misc
 
 * ``Remove RefreshConfiguration workaround for K8s token refreshing (#20759)``
 
-3.1.1
-.....
+3.1.1 (YANKED)
+..............
 
 Misc
 ~~~~~
 
 * ``Add Trove classifiers in PyPI (Framework :: Apache Airflow :: Provider)``
 
-3.1.0
-.....
+3.1.0 (YANKED)
+..............
 
 Features
 ~~~~~~~~
@@ -108,8 +111,8 @@ Misc
    appropriate section above if needed. Do not delete the lines(!):
    * ``Add pre-commit check for docstring param types (#21398)``
 
-3.0.2
-.....
+3.0.2 (YANKED)
+..............
 
 Bug Fixes
 ~~~~~~~~~
@@ -124,8 +127,8 @@ Bug Fixes
    * ``Add optional features in providers. (#21074)``
    * ``Add documentation for January 2021 providers release (#21257)``
 
-3.0.1
-.....
+3.0.1 (YANKED)
+..............
 
 
 Misc
diff --git a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
index 2998027b45..1294ec47c6 100644
--- a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
+++ b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 4.0.1
 .....
 
-Latest change: 2022-04-29
+Latest change: 2022-04-30
 
 =================================================================================================  ===========  ====================================================================================
 Commit                                                                                             Committed    Subject
 =================================================================================================  ===========  ====================================================================================
+`11bbe471cd <https://github.com/apache/airflow/commit/11bbe471cd138c39435b612dfda3226959d30257>`_  2022-04-30   ``Prepare documentation for cncf.kubernetes 4.0.1 release (#23374)``
 `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)``