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
commit 6416d898060706787861ff8ecbc4363152a35f45 Author: Kaxil Naik <[email protected]> AuthorDate: Sat Aug 22 19:25:10 2020 +0100 Update Changelog for 1.10.12rc4 --- CHANGELOG.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6ccb089..3164ec2 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,4 @@ -Airflow 1.10.12, 2020-08-23 +Airflow 1.10.12, 2020-08-25 ---------------------------- New Features @@ -35,6 +35,7 @@ Bug Fixes - 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) +- Fix broken Kubernetes PodRuntimeInfoEnv (#10478) Improvements """"""""""""
