-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
56 lines (37 loc) · 1.39 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
## Changelog
## v0.2.6
- Bugfix: API Authentication
## v0.2.5
- Change: Optimise framework suppress.
## v0.2.4
- FIX: Attibutes handling.
## v0.2.3
- Update: Mesos Attribute handling.
- Update: Airflow configuration parameter to the new version.
- Change: Set airflow task to state None if the Mesos state is in "TASK_LOST".
## v0.2.2
- Fix: wrong task id output in airflow logs.
- Add: support for mesos attributes to run tasks only on mesos agents with these tag.
- Change: increase mesos reconnection.
## v0.2.1
- Add: Non SSL support for mesos.
- Add: Decline all outstanding offers if there are no tasks in queue
- Fix: "object has no attribute execution_date"
- API Add: Add api call to get out all queued tasks
- Add: Prometheus metrics for airflow_queue_gauge and airflow_mesos_queue_gauge
- Fix: ISSUE-4
- Add: decline RefuseSeconds to give other frameworks the chance to get offers
## v0.1.4
- Add: execute_config support.
## v0.1.2
- Add: Documentation
- Change it to support python >= 3.6
- Update requirement in the setup.py
- Add: Suppress mesos framework offers if there are no tasks in the queue
- Add: support of custom docker environment (more details in the readme.md)
- Change: Mesos task name would be generated by Airflow dag_id, task_id and execution_date
## v0.1.1
- Add Mesos Executor
- Make container type configurable and add TTY for UCR container
## v0.1.0:
Creation