File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.8.0 (2020/04/06)
4
+
5
+ * Switch to kong command-line parser
6
+ * Go 1.13
7
+ * Docker client v19.03.8
8
+ * Use Open Container Specification labels as label-schema.org ones are deprecated
9
+ * Update libs
10
+
3
11
## 1.7.1 (2019/11/11)
4
12
5
13
* Update libs
12
20
13
21
## 1.6.0 (2019/10/13)
14
22
15
- * Allow to set more replicas (Issue #16 )
23
+ * Allow to set more replicas (#16 )
16
24
* Docker client v19.03.3
17
25
* Update libs
18
26
37
45
38
46
## 1.3.0-beta.1 (2019/07/18)
39
47
40
- * Add support for global mode (Issue #7 )
48
+ * Add support for global mode (#7 )
41
49
* Use v3 robfig/cron
42
50
* Docker client v18.09.7
43
51
44
52
## 1.2.1 (2019/05/30)
45
53
46
- * Fix nil pointer (Issue #7 )
54
+ * Fix nil pointer (#7 )
47
55
48
56
## 1.2.0 (2019/05/01)
49
57
50
- * Skip completed tasks while checking status (Issue #4 )
58
+ * Skip completed tasks while checking status (#4 )
51
59
* Update Docker client and some libs
52
60
* Go 1.12.4
53
61
68
76
69
77
## 0.2.0 (2019/01/22)
70
78
71
- * Add support for Docker API [ 1.38] ( https://docs.docker.com/engine/api/v1.38/ ) (Issue #3 )
79
+ * Add support for Docker API [ 1.38] ( https://docs.docker.com/engine/api/v1.38/ ) (#3 )
72
80
* ldflags -X not properly applied
73
81
74
82
## 0.1.2 (2019/01/14)
75
83
76
- * Fix non-cronjob services added to cronjob list (Issue #2 )
84
+ * Fix non-cronjob services added to cronjob list (#2 )
77
85
* Handle removed services
78
86
* NPE while checking service
79
87
You can’t perform that action at this time.
0 commit comments