Skip to content

Commit

Permalink
update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmu committed Mar 2, 2016
1 parent 72bc780 commit 32e2c7a
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 0.5.0 (2016-03-02)

* add check-solr #46 (supercaracal)
* add check-jmx-jolokia #68 (y-kuno)
* check-memcached #69 (naokibtn)
* Add scheme option to check-elasticsearch #70 (yano3)
* Check file size #72 (hiroakis)
* Add uptime sub command to check-mysql #73 (kazeburo)
* add check-cert-file #74 (kazeburo)
* [tcp] Add --no-check-certificate #75 (kazeburo)
* Fixed slurp. conn.read returns content with EOF #76 (kazeburo)
* Fix check-tcp IPv6 testcase on OSX(?) #77 (hanazuki)
* check-redis: Report critical if master_link_status is down #79 (hanazuki)
* check-redis: Fixed panic #80 (yoheimuta)
* check-procs: Fixed the counting logic with -p #81 (yoheimuta)
* add check-uptime #82 (Songmu)
* add file-size, jmx-jolokia, memcached, solr, uptime into package config #84 (Songmu)


## 0.4.0 (2016-02-04)

* Fix duplicated help message #58 (hfm)
Expand Down
35 changes: 35 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
mackerel-check-plugins (0.5.0-1) stable; urgency=low

* add check-solr (by supercaracal)
<https://github.com/mackerelio/go-check-plugins/pull/46>
* add check-jmx-jolokia (by y-kuno)
<https://github.com/mackerelio/go-check-plugins/pull/68>
* check-memcached (by naokibtn)
<https://github.com/mackerelio/go-check-plugins/pull/69>
* Add scheme option to check-elasticsearch (by yano3)
<https://github.com/mackerelio/go-check-plugins/pull/70>
* Check file size (by hiroakis)
<https://github.com/mackerelio/go-check-plugins/pull/72>
* Add uptime sub command to check-mysql (by kazeburo)
<https://github.com/mackerelio/go-check-plugins/pull/73>
* add check-cert-file (by kazeburo)
<https://github.com/mackerelio/go-check-plugins/pull/74>
* [tcp] Add --no-check-certificate (by kazeburo)
<https://github.com/mackerelio/go-check-plugins/pull/75>
* Fixed slurp. conn.read returns content with EOF (by kazeburo)
<https://github.com/mackerelio/go-check-plugins/pull/76>
* Fix check-tcp IPv6 testcase on OSX(?) (by hanazuki)
<https://github.com/mackerelio/go-check-plugins/pull/77>
* check-redis: Report critical if master_link_status is down (by hanazuki)
<https://github.com/mackerelio/go-check-plugins/pull/79>
* check-redis: Fixed panic (by yoheimuta)
<https://github.com/mackerelio/go-check-plugins/pull/80>
* check-procs: Fixed the counting logic with -p (by yoheimuta)
<https://github.com/mackerelio/go-check-plugins/pull/81>
* add check-uptime (by Songmu)
<https://github.com/mackerelio/go-check-plugins/pull/82>
* add file-size, jmx-jolokia, memcached, solr, uptime into package config (by Songmu)
<https://github.com/mackerelio/go-check-plugins/pull/84>

-- Songmu <y.songmu@gmail.com> Wed, 02 Mar 2016 15:32:48 +0900

mackerel-check-plugins (0.4.0-1) stable; urgency=low

* Fix duplicated help message (by hfm)
Expand Down
17 changes: 17 additions & 0 deletions packaging/rpm/mackerel-check-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,23 @@ done
%{__targetdir}

%changelog
* Wed Mar 02 2016 <y.songmu@gmail.com> - 0.5.0
- add check-solr (by supercaracal)
- add check-jmx-jolokia (by y-kuno)
- check-memcached (by naokibtn)
- Add scheme option to check-elasticsearch (by yano3)
- Check file size (by hiroakis)
- Add uptime sub command to check-mysql (by kazeburo)
- add check-cert-file (by kazeburo)
- [tcp] Add --no-check-certificate (by kazeburo)
- Fixed slurp. conn.read returns content with EOF (by kazeburo)
- Fix check-tcp IPv6 testcase on OSX(?) (by hanazuki)
- check-redis: Report critical if master_link_status is down (by hanazuki)
- check-redis: Fixed panic (by yoheimuta)
- check-procs: Fixed the counting logic with -p (by yoheimuta)
- add check-uptime (by Songmu)
- add file-size, jmx-jolokia, memcached, solr, uptime into package config (by Songmu)

* Thu Feb 04 2016 <y.songmu@gmail.com> - 0.4.0
- Fix duplicated help message (by hfm)
- add qmail queue check to check-mailq (by tnmt)
Expand Down

0 comments on commit 32e2c7a

Please sign in to comment.