Skip to content

Commit

Permalink
Merge pull request #112 from mackerelio/bump-version-0.6.1
Browse files Browse the repository at this point in the history
Release version 0.6.1
  • Loading branch information
stanaka committed May 13, 2016
2 parents 2b1f98c + b2c724b commit a383621
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.6.1 (2016-05-13)

* no panic check-masterha when not found the targets, and refactoring #108 (karupanerura)


## 0.6.0 (2016-05-10)

* supported gearman ascii protocol for check-tcp #89 (karupanerura)
Expand Down
7 changes: 7 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
mackerel-check-plugins (0.6.1-1) stable; urgency=low

* no panic check-masterha when not found the targets, and refactoring (by karupanerura)
<https://github.com/mackerelio/go-check-plugins/pull/108>

-- mackerel <mackerel-developers@hatena.ne.jp> Fri, 13 May 2016 07:53:48 +0000

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

* supported gearman ascii protocol for check-tcp (by karupanerura)
Expand Down
5 changes: 4 additions & 1 deletion packaging/rpm/mackerel-check-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ for i in `cat %{_sourcedir}/packaging/config.json | jq -r '.plugins[]'`; do \
%{__install} -m0755 %{_sourcedir}/build/check-$i %{buildroot}%{__targetdir}/; \
done

# put symlinks to /usr/local/bin for backward compatibility of following plugins
# put symlinks to /usr/local/bin for backward compatibility of following plugins
%{__install} -d -m755 %{buildroot}%{__oldtargetdir}
for i in elasticsearch file-age file-size http jmx-jolokia load log mailq memcached mysql ntpoffset postgresql procs redis solr tcp uptime; do
ln -s ../../bin/check-$i %{buildroot}%{__oldtargetdir}/check-$i; \
Expand All @@ -45,6 +45,9 @@ done
%{__oldtargetdir}/*

%changelog
* Fri May 13 2016 <mackerel-developers@hatena.ne.jp> - 0.6.1-1
- no panic check-masterha when not found the targets, and refactoring (by karupanerura)

* Tue May 10 2016 <mackerel-developers@hatena.ne.jp> - 0.6.0-1
- supported gearman ascii protocol for check-tcp (by karupanerura)
- added check-masterha command to check masterha status (by karupanerura)
Expand Down

0 comments on commit a383621

Please sign in to comment.