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/06/14 22:13:52 UTC

[airflow] branch v1-10-test updated: Release upgrade_check 1.4.0

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

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


The following commit(s) were added to refs/heads/v1-10-test by this push:
     new 15c30e1  Release upgrade_check 1.4.0
15c30e1 is described below

commit 15c30e1159560dc4a14b7b8cab5148a09e3d3ecd
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Mon Jun 14 23:13:34 2021 +0100

    Release upgrade_check 1.4.0
---
 airflow/upgrade/README.md  | 8 ++++++++
 airflow/upgrade/version.py | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/airflow/upgrade/README.md b/airflow/upgrade/README.md
index 67679db..855a558 100644
--- a/airflow/upgrade/README.md
+++ b/airflow/upgrade/README.md
@@ -107,6 +107,14 @@ custom_rules:
 
 ## Changelog
 
+### 1.4.0
+
+- Add `conf` not importable from airflow rule (#14400)
+- Upgrade rule to suggest rename `[scheduler] max_threads` to `[scheduler] parsing_processes` (#14913)
+- Fix running "upgrade_check" command in a PTY. (#14977)
+- Skip `DatabaseVersionCheckRule` check if invalid version is detected (#15122)
+- Fix too specific parsing of `False` in `LegacyUIDeprecated` (#14967)
+
 ### 1.3.0
 
 - Fix wrong warning about class that was not used in a dag file (#14700)
diff --git a/airflow/upgrade/version.py b/airflow/upgrade/version.py
index f916215..a105cde 100644
--- a/airflow/upgrade/version.py
+++ b/airflow/upgrade/version.py
@@ -15,4 +15,4 @@
 # specific language governing permissions and limitations
 # under the License.
 
-version = "1.3.0"
+version = "1.4.0"