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/02/04 21:07:47 UTC

[airflow] branch v2-0-test updated (38083fc -> beb8af5)

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

kaxilnaik pushed a change to branch v2-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 38083fc  Add Changelog for 2.0.1
     new 192de83  Fix Migration from 2.0.1rc1
     new beb8af5  Update Changelog for 2.0.1rc2

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.txt                                                         | 3 ++-
 .../versions/82b7c48c147f_remove_can_read_permission_on_config_.py    | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)


[airflow] 01/02: Fix Migration from 2.0.1rc1

Posted by ka...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 192de83b7f4f1ea9bb3f2ebafdc8199aa571e0f0
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Thu Feb 4 21:04:10 2021 +0000

    Fix Migration from 2.0.1rc1
---
 .../versions/82b7c48c147f_remove_can_read_permission_on_config_.py    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/airflow/migrations/versions/82b7c48c147f_remove_can_read_permission_on_config_.py b/airflow/migrations/versions/82b7c48c147f_remove_can_read_permission_on_config_.py
index 6798d93..5e85ee4 100644
--- a/airflow/migrations/versions/82b7c48c147f_remove_can_read_permission_on_config_.py
+++ b/airflow/migrations/versions/82b7c48c147f_remove_can_read_permission_on_config_.py
@@ -19,7 +19,7 @@
 """Remove can_read permission on config resource for User and Viewer role
 
 Revision ID: 82b7c48c147f
-Revises: 449b4072c2da
+Revises: e959f08ac86c
 Create Date: 2021-02-04 12:45:58.138224
 
 """
@@ -29,7 +29,7 @@ from airflow.www.app import create_app
 
 # revision identifiers, used by Alembic.
 revision = '82b7c48c147f'
-down_revision = '449b4072c2da'
+down_revision = 'e959f08ac86c'
 branch_labels = None
 depends_on = None
 


[airflow] 02/02: Update Changelog for 2.0.1rc2

Posted by ka...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit beb8af5ac6c438c29e2c186145115fb1334a3735
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Thu Feb 4 21:05:19 2021 +0000

    Update Changelog for 2.0.1rc2
---
 CHANGELOG.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index f633426..bc93e57 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,4 +1,4 @@
-Airflow 2.0.1, 2021-02-10
+Airflow 2.0.1, 2021-02-08
 ----------------------------
 
 Bug Fixes
@@ -53,6 +53,7 @@ Bug Fixes
 - Fix broken SLA Mechanism (#14056)
 - Bugfix: Scheduler fails if task is removed at runtime (#14057)
 - Remove permissions to read Configurations for User and Viewer roles (#14067)
+- Fix DB Migration from 2.0.1rc1
 
 Improvements
 """"""""""""