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 2020/08/19 23:41:32 UTC

[airflow] branch v1-10-stable updated: Update Changelog for 1.10.12rc3

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

kaxilnaik 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 b12333d  Update Changelog for 1.10.12rc3
b12333d is described below

commit b12333d451aefdecc702b8e828514f93f482aee8
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Thu Aug 20 00:30:10 2020 +0100

    Update Changelog for 1.10.12rc3
---
 CHANGELOG.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 02d97c2..6ccb089 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,4 +1,4 @@
-Airflow 1.10.12, 2020-08-18
+Airflow 1.10.12, 2020-08-23
 ----------------------------
 
 New Features
@@ -33,6 +33,8 @@ Bug Fixes
 - Fix is_terminal_support_colors function (#9734)
 - Fix PythonVirtualenvOperator when using ``provide_context=True`` (#8256)
 - Fix issue with mounting volumes from secrets (#10366)
+- BugFix: K8s Executor Multinamespace mode is evaluated to true by default (#10410)
+- Make KubernetesExecutor recognize kubernetes_labels (#10412)
 
 Improvements
 """"""""""""