From a914ec22c1a807596786d3e785bda9dd263b2400 Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Sat, 30 Apr 2022 20:33:22 +0200 Subject: [PATCH] Add YANKED to yanked releases of the cncf.kubernetes (#23378) --- .../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 142f7261b0827..42b8766b03194 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 2998027b45ac9..1294ec47c6ec2 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 `_ 2022-04-30 ``Prepare documentation for cncf.kubernetes 4.0.1 release (#23374)`` `8e3abe4180 `_ 2022-04-29 ``Fix ''KubernetesPodOperator'' with 'KubernetesExecutor'' on 2.3.0 (#23371)`` `8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` `c7399c7190 `_ 2022-04-21 ``KubernetesHook should try incluster first when not otherwise configured (#23126)``