Skip to content

Commit

Permalink
Merge pull request #77 from mackerelio/bump-version-0.8.0
Browse files Browse the repository at this point in the history
Release version 0.8.0
  • Loading branch information
Songmu committed Apr 2, 2015
2 parents 5727b12 + 80a727f commit 572335c
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ deploy:
api_key:
secure: c2pLKkM2leWMIzakVisNf3kAK6TBYslDM8SFEVrTTHpHnTI/6jUFnDLuL9cKuq9c76QcgYfqdLDn/hP+uFHf5WdtdJR00R+bX8cCx6NfOe7Kk9GlqGinUcXKAVs0kQHaYtQrN/rCOIG92kYFdbRHMD8uMrADJVRySePTMMhMX9o=
file:
- "/home/travis/rpmbuild/RPMS/noarch/mackerel-agent-plugins-0.7.0-1.noarch.rpm"
- "/home/travis/gopath/src/github.com/mackerelio/mackerel-agent-plugins/packaging/mackerel-agent-plugins_0.7.0-1_all.deb"
- "/home/travis/rpmbuild/RPMS/noarch/mackerel-agent-plugins-0.8.0-1.noarch.rpm"
- "/home/travis/gopath/src/github.com/mackerelio/mackerel-agent-plugins/packaging/mackerel-agent-plugins_0.8.0-1_all.deb"
skip_cleanup: true
on:
repo: mackerelio/mackerel-agent-plugins
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Document of each plugin is located under each sub directory.
* [mackerel-plugin-snmp](./mackerel-plugin-snmp/README.md)
* [mackerel-plugin-squid](./mackerel-plugin-squid/README.md)
* [mackerel-plugin-varnish](./mackerel-plugin-varnish/README.md)
* [mackerel-plugin-xentop](./mackerel-plugin-xentop/README.md)

Installation
============
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-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)
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-agent-plugins
override_dh_auto_install:
dh_auto_install
install -d -m 755 debian/tmp/usr/local/bin
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 -m755 debian/mackerel-plugin-$$i debian/tmp/usr/local/bin; \
done

Expand Down
11 changes: 9 additions & 2 deletions packaging/rpm/mackerel-agent-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand All @@ -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)
Expand Down

0 comments on commit 572335c

Please sign in to comment.