From 766826d4d801899ac4896d2f1e5ce3b67e5738da Mon Sep 17 00:00:00 2001 From: itchyny Date: Mon, 14 Sep 2015 11:36:00 +0900 Subject: [PATCH 1/2] ready for next release. version: 0.23.0 --- .travis.yml | 4 ++-- packaging/rpm/mackerel-agent.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e1b36c3b9..c913f9ee1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,8 +22,8 @@ deploy: api_key: secure: NtpNjquqjnwpeVQQM1GTHTTU7YOo8fEIyoBtMf3Vf1ayZjuWVZxwNfM77E596TG52a8pnZtpapXyHT0M4e1zms7F5KVCrOEfOB0OrA4IDzoATelVqdONnN3lbRJeVJVdSmK8/FNKwjI24tQZTaTQcIOioNqh7ZRcrEYlatGCuAw= file: - - /home/travis/rpmbuild/RPMS/noarch/mackerel-agent-0.22.0-1.noarch.rpm - - packaging/mackerel-agent_0.22.0-1_all.deb + - /home/travis/rpmbuild/RPMS/noarch/mackerel-agent-0.23.0-1.noarch.rpm + - packaging/mackerel-agent_0.23.0-1_all.deb - snapshot/mackerel-agent_darwin_386.zip - snapshot/mackerel-agent_darwin_amd64.zip - snapshot/mackerel-agent_freebsd_386.zip diff --git a/packaging/rpm/mackerel-agent.spec b/packaging/rpm/mackerel-agent.spec index 0f9e83f57..55f03397d 100644 --- a/packaging/rpm/mackerel-agent.spec +++ b/packaging/rpm/mackerel-agent.spec @@ -5,7 +5,7 @@ %define _localbindir /usr/local/bin Name: mackerel-agent -Version: 0.22.0 +Version: 0.23.0 Release: 1 License: Commercial Summary: macekrel.io agent From a962c467b5ee513319ffcb78f1def3a17811253b Mon Sep 17 00:00:00 2001 From: itchyny Date: Mon, 14 Sep 2015 11:36:02 +0900 Subject: [PATCH 2/2] update changelogs --- CHANGELOG.md | 6 ++++++ packaging/deb/debian/changelog | 9 +++++++++ packaging/rpm/mackerel-agent.spec | 4 ++++ 3 files changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 181149e7a..6652f2bc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.23.0 (2015-09-14) + +* send check monitor report to server when check script failed even if the monitor result is not changed #143 (Songmu) +* Correct sample nginx comment. #144 (kamatama41) + + ## 0.22.0 (2015-09-02) * add `reload` to init scripts #139 (Songmu) diff --git a/packaging/deb/debian/changelog b/packaging/deb/debian/changelog index 46a087814..c9f4b0f39 100644 --- a/packaging/deb/debian/changelog +++ b/packaging/deb/debian/changelog @@ -1,3 +1,12 @@ +mackerel-agent (0.23.0-1) stable; urgency=low + + * send check monitor report to server when check script failed even if the monitor result is not changed (by Songmu) + + * Correct sample nginx comment. (by kamatama41) + + + -- itchyny Mon, 14 Sep 2015 11:36:02 +0900 + mackerel-agent (0.22.0-1) stable; urgency=low * add `reload` to init scripts (by Songmu) diff --git a/packaging/rpm/mackerel-agent.spec b/packaging/rpm/mackerel-agent.spec index 55f03397d..050483f65 100644 --- a/packaging/rpm/mackerel-agent.spec +++ b/packaging/rpm/mackerel-agent.spec @@ -71,6 +71,10 @@ fi %{_sysconfdir}/logrotate.d/%{name} %changelog +* Mon Sep 14 2015 - 0.23.0-1 +- send check monitor report to server when check script failed even if the monitor result is not changed (by Songmu) +- Correct sample nginx comment. (by kamatama41) + * Wed Sep 02 2015 - 0.22.0-1 - add `reload` to init scripts (by Songmu)