-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #77 from mackerelio/bump-version-0.8.0
Release version 0.8.0
- Loading branch information
Showing
5 changed files
with
28 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
mackerel-agent-plugins (0.8.0-1) stable; urgency=low | ||
|
||
* mackerel-plugin-xentop (by taketo957) | ||
<https://github.com/mackerelio/mackerel-agent-plugins/pull/71> | ||
* Add Metrics for MySQL InnoDB (by koemu) | ||
<https://github.com/mackerelio/mackerel-agent-plugins/pull/72> | ||
* apache2: Add a 'header' parameter to cli flags (by pandax381) | ||
<https://github.com/mackerelio/mackerel-agent-plugins/pull/74> | ||
* Fix linux users, disk time metrics (by koemu) | ||
<https://github.com/mackerelio/mackerel-agent-plugins/pull/75> | ||
* Add README for mackerel-plugin-xentop (by y-uuki) | ||
<https://github.com/mackerelio/mackerel-agent-plugins/pull/76> | ||
|
||
-- Songmu <[email protected]> Thu, 02 Apr 2015 18:47:09 +0900 | ||
|
||
mackerel-agent-plugins (0.7.0-1) stable; urgency=low | ||
|
||
* A plugin for PHP OPcache (by yucchiy) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
Summary: Monitoring program plugins for Mackerel | ||
Name: mackerel-agent-plugins | ||
Version: 0.7.0 | ||
Version: 0.8.0 | ||
Release: %{revision} | ||
License: Apache-2 | ||
Group: Applications/System | ||
|
@@ -30,7 +30,7 @@ This package provides plugins for Mackerel. | |
|
||
%{__mkdir} -p %{buildroot}%{__targetdir} | ||
|
||
for i in apache2 aws-ec2-cpucredit aws-elasticache aws-elb aws-rds aws-ses elasticsearch haproxy jvm linux memcached mongodb munin mysql nginx php-apc php-opcache plack postgres redis snmp squid varnish;do \ | ||
for i in apache2 aws-ec2-cpucredit aws-elasticache aws-elb aws-rds aws-ses elasticsearch haproxy jvm linux memcached mongodb munin mysql nginx php-apc php-opcache plack postgres redis snmp squid varnish xentop;do \ | ||
%{__install} -m0755 %{_sourcedir}/build/mackerel-plugin-$i %{buildroot}%{__targetdir}/; \ | ||
done | ||
|
||
|
@@ -42,6 +42,13 @@ done | |
%{__targetdir} | ||
|
||
%changelog | ||
* Thu Apr 02 2015 <[email protected]> - 0.8.0 | ||
- mackerel-plugin-xentop (by taketo957) | ||
- Add Metrics for MySQL InnoDB (by koemu) | ||
- apache2: Add a 'header' parameter to cli flags (by pandax381) | ||
- Fix linux users, disk time metrics (by koemu) | ||
- Add README for mackerel-plugin-xentop (by y-uuki) | ||
|
||
* Wed Feb 25 2015 <[email protected]> - 0.7.0 | ||
- A plugin for PHP OPcache (by yucchiy) | ||
- Add a parameter to specify the LoadBalancerName (by ki38sato) | ||
|