From 46da047bc5baa255b2eb58f91c6a5d1eae399849 Mon Sep 17 00:00:00 2001 From: astj Date: Wed, 22 Jan 2020 07:16:48 +0000 Subject: [PATCH] ready for next release and update changelogs. version: 0.33.1 --- CHANGELOG.md | 13 ++++++++++ Makefile | 2 +- mackerel-check.go | 2 +- packaging/deb-v2/debian/changelog | 23 ++++++++++++++++++ packaging/deb/debian/changelog | 23 ++++++++++++++++++ ...mackerel-check-plugins_0.33.1.orig.tar.gz} | Bin packaging/rpm/mackerel-check-plugins-v2.spec | 11 +++++++++ packaging/rpm/mackerel-check-plugins.spec | 11 +++++++++ 8 files changed, 83 insertions(+), 2 deletions(-) rename packaging/{mackerel-check-plugins_0.33.0.orig.tar.gz => mackerel-check-plugins_0.33.1.orig.tar.gz} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6aa2a9f..6526bbb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.33.1 (2020-01-22) + +* Bump github.com/aws/aws-sdk-go from 1.27.0 to 1.28.7 #319 (dependabot-preview[bot]) +* [check-aws-cloudwatch-logs] Use "errors" instead of "github.com/pkg/errors" #318 (astj) +* Bump github.com/shirou/gopsutil from 2.19.11+incompatible to 2.19.12+incompatible #312 (dependabot-preview[bot]) +* Bump github.com/aws/aws-sdk-go from 1.26.7 to 1.27.0 #313 (dependabot-preview[bot]) +* [check-log] When specified multiple exclude pattern, perform search that excludes all conditions. #294 (tukaelu) +* Bump github.com/aws/aws-sdk-go from 1.26.5 to 1.26.7 #310 (dependabot-preview[bot]) +* Bump github.com/stretchr/testify from 1.3.0 to 1.4.0 #309 (dependabot-preview[bot]) +* add .dependabot/config.yml #307 (lufia) +* refactor Makefile and update dependencies #306 (lufia) + + ## 0.33.0 (2019-11-21) * [check-log] Make building the error lines efficiently #304 (ygurumi) diff --git a/Makefile b/Makefile index f81dcf50..ab33726b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.33.0 +VERSION = 0.33.1 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 2334cf4c..eabd4991 100644 --- a/mackerel-check.go +++ b/mackerel-check.go @@ -60,7 +60,7 @@ func run(args []string) int { return exitOK } -const version = "0.33.0" +const version = "0.33.1" var gitcommit string diff --git a/packaging/deb-v2/debian/changelog b/packaging/deb-v2/debian/changelog index dda5d38a..ac54c2ed 100644 --- a/packaging/deb-v2/debian/changelog +++ b/packaging/deb-v2/debian/changelog @@ -1,3 +1,26 @@ +mackerel-check-plugins (0.33.1-1.v2) stable; urgency=low + + * Bump github.com/aws/aws-sdk-go from 1.27.0 to 1.28.7 (by dependabot-preview[bot]) + + * [check-aws-cloudwatch-logs] Use "errors" instead of "github.com/pkg/errors" (by astj) + + * Bump github.com/shirou/gopsutil from 2.19.11+incompatible to 2.19.12+incompatible (by dependabot-preview[bot]) + + * Bump github.com/aws/aws-sdk-go from 1.26.7 to 1.27.0 (by dependabot-preview[bot]) + + * [check-log] When specified multiple exclude pattern, perform search that excludes all conditions. (by tukaelu) + + * Bump github.com/aws/aws-sdk-go from 1.26.5 to 1.26.7 (by dependabot-preview[bot]) + + * Bump github.com/stretchr/testify from 1.3.0 to 1.4.0 (by dependabot-preview[bot]) + + * add .dependabot/config.yml (by lufia) + + * refactor Makefile and update dependencies (by lufia) + + + -- mackerel Wed, 22 Jan 2020 07:16:48 +0000 + mackerel-check-plugins (0.33.0-1.v2) stable; urgency=low * [check-log] Make building the error lines efficiently (by ygurumi) diff --git a/packaging/deb/debian/changelog b/packaging/deb/debian/changelog index a4df92d6..f14b701b 100644 --- a/packaging/deb/debian/changelog +++ b/packaging/deb/debian/changelog @@ -1,3 +1,26 @@ +mackerel-check-plugins (0.33.1-1) stable; urgency=low + + * Bump github.com/aws/aws-sdk-go from 1.27.0 to 1.28.7 (by dependabot-preview[bot]) + + * [check-aws-cloudwatch-logs] Use "errors" instead of "github.com/pkg/errors" (by astj) + + * Bump github.com/shirou/gopsutil from 2.19.11+incompatible to 2.19.12+incompatible (by dependabot-preview[bot]) + + * Bump github.com/aws/aws-sdk-go from 1.26.7 to 1.27.0 (by dependabot-preview[bot]) + + * [check-log] When specified multiple exclude pattern, perform search that excludes all conditions. (by tukaelu) + + * Bump github.com/aws/aws-sdk-go from 1.26.5 to 1.26.7 (by dependabot-preview[bot]) + + * Bump github.com/stretchr/testify from 1.3.0 to 1.4.0 (by dependabot-preview[bot]) + + * add .dependabot/config.yml (by lufia) + + * refactor Makefile and update dependencies (by lufia) + + + -- mackerel Wed, 22 Jan 2020 07:16:48 +0000 + mackerel-check-plugins (0.33.0-1) stable; urgency=low * [check-log] Make building the error lines efficiently (by ygurumi) diff --git a/packaging/mackerel-check-plugins_0.33.0.orig.tar.gz b/packaging/mackerel-check-plugins_0.33.1.orig.tar.gz similarity index 100% rename from packaging/mackerel-check-plugins_0.33.0.orig.tar.gz rename to packaging/mackerel-check-plugins_0.33.1.orig.tar.gz diff --git a/packaging/rpm/mackerel-check-plugins-v2.spec b/packaging/rpm/mackerel-check-plugins-v2.spec index 6c6f79c7..7cf07097 100644 --- a/packaging/rpm/mackerel-check-plugins-v2.spec +++ b/packaging/rpm/mackerel-check-plugins-v2.spec @@ -37,6 +37,17 @@ done %{__targetdir}/* %changelog +* Wed Jan 22 2020 - 0.33.1 +- Bump github.com/aws/aws-sdk-go from 1.27.0 to 1.28.7 (by dependabot-preview[bot]) +- [check-aws-cloudwatch-logs] Use "errors" instead of "github.com/pkg/errors" (by astj) +- Bump github.com/shirou/gopsutil from 2.19.11+incompatible to 2.19.12+incompatible (by dependabot-preview[bot]) +- Bump github.com/aws/aws-sdk-go from 1.26.7 to 1.27.0 (by dependabot-preview[bot]) +- [check-log] When specified multiple exclude pattern, perform search that excludes all conditions. (by tukaelu) +- Bump github.com/aws/aws-sdk-go from 1.26.5 to 1.26.7 (by dependabot-preview[bot]) +- Bump github.com/stretchr/testify from 1.3.0 to 1.4.0 (by dependabot-preview[bot]) +- add .dependabot/config.yml (by lufia) +- refactor Makefile and update dependencies (by lufia) + * Thu Nov 21 2019 - 0.33.0 - [check-log] Make building the error lines efficiently (by ygurumi) - [check-log] Ignore broken/unexpected json on reading state (by astj) diff --git a/packaging/rpm/mackerel-check-plugins.spec b/packaging/rpm/mackerel-check-plugins.spec index 1473a176..128490a1 100644 --- a/packaging/rpm/mackerel-check-plugins.spec +++ b/packaging/rpm/mackerel-check-plugins.spec @@ -46,6 +46,17 @@ done %{__oldtargetdir}/* %changelog +* Wed Jan 22 2020 - 0.33.1 +- Bump github.com/aws/aws-sdk-go from 1.27.0 to 1.28.7 (by dependabot-preview[bot]) +- [check-aws-cloudwatch-logs] Use "errors" instead of "github.com/pkg/errors" (by astj) +- Bump github.com/shirou/gopsutil from 2.19.11+incompatible to 2.19.12+incompatible (by dependabot-preview[bot]) +- Bump github.com/aws/aws-sdk-go from 1.26.7 to 1.27.0 (by dependabot-preview[bot]) +- [check-log] When specified multiple exclude pattern, perform search that excludes all conditions. (by tukaelu) +- Bump github.com/aws/aws-sdk-go from 1.26.5 to 1.26.7 (by dependabot-preview[bot]) +- Bump github.com/stretchr/testify from 1.3.0 to 1.4.0 (by dependabot-preview[bot]) +- add .dependabot/config.yml (by lufia) +- refactor Makefile and update dependencies (by lufia) + * Thu Nov 21 2019 - 0.33.0 - [check-log] Make building the error lines efficiently (by ygurumi) - [check-log] Ignore broken/unexpected json on reading state (by astj)