Skip to content

Commit

Permalink
[EWT-499] Airflow Upgrade to 1.10.12 [CP] from 1.10.4+twtr : bac4acd
Browse files Browse the repository at this point in the history
Cherry-Pick contains :[TWTR][EWT-472] Add lifecycle support while launching worker pods (twitter-forks#59)
  • Loading branch information
msumit authored and Ayush Sethi committed Nov 9, 2020
1 parent 2da4575 commit 335f2c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions airflow/contrib/kubernetes/pod.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def __init__(
self.pod_runtime_info_envs = pod_runtime_info_envs or []
self.dnspolicy = dnspolicy
self.priority_class = priority_class
self.lifecycle = lifecycle or {}


def to_v1_kubernetes_pod(self):
Expand Down
1 change: 0 additions & 1 deletion airflow/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@

version = '1.10.12'


0 comments on commit 335f2c7

Please sign in to comment.