From d0421335fcd05d141aad53b3b7484927a227b004 Mon Sep 17 00:00:00 2001 From: astj Date: Wed, 8 May 2019 07:37:39 +0000 Subject: [PATCH] ready for next release and update changelogs. version: 0.30.0 --- CHANGELOG.md | 7 +++++++ Makefile | 2 +- mackerel-check.go | 2 +- packaging/deb-v2/debian/changelog | 11 +++++++++++ packaging/deb/debian/changelog | 11 +++++++++++ ...gz => mackerel-check-plugins_0.30.0.orig.tar.gz} | Bin packaging/rpm/mackerel-check-plugins-v2.spec | 5 +++++ packaging/rpm/mackerel-check-plugins.spec | 5 +++++ 8 files changed, 41 insertions(+), 2 deletions(-) rename packaging/{mackerel-check-plugins_0.29.0.orig.tar.gz => mackerel-check-plugins_0.30.0.orig.tar.gz} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f281ed3..c1105497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.30.0 (2019-05-08) + +* [check-aws-cloudwatch-logs] make handling a state file more safe #286 (lufia) +* [check-log] make handling a state file more safe #285 (lufia) +* [check-ldap] Update go-ldap to v3 #284 (nonylene) + + ## 0.29.0 (2019-03-27) * Add check-ping #280 (a-know) diff --git a/Makefile b/Makefile index 5a775cfb..07f35357 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.29.0 +VERSION = 0.30.0 CURRENT_REVISION = $(shell git rev-parse --short HEAD) ifeq ($(OS),Windows_NT) GOPATH_ROOT:=$(shell cygpath ${GOPATH}) diff --git a/mackerel-check.go b/mackerel-check.go index 141770a7..829d0621 100644 --- a/mackerel-check.go +++ b/mackerel-check.go @@ -60,7 +60,7 @@ func run(args []string) int { return exitOK } -const version = "0.29.0" +const version = "0.30.0" var gitcommit string diff --git a/packaging/deb-v2/debian/changelog b/packaging/deb-v2/debian/changelog index 9833362b..2d88e41f 100644 --- a/packaging/deb-v2/debian/changelog +++ b/packaging/deb-v2/debian/changelog @@ -1,3 +1,14 @@ +mackerel-check-plugins (0.30.0-1.v2) stable; urgency=low + + * [check-aws-cloudwatch-logs] make handling a state file more safe (by lufia) + + * [check-log] make handling a state file more safe (by lufia) + + * [check-ldap] Update go-ldap to v3 (by nonylene) + + + -- mackerel Wed, 08 May 2019 07:37:39 +0000 + mackerel-check-plugins (0.29.0-1.v2) stable; urgency=low * Add check-ping (by a-know) diff --git a/packaging/deb/debian/changelog b/packaging/deb/debian/changelog index 870dbb76..911c2ad6 100644 --- a/packaging/deb/debian/changelog +++ b/packaging/deb/debian/changelog @@ -1,3 +1,14 @@ +mackerel-check-plugins (0.30.0-1) stable; urgency=low + + * [check-aws-cloudwatch-logs] make handling a state file more safe (by lufia) + + * [check-log] make handling a state file more safe (by lufia) + + * [check-ldap] Update go-ldap to v3 (by nonylene) + + + -- mackerel Wed, 08 May 2019 07:37:39 +0000 + mackerel-check-plugins (0.29.0-1) stable; urgency=low * Add check-ping (by a-know) diff --git a/packaging/mackerel-check-plugins_0.29.0.orig.tar.gz b/packaging/mackerel-check-plugins_0.30.0.orig.tar.gz similarity index 100% rename from packaging/mackerel-check-plugins_0.29.0.orig.tar.gz rename to packaging/mackerel-check-plugins_0.30.0.orig.tar.gz diff --git a/packaging/rpm/mackerel-check-plugins-v2.spec b/packaging/rpm/mackerel-check-plugins-v2.spec index 7a40be9e..762f8b61 100644 --- a/packaging/rpm/mackerel-check-plugins-v2.spec +++ b/packaging/rpm/mackerel-check-plugins-v2.spec @@ -37,6 +37,11 @@ done %{__targetdir}/* %changelog +* Wed May 08 2019 - 0.30.0 +- [check-aws-cloudwatch-logs] make handling a state file more safe (by lufia) +- [check-log] make handling a state file more safe (by lufia) +- [check-ldap] Update go-ldap to v3 (by nonylene) + * Wed Mar 27 2019 - 0.29.0 - Add check-ping (by a-know) - [ntservice] Enable to specify service name to exclude from match (by a-know) diff --git a/packaging/rpm/mackerel-check-plugins.spec b/packaging/rpm/mackerel-check-plugins.spec index d3e285a6..750e3a9e 100644 --- a/packaging/rpm/mackerel-check-plugins.spec +++ b/packaging/rpm/mackerel-check-plugins.spec @@ -46,6 +46,11 @@ done %{__oldtargetdir}/* %changelog +* Wed May 08 2019 - 0.30.0 +- [check-aws-cloudwatch-logs] make handling a state file more safe (by lufia) +- [check-log] make handling a state file more safe (by lufia) +- [check-ldap] Update go-ldap to v3 (by nonylene) + * Wed Mar 27 2019 - 0.29.0 - Add check-ping (by a-know) - [ntservice] Enable to specify service name to exclude from match (by a-know)