Skip to content

Commit 3560fa4

Browse files
committed
Merge pull request #56 from mackerelio/bump-version-0.3.0
Release version 0.3.0
2 parents 968a73f + d4b3930 commit 3560fa4

File tree

6 files changed

+42
-5
lines changed

6 files changed

+42
-5
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ deploy:
2727
api_key:
2828
secure: vmMQz+IjJ/LUa9SHAlLKyg4raSqkEBIRzqnjS1LK7ZjtcAROo6Pn0lUcC4qMZ96/VvNMdLyGndCOBXsdE2VBCY5goTI7uIW1oxbLM3qOMNQQldG1bOY34bjkiiDU15WLUsKKPEC2RdgwG1aAAsqcUDAeyRABYVBANSn9jylQnBC2b2mQMYUtVA1O9jl3Qg64Cy6MUUirE/SuKp/cnE3AakcQt54pNVsnM54bIyrbGhqThLj7p7uLJEm58oRWR7TTUSgmk/Rbj4aJSC4k5lzN9iL/Fr5AgnpEQQUg3ishE+5yqSW7f/PRqXC6ZI9p6XS7bhS8N178ImzouIsoKWltblsgUhfvE6ONyMpi1+RG+6Lp3HlpLuq0Pz/efEpcaSDg6lXDIvMBC2sA5pbPok6Yx4tJOSv8adWu9t0yGVJezYaqbN/071K9m3cM4YTQK4L39b2FxQ2ZrUhee8HZy5rDO8iqx2vgM+NXATz2L5Tjjzd4aqfIDX8R3PVImBci7se/wmamDUpOrcfSjrI2dzEQGBzBfIFIhCaCQSuEjpZqBKdcOztkn1uev7a0AAUeZ7my+uQNpAMO7/AapM7LLugmkLM06FgrHKWDPQP/T92MPyvmC04nNraetAVijVYLQnlK5+TdEMvkKHuY5afLp5mEzX+7jTSmjyaUNrbANs8bH/8=
2929
file:
30-
- "/home/travis/rpmbuild/RPMS/noarch/mackerel-check-plugins-0.2.2-1.noarch.rpm"
31-
- "/home/travis/gopath/src/github.com/mackerelio/go-check-plugins/packaging/mackerel-check-plugins_0.2.2-1_all.deb"
30+
- "/home/travis/rpmbuild/RPMS/noarch/mackerel-check-plugins-0.3.0-1.noarch.rpm"
31+
- "/home/travis/gopath/src/github.com/mackerelio/go-check-plugins/packaging/mackerel-check-plugins_0.3.0-1_all.deb"
3232
on:
3333
repo: mackerelio/go-check-plugins
3434
all_branches: true

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 0.3.0 (2016-01-06)
4+
5+
* add check-postgresql #47 (supercaracal)
6+
* [check-ntpoffset] work on ntp 4.2.2 #50 (naokibtn)
7+
* check-file-age: show time in message #51 (naokibtn)
8+
* add --no-check-certificate options to check_http #52 (cl-lab-k)
9+
* add check-mailq, currently only available for postfix. #54 (tnmt)
10+
* add check-mailq and check-postgresql into package #55 (Songmu)
11+
12+
313
## 0.2.2 (2015-12-08)
414

515
* A plugin to check ntpoffset #38 (hiroakis)

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ Documentation for each plugin is located in its respective sub directory.
1010
* [check-http](./check-http/README.md)
1111
* [check-load](./check-load/README.md)
1212
* [check-log](./check-log/README.md)
13+
* [check-mailq](./check-mailq/README.md)
1314
* [check-mysql](./check-mysql/README.md)
1415
* [check-ntpoffset](./check-ntpoffset/README.md)
16+
* [check-postgresql](./check-postgresql/README.md)
1517
* [check-procs](./check-procs/README.md)
1618
* [check-tcp](./check-tcp/README.md)
1719

packaging/deb/debian/changelog

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
mackerel-check-plugins (0.3.0-1) stable; urgency=low
2+
3+
* add check-postgresql (by supercaracal)
4+
<https://github.com/mackerelio/go-check-plugins/pull/47>
5+
* [check-ntpoffset] work on ntp 4.2.2 (by naokibtn)
6+
<https://github.com/mackerelio/go-check-plugins/pull/50>
7+
* check-file-age: show time in message (by naokibtn)
8+
<https://github.com/mackerelio/go-check-plugins/pull/51>
9+
* add --no-check-certificate options to check_http (by cl-lab-k)
10+
<https://github.com/mackerelio/go-check-plugins/pull/52>
11+
* add check-mailq, currently only available for postfix. (by tnmt)
12+
<https://github.com/mackerelio/go-check-plugins/pull/54>
13+
* add check-mailq and check-postgresql into package (by Songmu)
14+
<https://github.com/mackerelio/go-check-plugins/pull/55>
15+
16+
-- Songmu <[email protected]> Wed, 06 Jan 2016 20:36:21 +0900
17+
118
mackerel-check-plugins (0.2.2-1) stable; urgency=low
219

320
* A plugin to check ntpoffset (by hiroakis)

packaging/deb/debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package=mackerel-check-plugins
88
override_dh_auto_install:
99
dh_auto_install
1010
install -d -m 755 debian/tmp/usr/local/bin
11-
for i in file-age http load log ntpoffset procs tcp mysql;do \
11+
for i in file-age http load log mailq ntpoffset postgresql procs tcp mysql;do \
1212
install -m755 debian/check-$$i debian/tmp/usr/local/bin; \
1313
done
1414

packaging/rpm/mackerel-check-plugins.spec

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%define __targetdir /usr/local/bin
44

55
Name: mackerel-check-plugins
6-
Version: 0.2.2
6+
Version: 0.3.0
77
Release: 1
88
License: Commercial
99
Summary: macekrel.io check plugins
@@ -25,7 +25,7 @@ mackerel.io check plugins
2525

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

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

@@ -37,6 +37,14 @@ done
3737
%{__targetdir}
3838

3939
%changelog
40+
* Wed Jan 06 2016 <[email protected]> - 0.3.0
41+
- add check-postgresql (by supercaracal)
42+
- [check-ntpoffset] work on ntp 4.2.2 (by naokibtn)
43+
- check-file-age: show time in message (by naokibtn)
44+
- add --no-check-certificate options to check_http (by cl-lab-k)
45+
- add check-mailq, currently only available for postfix. (by tnmt)
46+
- add check-mailq and check-postgresql into package (by Songmu)
47+
4048
* Tue Dec 08 2015 <[email protected]> - 0.2.2
4149
- A plugin to check ntpoffset (by hiroakis)
4250
- Check tcp unix domain socket (by tkuchiki)

0 commit comments

Comments
 (0)