Skip to content

Commit 18478dd

Browse files
committed
update changelogs
1 parent 440e078 commit 18478dd

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

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+
312
## 0.3.1 (2016-01-07)
413

514
* build with go1.5 #43 (Songmu)

packaging/deb/debian/changelog

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
116
mackerel-check-plugins (0.3.1-1) stable; urgency=low
217

318
* build with go1.5 (by Songmu)

packaging/rpm/mackerel-check-plugins.spec

+7
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ done
3737
%{__targetdir}
3838

3939
%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+
4047
* Thu Jan 07 2016 <[email protected]> - 0.3.1
4148
- build with go1.5 (by Songmu)
4249

0 commit comments

Comments
 (0)