You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2020/12/11 13:35:03 UTC

[airflow] branch v1-10-stable updated: Prepare for release 1.1.0 of apache-airflow-upgrade_check (#13013)

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

ash pushed a commit to branch v1-10-stable
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v1-10-stable by this push:
     new 539be00  Prepare for release 1.1.0 of apache-airflow-upgrade_check (#13013)
539be00 is described below

commit 539be0003e5af83bfd83a132931bc6cf2ec25662
Author: Ash Berlin-Taylor <as...@firemirror.com>
AuthorDate: Fri Dec 11 13:34:08 2020 +0000

    Prepare for release 1.1.0 of apache-airflow-upgrade_check (#13013)
---
 airflow/upgrade/README.md | 7 +++++--
 airflow/upgrade/setup.cfg | 2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/airflow/upgrade/README.md b/airflow/upgrade/README.md
index 91121ec..6a71af4 100644
--- a/airflow/upgrade/README.md
+++ b/airflow/upgrade/README.md
@@ -33,7 +33,7 @@ providing upgrade path (where the old code continues to work and prints out a de
 unfortunately some breaking changes where we couldn't provide a compatibility shim.
 
 The recommended upgrade path to get to Airflow 2.0.0 is to first upgrade to the latest release in the 1.10
-series (at the time of writing: 1.10.13) and to then run this script.
+series (at the time of writing: 1.10.14) and to then run this script.
 
 ```bash
 pip install apache-airflow-upgrade-check
@@ -86,10 +86,13 @@ Additionally you can use "upgrade config" to:
 - extend the check using custom rules
 
 For example:
-```
+
+```bash
 airflow upgrade_check --config=/files/upgrade.yaml
 ```
+
 the configuration file should be a proper yaml file similar to this one:
+
 ```yaml
 ignored_rules:
   - LegacyUIDeprecated
diff --git a/airflow/upgrade/setup.cfg b/airflow/upgrade/setup.cfg
index ddd708c..bd3865f 100644
--- a/airflow/upgrade/setup.cfg
+++ b/airflow/upgrade/setup.cfg
@@ -16,7 +16,7 @@
 # under the License.
 
 [metadata]
-version=1.0.0
+version=1.1.0
 name = apache-airflow-upgrade-check
 description = Check for compatibility between Airflow versions
 long_description = file: airflow/upgrade/README.md