potiuk commented on code in PR #575: URL: https://github.com/apache/airflow-site/pull/575#discussion_r856347005
########## docs-archive/apache-airflow-providers-cncf-kubernetes/3.0.1/index.html: ########## @@ -612,13 +612,19 @@ <h2>Content<a class="headerlink" href="#content" title="Permalink to this headli <div class="section" id="package-apache-airflow-providers-cncf-kubernetes"> <h2>Package apache-airflow-providers-cncf-kubernetes<a class="headerlink" href="#package-apache-airflow-providers-cncf-kubernetes" title="Permalink to this headline">¶</a></h2> <p><a class="reference external" href="https://kubernetes.io/">Kubernetes</a></p> -<p>Release: 3.0.1</p> +<p>Release: 3.0.1: <span class="pre" style="color: red">THIS VERSION IS YANKED - DO NOT INSTALL IT (SEE WARNING BELOW)</span></code></p> </div> <div class="section" id="provider-package"> <h2>Provider package<a class="headerlink" href="#provider-package" title="Permalink to this headline">¶</a></h2> <p>This is a provider package for <code class="docutils literal notranslate"><span class="pre">cncf.kubernetes</span></code> provider. All classes for this provider package are in <code class="docutils literal notranslate"><span class="pre">airflow.providers.cncf.kubernetes</span></code> python package.</p> </div> +<div class="admonition warning"> +<p class="admonition-title">Warning</p> +<p>This version of the provider has been yanked as it had compatibility issues. Do not use this version. If you are on Airflow 2.1.* or 2.2.*, please downgrade cncf.kubernetes to version 3.0.0</p> +<p>The cncf.kubernetes provider is partially in the provider and partially in the Airflow core and this version of provider has dependencies on version of kubernetes library that clash with Airflow dependencies. In Airlfow 2.1.* and 2.2.* the latest working version of the provider is 3.0.0. The other 3.* versions of provider are "yanked" which means that they are skipped when installed unless you explicitly choose to install this version.</p> +<p>Unless we see some serious bug to fix - all the future releases of "cncf.kubernetes" provider (starting from 4.0.0) will only be installable for Airflow 2.3.* and above.</p> Review Comment: Updated ! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
