Skip to content

Commit cc12b35

Browse files
committed
[AIRFLOW-XXX] Changelog and version for 1.10.1
1 parent 8b4a303 commit cc12b35

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.txt

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Improvements:
2424
[AIRFLOW-2622] Add "confirm=False" option to SFTPOperator
2525
[AIRFLOW-2662] support affinity & nodeSelector policies for kubernetes executor/operator
2626
[AIRFLOW-2709] Improve error handling in Databricks hook
27+
[AIRFLOW-2723] Update lxml dependancy to >= 4.0.
2728
[AIRFLOW-2763] No precheck mechanism in place during worker initialisation for the connection to metadata database
2829
[AIRFLOW-2789] Add ability to create single node cluster to DataprocClusterCreateOperator
2930
[AIRFLOW-2797] Add ability to create Google Dataproc cluster with custom image
@@ -42,6 +43,7 @@ Improvements:
4243
[AIRFLOW-3025] Allow to specify dns and dns-search parameters for DockerOperator
4344
[AIRFLOW-3067] (www_rbac) Flask flash messages are not displayed properly (no background color)
4445
[AIRFLOW-3069] Decode output of S3 file transform operator
46+
[AIRFLOW-3072] Assign permission get_logs_with_metadata to viewer role
4547
[AIRFLOW-3090] INFO logs are too verbose
4648
[AIRFLOW-3103] Update Flask-Login
4749
[AIRFLOW-3112] Align SFTP hook with SSH hook
@@ -66,6 +68,8 @@ Doc-only changes:
6668
[AIRFLOW-3030] Command Line docs incorrect subdir
6769
[AIRFLOW-2990] Docstrings for Hooks/Operators are in incorrect format
6870
[AIRFLOW-3127] Celery SSL Documentation is out-dated
71+
[AIRFLOW-2779] Add license headers to doc files
72+
[AIRFLOW-2779] Add project version to license
6973

7074
Bug fixes:
7175

airflow/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
# under the License.
1919
#
2020

21-
version = '1.10.1b1'
21+
version = '1.10.1'

0 commit comments

Comments
 (0)