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/03/12 17:51:04 UTC

[airflow] 02/02: Add Changelog & Updating.md for 1.10.15

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

commit 9e12a61f7f30468bc22ef16fdd783bd4851dc23a
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Fri Mar 12 16:55:42 2021 +0000

    Add Changelog & Updating.md for 1.10.15
---
 CHANGELOG.txt | 39 +++++++++++++++++++++++++++++++++++++++
 UPDATING.md   |  6 ++++++
 2 files changed, 45 insertions(+)

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 23400a1..50817d0 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,42 @@
+Airflow 1.10.15, 2021-03-16
+----------------------------
+
+Bug Fixes
+"""""""""
+
+- Fix ``airflow db upgrade`` to upgrade db as intended (#13267)
+- Moved boto3 limitation to snowflake (#13286)
+- ``KubernetesExecutor`` should accept images from ``executor_config`` (#13074)
+- Scheduler should acknowledge active runs properly (#13803)
+- Bugfix: Unable to import Airflow plugins on Python 3.8 (#12859)
+- Include ``airflow/contrib/executors`` in the dist package
+- Pin Click version for Python 2.7 users
+- Ensure all statsd timers use millisecond values. (#10633)
+- [``kubernetes_generate_dag_yaml``] - Fix dag yaml generate function (#13816)
+- Fix `airflow tasks clear` cli command wirh `--yes` (#14188)
+- Fix permission error on non-POSIX filesystem (#13121) (#14383)
+- Fixed deprecation message for "variables" command (#14457)
+- BugFix: fix the ``delete_dag`` function of json_client (#14441)
+- Fix merging of secrets and configmaps for ``KubernetesExecutor`` (#14090)
+- Fix webserver exiting when gunicorn master crashes (#13470)
+- Bump ini from 1.3.5 to 1.3.8 in ``airflow/www_rbac``
+- Bump datatables.net from 1.10.21 to 1.10.23 in ``airflow/www_rbac``
+- Webserver: Sanitize string passed to origin param (#14738)
+- Make ``rbac_app``'s ``db.session`` use the same timezone with ``@provide_session`` (#14025)
+
+Improvements
+""""""""""""
+
+- Adds airflow as viable docker command in official image (#12878)
+- ``StreamLogWriter``: Provide (no-op) close method (#10885)
+- Add 'airflow variables list' command for 1.10.x transition version (#14462)
+
+Doc only changes
+""""""""""""""""
+
+- Update URL for Airflow docs (#13561)
+- Clarifies version args for installing 1.10 in Docker (#12875)
+
 Airflow 1.10.14, 2020-12-10
 ----------------------------
 
diff --git a/UPDATING.md b/UPDATING.md
index 4ad226a..78a3f0b 100644
--- a/UPDATING.md
+++ b/UPDATING.md
@@ -25,6 +25,7 @@ assists users migrating to a new version.
 <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
 **Table of contents**
 
+- [Airflow 1.10.15](#airflow-11015)
 - [Airflow 1.10.14](#airflow-11014)
 - [Airflow 1.10.13](#airflow-11013)
 - [Airflow 1.10.12](#airflow-11012)
@@ -62,6 +63,11 @@ More tips can be found in the guide:
 https://developers.google.com/style/inclusive-documentation
 
 -->
+
+## Airflow 1.10.15
+
+No breaking changes.
+
 ## Airflow 1.10.14
 
 ### `[scheduler] max_threads` config has been renamed to `[scheduler] parsing_processes`