You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/03/18 13:44:50 UTC

[airflow] branch master updated: Add Airflow 2.0.1 to ``breeze-complete`` and BREEZE.rst (#14876)

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new ebc22fe  Add Airflow 2.0.1 to ``breeze-complete`` and BREEZE.rst (#14876)
ebc22fe is described below

commit ebc22fec7088140653aa22051721dc62c730f43d
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Thu Mar 18 13:44:28 2021 +0000

    Add Airflow 2.0.1 to ``breeze-complete`` and BREEZE.rst (#14876)
    
    2.0.1 was missing from the breeze-complete list and the docs
---
 BREEZE.rst      | 4 ++--
 breeze-complete | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/BREEZE.rst b/BREEZE.rst
index 023df8b..965e929 100644
--- a/BREEZE.rst
+++ b/BREEZE.rst
@@ -1313,7 +1313,7 @@ This is the current syntax for  `./breeze <./breeze>`_:
 
           One of:
 
-                 2.0.0 1.10.15 1.10.14 1.10.12 1.10.11 1.10.10 1.10.9 none wheel sdist
+                 2.0.1 2.0.0 1.10.15 1.10.14 1.10.12 1.10.11 1.10.10 1.10.9 none wheel sdist
 
           When 'none' is used, you can install airflow from local packages. When building image,
           airflow package should be added to 'docker-context-files' and
@@ -2556,7 +2556,7 @@ This is the current syntax for  `./breeze <./breeze>`_:
 
           One of:
 
-                 2.0.0 1.10.15 1.10.14 1.10.12 1.10.11 1.10.10 1.10.9 none wheel sdist
+                 2.0.1 2.0.0 1.10.15 1.10.14 1.10.12 1.10.11 1.10.10 1.10.9 none wheel sdist
 
           When 'none' is used, you can install airflow from local packages. When building image,
           airflow package should be added to 'docker-context-files' and
diff --git a/breeze-complete b/breeze-complete
index 310ca37..5639113 100644
--- a/breeze-complete
+++ b/breeze-complete
@@ -57,6 +57,7 @@ _breeze_allowed_installation_methods=". apache-airflow"
 }
 
 _breeze_allowed_install_airflow_versions=$(cat <<-EOF
+2.0.1
 2.0.0
 1.10.15
 1.10.14