You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/08/27 08:11:07 UTC

[airflow] branch master updated: Add Airflow 1.10.12 & 'black' to breeze-complete (#10592)

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

potiuk 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 bb3e45c  Add Airflow 1.10.12 & 'black' to breeze-complete (#10592)
bb3e45c is described below

commit bb3e45c2509bba760f720d60b008f2f71e1024e2
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Thu Aug 27 09:10:08 2020 +0100

    Add Airflow 1.10.12 & 'black' to breeze-complete (#10592)
---
 BREEZE.rst      | 10 +++++-----
 breeze-complete |  2 ++
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/BREEZE.rst b/BREEZE.rst
index 194de06..033683b 100644
--- a/BREEZE.rst
+++ b/BREEZE.rst
@@ -1189,8 +1189,8 @@ This is the current syntax for  `./breeze <./breeze>`_:
           If specified, installs Airflow directly from PIP released version. This happens at
           image building time in production image and at container entering time for CI image. One of:
 
-                 1.10.11 1.10.10 1.10.9 1.10.8 1.10.7 1.10.6 1.10.5 1.10.4 1.10.3 1.10.2 master
-                 v1-10-test
+                 1.10.12 1.10.11 1.10.10 1.10.9 1.10.8 1.10.7 1.10.6 1.10.5 1.10.4 1.10.3 1.10.2
+                 master v1-10-test
 
   -t, --install-airflow-reference <INSTALL_AIRFLOW_REFERENCE>
           If specified, installs Airflow directly from reference in GitHub. This happens at
@@ -1804,7 +1804,7 @@ This is the current syntax for  `./breeze <./breeze>`_:
         Run selected static checks for currently changed files. You should specify static check that
         you would like to run or 'all' to run all checks. One of:
 
-                 all all-but-pylint airflow-config-yaml base-operator bat-tests build
+                 all all-but-pylint airflow-config-yaml base-operator bat-tests black build
                  build-providers-dependencies check-apache-license check-builtin-literals
                  check-executables-have-shebangs check-hooks-apply check-integrations
                  check-merge-conflict check-xml consistent-pylint daysago-import-check
@@ -2008,8 +2008,8 @@ This is the current syntax for  `./breeze <./breeze>`_:
           If specified, installs Airflow directly from PIP released version. This happens at
           image building time in production image and at container entering time for CI image. One of:
 
-                 1.10.11 1.10.10 1.10.9 1.10.8 1.10.7 1.10.6 1.10.5 1.10.4 1.10.3 1.10.2 master
-                 v1-10-test
+                 1.10.12 1.10.11 1.10.10 1.10.9 1.10.8 1.10.7 1.10.6 1.10.5 1.10.4 1.10.3 1.10.2
+                 master v1-10-test
 
   -t, --install-airflow-reference <INSTALL_AIRFLOW_REFERENCE>
           If specified, installs Airflow directly from reference in GitHub. This happens at
diff --git a/breeze-complete b/breeze-complete
index 595d95e..d30beb5 100644
--- a/breeze-complete
+++ b/breeze-complete
@@ -29,6 +29,7 @@ _BREEZE_ALLOWED_POSTGRES_VERSIONS="9.6 10"
 _BREEZE_ALLOWED_KIND_OPERATIONS="start stop restart status deploy test shell"
 
 _BREEZE_ALLOWED_INSTALL_AIRFLOW_VERSIONS=$(cat <<-EOF
+1.10.12
 1.10.11
 1.10.10
 1.10.9
@@ -50,6 +51,7 @@ all-but-pylint
 airflow-config-yaml
 base-operator
 bat-tests
+black
 build
 build-providers-dependencies
 check-apache-license