Skip to content

Commit

Permalink
Constraint kubernetes Python Client library (#190)
Browse files Browse the repository at this point in the history
apache/airflow#11974 -- The new version of Kubernetes raises error when it was not raising an error previously
  • Loading branch information
kaxil authored Dec 21, 2020
1 parent 364f69a commit d38b62d
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 1.10.10/alpine3.10/include/pip-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ pandas-gbq<=0.13.2

# 20.0 breaks with snowflake-connector-python installed in Alpine images
pyOpenSSL<20.0

# https://github.com/apache/airflow/pull/11974
kubernetes<12.0
3 changes: 3 additions & 0 deletions 1.10.10/buster/include/pip-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ flask-appbuilder<2.3.3

# Details: https://github.com/apache/airflow/pull/8833
azure-storage<0.37.0

# https://github.com/apache/airflow/pull/11974
kubernetes<12.0
3 changes: 3 additions & 0 deletions 1.10.12/alpine3.10/include/pip-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ pandas-gbq<=0.13.2

# 20.0 breaks with snowflake-connector-python installed in Alpine images
pyOpenSSL<20.0

# https://github.com/apache/airflow/pull/11974
kubernetes<12.0
3 changes: 3 additions & 0 deletions 1.10.12/buster/include/pip-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ redis!=3.4.0

# Details: https://github.com/apache/airflow/pull/8833
azure-storage<0.37.0

# https://github.com/apache/airflow/pull/11974
kubernetes<12.0
3 changes: 3 additions & 0 deletions 1.10.5/alpine3.10/include/pip-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ pandas-gbq<=0.13.2

# 20.0 breaks with snowflake-connector-python installed in Alpine images
pyOpenSSL<20.0

# https://github.com/apache/airflow/pull/11974
kubernetes<12.0
3 changes: 3 additions & 0 deletions 1.10.5/buster/include/pip-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ flask-appbuilder<2.3.3

# Details: https://github.com/apache/airflow/pull/8833
azure-storage<0.37.0

# https://github.com/apache/airflow/pull/11974
kubernetes<12.0
3 changes: 3 additions & 0 deletions 1.10.7/alpine3.10/include/pip-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ pandas-gbq<=0.13.2

# 20.0 breaks with snowflake-connector-python installed in Alpine images
pyOpenSSL<20.0

# https://github.com/apache/airflow/pull/11974
kubernetes<12.0
3 changes: 3 additions & 0 deletions 1.10.7/buster/include/pip-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ flask-appbuilder<2.3.3

# Details: https://github.com/apache/airflow/pull/8833
azure-storage<0.37.0

# https://github.com/apache/airflow/pull/11974
kubernetes<12.0

0 comments on commit d38b62d

Please sign in to comment.