From bb3e45c2509bba760f720d60b008f2f71e1024e2 Mon Sep 17 00:00:00 2001 From: Kaxil Naik Date: Thu, 27 Aug 2020 09:10:08 +0100 Subject: [PATCH] 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 194de06d39778..033683bf8c2a4 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 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 If specified, installs Airflow directly from reference in GitHub. This happens at diff --git a/breeze-complete b/breeze-complete index 595d95e7c5ebe..d30beb5147faf 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