Add 1.10.13 to CI, Breeze and Docs#12652
Conversation
|
The PR needs to run all tests because it modifies core of Airflow! Please rebase it to latest master or ask committer to re-run it! |
| ```bash | ||
| pip install apache-airflow==1.10.12 \ | ||
| --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-1.10.12/constraints-3.7.txt" | ||
| pip install apache-airflow==1.10.13 \ |
There was a problem hiding this comment.
shall line 117 in README to be updated as well? Similar to the change done in docs/installation.rst
There was a problem hiding this comment.
In addition, in docs/production-deployment.rst, there are three sample Dockerfiles are using FROM apache/airflow:1.10.12. Should they be updated as well?
There was a problem hiding this comment.
On phone so not adding comments at the exact code lines. Sorry for that
There was a problem hiding this comment.
L117 says that the change was introduced in 1.10.12 :) hence I have not changed that.
Updated the dockerfiles in docs/production-deployment.rst to use 1.10.13 in e6db852
|
The Workflow run is cancelling this PR. Building images for the PR has failed. Follow the the workflow link to check the reason. |
(cherry picked from commit 9a74ee5)
(cherry picked from commit 9a74ee5)
(cherry picked from commit 9a74ee5)
(cherry picked from commit 9a74ee5)
This commit will allow users to install Airflow 1.10.13 via Breeze. Also updates docs
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code change, Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in UPDATING.md.