Skip to content

Commit

Permalink
Merge pull request #282 from mackerelio/bump-version-0.29.0
Browse files Browse the repository at this point in the history
Release version 0.29.0
  • Loading branch information
lufia committed Mar 27, 2019
2 parents ddd2737 + 1c47650 commit 8542614
Show file tree
Hide file tree
Showing 11 changed files with 53 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.29.0 (2019-03-27)

* Add check-ping #280 (a-know)
* [ntservice] Enable to specify service name to exclude from match #279 (a-know)
* Add NTP stratum check to check-ntpoffset #278 (susisu)
* [check-http] add --proxy option #277 (astj)


## 0.28.0 (2019-02-13)

* Improve READMEs #274 (a-know)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.28.0
VERSION = 0.29.0
CURRENT_REVISION = $(shell git rev-parse --short HEAD)
ifeq ($(OS),Windows_NT)
GOPATH_ROOT:=$(shell cygpath ${GOPATH})
Expand Down
2 changes: 1 addition & 1 deletion mackerel-check.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func run(args []string) int {
return exitOK
}

const version = "0.28.0"
const version = "0.29.0"

var gitcommit string

Expand Down
13 changes: 13 additions & 0 deletions packaging/deb-v2/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
mackerel-check-plugins (0.29.0-1.v2) stable; urgency=low

* Add check-ping (by a-know)
<https://github.com/mackerelio/go-check-plugins/pull/280>
* [ntservice] Enable to specify service name to exclude from match (by a-know)
<https://github.com/mackerelio/go-check-plugins/pull/279>
* Add NTP stratum check to check-ntpoffset (by susisu)
<https://github.com/mackerelio/go-check-plugins/pull/278>
* [check-http] add --proxy option (by astj)
<https://github.com/mackerelio/go-check-plugins/pull/277>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 27 Mar 2019 06:46:41 +0000

mackerel-check-plugins (0.28.0-1.v2) stable; urgency=low

* Improve READMEs (by a-know)
Expand Down
2 changes: 1 addition & 1 deletion packaging/deb-v2/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ override_dh_auto_install:
dh_auto_install
install -d -m 755 debian/${package}/usr/bin
install -m 755 debian/mackerel-check debian/${package}/usr/bin
for i in aws-cloudwatch-logs aws-sqs-queue-size cert-file disk elasticsearch file-age file-size http jmx-jolokia ldap load log mailq masterha memcached mysql ntpoffset postgresql procs redis smtp solr ssh ssl-cert tcp uptime; do \
for i in aws-cloudwatch-logs aws-sqs-queue-size cert-file disk elasticsearch file-age file-size http jmx-jolokia ldap load log mailq masterha memcached mysql ntpoffset ping postgresql procs redis smtp solr ssh ssl-cert tcp uptime; do \
ln -s ./mackerel-check debian/${package}/usr/bin/check-$$i; \
done
13 changes: 13 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
mackerel-check-plugins (0.29.0-1) stable; urgency=low

* Add check-ping (by a-know)
<https://github.com/mackerelio/go-check-plugins/pull/280>
* [ntservice] Enable to specify service name to exclude from match (by a-know)
<https://github.com/mackerelio/go-check-plugins/pull/279>
* Add NTP stratum check to check-ntpoffset (by susisu)
<https://github.com/mackerelio/go-check-plugins/pull/278>
* [check-http] add --proxy option (by astj)
<https://github.com/mackerelio/go-check-plugins/pull/277>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 27 Mar 2019 06:46:41 +0000

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

* Improve READMEs (by a-know)
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/${package}/usr/bin
for i in aws-cloudwatch-logs aws-sqs-queue-size cert-file disk elasticsearch file-age file-size http jmx-jolokia ldap load log mailq masterha memcached mysql ntpoffset postgresql procs redis smtp solr ssh ssl-cert tcp uptime; do \
for i in aws-cloudwatch-logs aws-sqs-queue-size cert-file disk elasticsearch file-age file-size http jmx-jolokia ldap load log mailq masterha memcached mysql ntpoffset ping postgresql procs redis smtp solr ssh ssl-cert tcp uptime; do \
install -m755 debian/check-$$i debian/${package}/usr/bin; \
done
install -d -m 755 debian/${package}/usr/local/bin
Expand Down
1 change: 1 addition & 0 deletions packaging/deb/debian/source/include-binaries
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ debian/check-masterha
debian/check-memcached
debian/check-mysql
debian/check-ntpoffset
debian/check-ping
debian/check-postgresql
debian/check-procs
debian/check-redis
Expand Down
8 changes: 7 additions & 1 deletion packaging/rpm/mackerel-check-plugins-v2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mackerel.io check plugins

%{__install} -m0755 %{_sourcedir}/build/mackerel-check %{buildroot}%{__targetdir}/

for i in aws-cloudwatch-logs aws-sqs-queue-size cert-file disk elasticsearch file-age file-size http jmx-jolokia ldap load log mailq masterha memcached mysql ntpoffset postgresql procs redis smtp solr ssh ssl-cert tcp uptime; do \
for i in aws-cloudwatch-logs aws-sqs-queue-size cert-file disk elasticsearch file-age file-size http jmx-jolokia ldap load log mailq masterha memcached mysql ntpoffset ping postgresql procs redis smtp solr ssh ssl-cert tcp uptime; do \
ln -s ./mackerel-check %{buildroot}%{__targetdir}/check-$i; \
done

Expand All @@ -37,6 +37,12 @@ done
%{__targetdir}/*

%changelog
* Wed Mar 27 2019 <mackerel-developers@hatena.ne.jp> - 0.29.0
- Add check-ping (by a-know)
- [ntservice] Enable to specify service name to exclude from match (by a-know)
- Add NTP stratum check to check-ntpoffset (by susisu)
- [check-http] add --proxy option (by astj)

* Wed Feb 13 2019 <mackerel-developers@hatena.ne.jp> - 0.28.0
- Improve READMEs (by a-know)
- added support for netbsd on check-load (by paulbsd)
Expand Down
8 changes: 7 additions & 1 deletion packaging/rpm/mackerel-check-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ mackerel.io check plugins

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

for i in aws-cloudwatch-logs aws-sqs-queue-size cert-file disk elasticsearch file-age file-size http jmx-jolokia ldap load log mailq masterha memcached mysql ntpoffset postgresql procs redis smtp solr ssh ssl-cert tcp uptime; do \
for i in aws-cloudwatch-logs aws-sqs-queue-size cert-file disk elasticsearch file-age file-size http jmx-jolokia ldap load log mailq masterha memcached mysql ntpoffset ping postgresql procs redis smtp solr ssh ssl-cert tcp uptime; do \
%{__install} -m0755 %{_sourcedir}/build/check-$i %{buildroot}%{__targetdir}/; \
done

Expand All @@ -46,6 +46,12 @@ done
%{__oldtargetdir}/*

%changelog
* Wed Mar 27 2019 <mackerel-developers@hatena.ne.jp> - 0.29.0
- Add check-ping (by a-know)
- [ntservice] Enable to specify service name to exclude from match (by a-know)
- Add NTP stratum check to check-ntpoffset (by susisu)
- [check-http] add --proxy option (by astj)

* Wed Feb 13 2019 <mackerel-developers@hatena.ne.jp> - 0.28.0
- Improve READMEs (by a-know)
- added support for netbsd on check-load (by paulbsd)
Expand Down

0 comments on commit 8542614

Please sign in to comment.