File tree 3 files changed +31
-0
lines changed
3 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.4.0 (2016-02-04)
4
+
5
+ * Fix duplicated help message #58 (hfm)
6
+ * add qmail queue check to check-mailq #59 (tnmt)
7
+ * Add check-elasticsearch #62 (naokibtn)
8
+ * Add check-redis #63 (naokibtn)
9
+ * check-procs: check PPID #64 (hfm)
10
+
11
+
3
12
## 0.3.1 (2016-01-07)
4
13
5
14
* build with go1.5 #43 (Songmu)
Original file line number Diff line number Diff line change
1
+ mackerel-check-plugins (0.4.0-1) stable; urgency=low
2
+
3
+ * Fix duplicated help message (by hfm)
4
+ <https://github.com/mackerelio/go-check-plugins/pull/58>
5
+ * add qmail queue check to check-mailq (by tnmt)
6
+ <https://github.com/mackerelio/go-check-plugins/pull/59>
7
+ * Add check-elasticsearch (by naokibtn)
8
+ <https://github.com/mackerelio/go-check-plugins/pull/62>
9
+ * Add check-redis (by naokibtn)
10
+ <https://github.com/mackerelio/go-check-plugins/pull/63>
11
+ * check-procs: check PPID (by hfm)
12
+ <https://github.com/mackerelio/go-check-plugins/pull/64>
13
+
14
+ -- Songmu <
[email protected] > Thu, 04 Feb 2016 11:37:26 +0900
15
+
1
16
mackerel-check-plugins (0.3.1-1) stable; urgency=low
2
17
3
18
* build with go1.5 (by Songmu)
Original file line number Diff line number Diff line change 37
37
%{__targetdir}
38
38
39
39
%changelog
40
+ *
Thu Feb 04 2016 <[email protected] > - 0.4.0
41
+ - Fix duplicated help message (by hfm)
42
+ - add qmail queue check to check-mailq (by tnmt)
43
+ - Add check-elasticsearch (by naokibtn)
44
+ - Add check-redis (by naokibtn)
45
+ - check-procs: check PPID (by hfm)
46
+
40
47
*
Thu Jan 07 2016 <[email protected] > - 0.3.1
41
48
- build with go1.5 (by Songmu)
42
49
You can’t perform that action at this time.
0 commit comments