This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v2-0-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit b33e8578901b40e36ed88b33f73ecd01f8bc1c4f Author: Kaxil Naik <[email protected]> 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 (cherry picked from commit ebc22fec7088140653aa22051721dc62c730f43d) --- BREEZE.rst | 4 ++-- breeze-complete | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/BREEZE.rst b/BREEZE.rst index 4b78a2f..834d2de 100644 --- a/BREEZE.rst +++ b/BREEZE.rst @@ -1296,7 +1296,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 @@ -2539,7 +2539,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 73d03a9..9a7bdc0 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
