From 2e43f96f519855409b3749449336763efa53c263 Mon Sep 17 00:00:00 2001 From: mackerelbot Date: Thu, 18 Nov 2021 02:27:21 +0000 Subject: [PATCH] ready for next release and update changelogs. version: 0.41.2 --- CHANGELOG.md | 5 +++++ Makefile | 2 +- mackerel-check.go | 2 +- packaging/deb-v2/debian/changelog | 7 +++++++ packaging/deb/debian/changelog | 7 +++++++ ...gz => mackerel-check-plugins_0.41.2.orig.tar.gz} | Bin packaging/rpm/mackerel-check-plugins-v2.spec | 3 +++ packaging/rpm/mackerel-check-plugins.spec | 3 +++ 8 files changed, 27 insertions(+), 2 deletions(-) rename packaging/{mackerel-check-plugins_0.41.1.orig.tar.gz => mackerel-check-plugins_0.41.2.orig.tar.gz} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97bd0036..a75a4fbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.41.2 (2021-11-18) + +* Bump github.com/shirou/gopsutil/v3 from 3.21.9 to 3.21.10 #539 (dependabot[bot]) + + ## 0.41.1 (2021-10-14) * Bump github.com/aws/aws-sdk-go from 1.39.4 to 1.40.59 #529 (dependabot[bot]) diff --git a/Makefile b/Makefile index 907d000f..df63636b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.41.1 +VERSION = 0.41.2 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 3954d9eb..551e24fb 100644 --- a/mackerel-check.go +++ b/mackerel-check.go @@ -60,7 +60,7 @@ func run(args []string) int { return exitOK } -const version = "0.41.1" +const version = "0.41.2" var gitcommit string diff --git a/packaging/deb-v2/debian/changelog b/packaging/deb-v2/debian/changelog index ae328e2f..1e0f4711 100644 --- a/packaging/deb-v2/debian/changelog +++ b/packaging/deb-v2/debian/changelog @@ -1,3 +1,10 @@ +mackerel-check-plugins (0.41.2-1.v2) stable; urgency=low + + * Bump github.com/shirou/gopsutil/v3 from 3.21.9 to 3.21.10 (by dependabot[bot]) + + + -- mackerel Thu, 18 Nov 2021 02:27:19 +0000 + mackerel-check-plugins (0.41.1-1.v2) stable; urgency=low * Bump github.com/aws/aws-sdk-go from 1.39.4 to 1.40.59 (by dependabot[bot]) diff --git a/packaging/deb/debian/changelog b/packaging/deb/debian/changelog index d5f64bf7..620dd50e 100644 --- a/packaging/deb/debian/changelog +++ b/packaging/deb/debian/changelog @@ -1,3 +1,10 @@ +mackerel-check-plugins (0.41.2-1) stable; urgency=low + + * Bump github.com/shirou/gopsutil/v3 from 3.21.9 to 3.21.10 (by dependabot[bot]) + + + -- mackerel Thu, 18 Nov 2021 02:27:19 +0000 + mackerel-check-plugins (0.41.1-1) stable; urgency=low * Bump github.com/aws/aws-sdk-go from 1.39.4 to 1.40.59 (by dependabot[bot]) diff --git a/packaging/mackerel-check-plugins_0.41.1.orig.tar.gz b/packaging/mackerel-check-plugins_0.41.2.orig.tar.gz similarity index 100% rename from packaging/mackerel-check-plugins_0.41.1.orig.tar.gz rename to packaging/mackerel-check-plugins_0.41.2.orig.tar.gz diff --git a/packaging/rpm/mackerel-check-plugins-v2.spec b/packaging/rpm/mackerel-check-plugins-v2.spec index 81951bd3..2b3bb216 100644 --- a/packaging/rpm/mackerel-check-plugins-v2.spec +++ b/packaging/rpm/mackerel-check-plugins-v2.spec @@ -36,6 +36,9 @@ done %{__targetdir}/* %changelog +* Thu Nov 18 2021 - 0.41.2 +- Bump github.com/shirou/gopsutil/v3 from 3.21.9 to 3.21.10 (by dependabot[bot]) + * Thu Oct 14 2021 - 0.41.1 - Bump github.com/aws/aws-sdk-go from 1.39.4 to 1.40.59 (by dependabot[bot]) - Bump github.com/shirou/gopsutil/v3 from 3.21.6 to 3.21.9 (by dependabot[bot]) diff --git a/packaging/rpm/mackerel-check-plugins.spec b/packaging/rpm/mackerel-check-plugins.spec index 3c163363..c7a389b8 100644 --- a/packaging/rpm/mackerel-check-plugins.spec +++ b/packaging/rpm/mackerel-check-plugins.spec @@ -45,6 +45,9 @@ done %{__oldtargetdir}/* %changelog +* Thu Nov 18 2021 - 0.41.2 +- Bump github.com/shirou/gopsutil/v3 from 3.21.9 to 3.21.10 (by dependabot[bot]) + * Thu Oct 14 2021 - 0.41.1 - Bump github.com/aws/aws-sdk-go from 1.39.4 to 1.40.59 (by dependabot[bot]) - Bump github.com/shirou/gopsutil/v3 from 3.21.6 to 3.21.9 (by dependabot[bot])