
Updates the image building to Airflow 1.10, including necessary configuration changes and a general update of dependencies. Airflow 1.10 includes many enhancements and bugfixes since 1.9 [0] This change introduces many "unused" configuration parameters to satsify Airflow's expectations[1]. An ugly, but likely harmless change to the log output with interleaved newline characters from Airflow steps[2]. Changes to the chart and other dependendencies have also been introduced to match this update. [0] https://github.com/apache/incubator-airflow/blob/master/CHANGELOG.txt [1] https://issues.apache.org/jira/browse/AIRFLOW-3099 [2] https://issues.apache.org/jira/browse/AIRFLOW-1917 Change-Id: I179dcf1f0369650b8c4519f704abb7fb495f4248
25 lines
782 B
Plaintext
25 lines
782 B
Plaintext
# Copyright 2017 AT&T Intellectual Property. All other rights reserved.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
# CLI/Client requirements
|
|
|
|
arrow==0.12.1
|
|
click==6.7
|
|
click-default-group==1.2
|
|
keystoneauth1==3.11.0
|
|
requests==2.19.1
|
|
setuptools==40.4.1
|
|
PTable==0.9.2
|
|
pyyaml==3.13
|