From bb5602c652988d0b31ea5e0db8f03725a2f22d34 Mon Sep 17 00:00:00 2001 From: Kaxil Naik Date: Tue, 24 Aug 2021 09:38:01 +0100 Subject: [PATCH] Prepare release for Kubernetes Provider (#17798) https://github.com/apache/airflow/issues/17186 -- This has made the XCom functionality not work with KubernetesPodOperator, this has been fixed by https://github.com/apache/airflow/pull/17760 -- so we should get this out sooner rather than later as recently released Airflow 2.1.3 will pull in latest kubernetes provider when we run `pip install -U apache-airflow[cncf.kubernetes]` --- .../providers/cncf/kubernetes/CHANGELOG.rst | 14 ++++++++++++++ .../providers/cncf/kubernetes/provider.yaml | 1 + .../commits.rst | 19 ++++++++++++++++++- .../index.rst | 4 ++-- 4 files changed, 35 insertions(+), 3 deletions(-) diff --git a/airflow/providers/cncf/kubernetes/CHANGELOG.rst b/airflow/providers/cncf/kubernetes/CHANGELOG.rst index 33bf22797748e..5ae8050a64107 100644 --- a/airflow/providers/cncf/kubernetes/CHANGELOG.rst +++ b/airflow/providers/cncf/kubernetes/CHANGELOG.rst @@ -19,6 +19,20 @@ Changelog --------- +2.0.2 +..... + +Bug Fixes +~~~~~~~~~ + +* ``Fix using XCom with ''KubernetesPodOperator'' (#17760)`` +* ``Import Hooks lazily individually in providers manager (#17682)`` + +.. Review and move the new changes to one of the sections above: + * ``Fix messed-up changelog in 3 providers (#17380)`` + * ``Fix static checks (#17256)`` + * ``Update spark_kubernetes.py (#17237)`` + 2.0.1 ..... diff --git a/airflow/providers/cncf/kubernetes/provider.yaml b/airflow/providers/cncf/kubernetes/provider.yaml index 957f7db3b949a..99dd47e56e4fe 100644 --- a/airflow/providers/cncf/kubernetes/provider.yaml +++ b/airflow/providers/cncf/kubernetes/provider.yaml @@ -22,6 +22,7 @@ description: | `Kubernetes `__ versions: + - 2.0.2 - 2.0.1 - 2.0.0 - 1.2.0 diff --git a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst index 4c3f83f488655..94ccef5813b36 100644 --- a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst +++ b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst @@ -28,14 +28,31 @@ For high-level changelog, see :doc:`package information including changelog `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` +`73d2b720e `_ 2021-08-21 ``Fix using XCom with ''KubernetesPodOperator'' (#17760)`` +`76ed2a49c `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` +`97428efc4 `_ 2021-08-02 ``Fix messed-up changelog in 3 providers (#17380)`` +`b0b259107 `_ 2021-07-27 ``Fix static checks (#17256)`` +`997f7d0be `_ 2021-07-27 ``Update spark_kubernetes.py (#17237)`` +================================================================================================ =========== ============================================================================ + 2.0.1 ..... -Latest change: 2021-07-21 +Latest change: 2021-07-26 ================================================================================================ =========== ========================================================================================== Commit Committed Subject ================================================================================================ =========== ========================================================================================== +`87f408b1e `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` `d48b4e0ca `_ 2021-07-21 ``Simplify 'default_args' in Kubernetes example DAGs (#16870)`` `3939e8416 `_ 2021-07-20 ``Enable using custom pod launcher in Kubernetes Pod Operator (#16945)`` `d02ded65e `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` diff --git a/docs/apache-airflow-providers-cncf-kubernetes/index.rst b/docs/apache-airflow-providers-cncf-kubernetes/index.rst index b63ee62c82657..9bb41ea0e00b0 100644 --- a/docs/apache-airflow-providers-cncf-kubernetes/index.rst +++ b/docs/apache-airflow-providers-cncf-kubernetes/index.rst @@ -42,7 +42,7 @@ Content Example DAGs PyPI Repository -.. THE REMINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME! +.. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME! .. toctree:: @@ -58,7 +58,7 @@ Package apache-airflow-providers-cncf-kubernetes `Kubernetes `__ -Release: 2.0.1 +Release: 2.0.2 Provider package ----------------