Skip to content

Commit

Permalink
Prepare release for Kubernetes Provider (#17798)
Browse files Browse the repository at this point in the history
apache/airflow#17186 -- This has made the XCom functionality not work with KubernetesPodOperator, this has been fixed by apache/airflow#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]`

GitOrigin-RevId: bb5602c652988d0b31ea5e0db8f03725a2f22d34
  • Loading branch information
kaxil authored and Cloud Composer Team committed Dec 7, 2022
1 parent 08028a9 commit 02eedec
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 3 deletions.
14 changes: 14 additions & 0 deletions airflow/providers/cncf/kubernetes/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
.....

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:
- 2.0.2
- 2.0.1
- 2.0.0
- 1.2.0
Expand Down
19 changes: 18 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,31 @@ For high-level changelog, see :doc:`package information including changelog <ind



2.0.2
.....

Latest change: 2021-08-23

================================================================================================ =========== ============================================================================
Commit Committed Subject
================================================================================================ =========== ============================================================================
`be75dcd39 <https://github.com/apache/airflow/commit/be75dcd39cd10264048c86e74110365bd5daf8b7>`_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data``
`73d2b720e <https://github.com/apache/airflow/commit/73d2b720e0c79323a29741882a07eb8962256762>`_ 2021-08-21 ``Fix using XCom with ''KubernetesPodOperator'' (#17760)``
`76ed2a49c <https://github.com/apache/airflow/commit/76ed2a49c6cd285bf59706cf04f39a7444c382c9>`_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)``
`97428efc4 <https://github.com/apache/airflow/commit/97428efc41e5902183827fb9e4e56d067ca771df>`_ 2021-08-02 ``Fix messed-up changelog in 3 providers (#17380)``
`b0b259107 <https://github.com/apache/airflow/commit/b0b25910713dd39e0193bdcd95b2cfd9e3fed5e7>`_ 2021-07-27 ``Fix static checks (#17256)``
`997f7d0be <https://github.com/apache/airflow/commit/997f7d0beb1f0a954ba0127efeb3b250daf8b290>`_ 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 <https://github.com/apache/airflow/commit/87f408b1e78968580c760acb275ae5bb042161db>`_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)``
`d48b4e0ca <https://github.com/apache/airflow/commit/d48b4e0caf6218558378c7c3349b22adfc5c0785>`_ 2021-07-21 ``Simplify 'default_args' in Kubernetes example DAGs (#16870)``
`3939e8416 <https://github.com/apache/airflow/commit/3939e841616d70ea2d930f55e6a5f73a2a99be07>`_ 2021-07-20 ``Enable using custom pod launcher in Kubernetes Pod Operator (#16945)``
`d02ded65e <https://github.com/apache/airflow/commit/d02ded65eaa7d2281e249b3fa028605d1b4c52fb>`_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)``
Expand Down
4 changes: 2 additions & 2 deletions docs/apache-airflow-providers-cncf-kubernetes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Content
Example DAGs <https://github.com/apache/airflow/tree/main/airflow/providers/cncf/kubernetes/example_dags>
PyPI Repository <https://pypi.org/project/apache-airflow-providers-cncf-kubernetes/>

.. 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::
Expand All @@ -58,7 +58,7 @@ Package apache-airflow-providers-cncf-kubernetes
`Kubernetes <https://kubernetes.io/>`__


Release: 2.0.1
Release: 2.0.2

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

0 comments on commit 02eedec

Please sign in to comment.