Skip to content

Commit

Permalink
Merge pull request #66 from mackerelio/bump-version-0.4.0
Browse files Browse the repository at this point in the history
Release version 0.4.0
  • Loading branch information
Songmu committed Feb 4, 2016
2 parents 03f7ed4 + 18478dd commit c3b1600
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ deploy:
api_key:
secure: vmMQz+IjJ/LUa9SHAlLKyg4raSqkEBIRzqnjS1LK7ZjtcAROo6Pn0lUcC4qMZ96/VvNMdLyGndCOBXsdE2VBCY5goTI7uIW1oxbLM3qOMNQQldG1bOY34bjkiiDU15WLUsKKPEC2RdgwG1aAAsqcUDAeyRABYVBANSn9jylQnBC2b2mQMYUtVA1O9jl3Qg64Cy6MUUirE/SuKp/cnE3AakcQt54pNVsnM54bIyrbGhqThLj7p7uLJEm58oRWR7TTUSgmk/Rbj4aJSC4k5lzN9iL/Fr5AgnpEQQUg3ishE+5yqSW7f/PRqXC6ZI9p6XS7bhS8N178ImzouIsoKWltblsgUhfvE6ONyMpi1+RG+6Lp3HlpLuq0Pz/efEpcaSDg6lXDIvMBC2sA5pbPok6Yx4tJOSv8adWu9t0yGVJezYaqbN/071K9m3cM4YTQK4L39b2FxQ2ZrUhee8HZy5rDO8iqx2vgM+NXATz2L5Tjjzd4aqfIDX8R3PVImBci7se/wmamDUpOrcfSjrI2dzEQGBzBfIFIhCaCQSuEjpZqBKdcOztkn1uev7a0AAUeZ7my+uQNpAMO7/AapM7LLugmkLM06FgrHKWDPQP/T92MPyvmC04nNraetAVijVYLQnlK5+TdEMvkKHuY5afLp5mEzX+7jTSmjyaUNrbANs8bH/8=
file:
- "/home/travis/rpmbuild/RPMS/noarch/mackerel-check-plugins-0.3.1-1.noarch.rpm"
- "/home/travis/gopath/src/github.com/mackerelio/go-check-plugins/packaging/mackerel-check-plugins_0.3.1-1_all.deb"
- "/home/travis/rpmbuild/RPMS/noarch/mackerel-check-plugins-0.4.0-1.noarch.rpm"
- "/home/travis/gopath/src/github.com/mackerelio/go-check-plugins/packaging/mackerel-check-plugins_0.4.0-1_all.deb"
on:
repo: mackerelio/go-check-plugins
all_branches: true
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.4.0 (2016-02-04)

* Fix duplicated help message #58 (hfm)
* add qmail queue check to check-mailq #59 (tnmt)
* Add check-elasticsearch #62 (naokibtn)
* Add check-redis #63 (naokibtn)
* check-procs: check PPID #64 (hfm)


## 0.3.1 (2016-01-07)

* build with go1.5 #43 (Songmu)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Check Plugins for monitoring written in golang.

Documentation for each plugin is located in its respective sub directory.

* [check-elasticsearch](./check-elasticsearch/README.md)
* [check-file-age](./check-file-age/README.md)
* [check-http](./check-http/README.md)
* [check-load](./check-load/README.md)
Expand All @@ -15,6 +16,7 @@ Documentation for each plugin is located in its respective sub directory.
* [check-ntpoffset](./check-ntpoffset/README.md)
* [check-postgresql](./check-postgresql/README.md)
* [check-procs](./check-procs/README.md)
* [check-redis](./check-redis/README.md)
* [check-tcp](./check-tcp/README.md)

Specification
Expand Down
15 changes: 15 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
mackerel-check-plugins (0.4.0-1) stable; urgency=low

* Fix duplicated help message (by hfm)
<https://github.com/mackerelio/go-check-plugins/pull/58>
* add qmail queue check to check-mailq (by tnmt)
<https://github.com/mackerelio/go-check-plugins/pull/59>
* Add check-elasticsearch (by naokibtn)
<https://github.com/mackerelio/go-check-plugins/pull/62>
* Add check-redis (by naokibtn)
<https://github.com/mackerelio/go-check-plugins/pull/63>
* check-procs: check PPID (by hfm)
<https://github.com/mackerelio/go-check-plugins/pull/64>

-- Songmu <[email protected]> Thu, 04 Feb 2016 11:37:26 +0900

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

* build with go1.5 (by Songmu)
Expand Down
2 changes: 1 addition & 1 deletion packaging/deb/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package=mackerel-check-plugins
override_dh_auto_install:
dh_auto_install
install -d -m 755 debian/tmp/usr/local/bin
for i in file-age http load log mailq ntpoffset postgresql procs tcp mysql;do \
for i in elasticsearch file-age http load log mailq ntpoffset postgresql procs redis tcp mysql;do \
install -m755 debian/check-$$i debian/tmp/usr/local/bin; \
done

Expand Down
11 changes: 9 additions & 2 deletions packaging/rpm/mackerel-check-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%define __targetdir /usr/local/bin

Name: mackerel-check-plugins
Version: 0.3.1
Version: 0.4.0
Release: 1
License: Commercial
Summary: macekrel.io check plugins
Expand All @@ -25,7 +25,7 @@ mackerel.io check plugins

%{__mkdir} -p %{buildroot}%{__targetdir}

for i in file-age http load log mailq ntpoffset postgresql procs tcp mysql;do \
for i in elasticsearch file-age http load log mailq ntpoffset postgresql procs redis tcp mysql;do \
%{__install} -m0755 %{_sourcedir}/build/check-$i %{buildroot}%{__targetdir}/; \
done

Expand All @@ -37,6 +37,13 @@ done
%{__targetdir}

%changelog
* Thu Feb 04 2016 <[email protected]> - 0.4.0
- Fix duplicated help message (by hfm)
- add qmail queue check to check-mailq (by tnmt)
- Add check-elasticsearch (by naokibtn)
- Add check-redis (by naokibtn)
- check-procs: check PPID (by hfm)

* Thu Jan 07 2016 <[email protected]> - 0.3.1
- build with go1.5 (by Songmu)

Expand Down

0 comments on commit c3b1600

Please sign in to comment.