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.
discard e6f030c Add Changelog for 2.0.1
discard e665f45 Use 2.0.1 in Docs
add 14c1567 Correctly capture debug logs in plugin tests. (#14058)
add 51cd910 Bugfix: Scheduler fails if task is removed at runtime (#14057)
add 5e35926 Remove permissions to read Configurations for User and Viewer
roles (#14067)
add 2ddface Use 2.0.1 in Docs
add 38083fc Add Changelog for 2.0.1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (e6f030c)
\
N -- N -- N refs/heads/v2-0-test (38083fc)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
CHANGELOG.txt | 2 +
UPDATING.md | 11 ++++
...8c147f_remove_can_read_permission_on_config_.py | 64 ++++++++++++++++++++++
airflow/models/dagrun.py | 11 +++-
airflow/www/security.py | 2 +-
docs/apache-airflow/security/access-control.rst | 2 +-
tests/plugins/test_plugins_manager.py | 2 +-
tests/www/test_security.py | 17 +++++-
8 files changed, 105 insertions(+), 6 deletions(-)
create mode 100644
airflow/migrations/versions/82b7c48c147f_remove_can_read_permission_on_config_.py