diff --git a/CHANGELOG.md b/CHANGELOG.md index 79d71671..e4b7d5fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.41.5 (2022-02-02) + +* Bump github.com/aws/aws-sdk-go from 1.42.35 to 1.42.44 #563 (dependabot[bot]) +* Bump github.com/aws/aws-sdk-go from 1.42.9 to 1.42.35 #561 (dependabot[bot]) +* Bump github.com/gomodule/redigo from 1.8.6 to 1.8.8 #559 (dependabot[bot]) +* Bump github.com/shirou/gopsutil/v3 from 3.21.10 to 3.21.12 #556 (dependabot[bot]) + + ## 0.41.4 (2022-01-12) * Bump github.com/gomodule/redigo from 1.8.5 to 1.8.6 #548 (dependabot[bot]) diff --git a/Makefile b/Makefile index e59cfa5f..075810ae 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.41.4 +VERSION = 0.41.5 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 9649e30d..da5a3a2f 100644 --- a/mackerel-check.go +++ b/mackerel-check.go @@ -60,7 +60,7 @@ func run(args []string) int { return exitOK } -const version = "0.41.4" +const version = "0.41.5" var gitcommit string diff --git a/packaging/deb-v2/debian/changelog b/packaging/deb-v2/debian/changelog index 0c1247fa..90793485 100644 --- a/packaging/deb-v2/debian/changelog +++ b/packaging/deb-v2/debian/changelog @@ -1,3 +1,16 @@ +mackerel-check-plugins (0.41.5-1.v2) stable; urgency=low + + * Bump github.com/aws/aws-sdk-go from 1.42.35 to 1.42.44 (by dependabot[bot]) + + * Bump github.com/aws/aws-sdk-go from 1.42.9 to 1.42.35 (by dependabot[bot]) + + * Bump github.com/gomodule/redigo from 1.8.6 to 1.8.8 (by dependabot[bot]) + + * Bump github.com/shirou/gopsutil/v3 from 3.21.10 to 3.21.12 (by dependabot[bot]) + + + -- mackerel Wed, 2 Feb 2022 02:21:16 +0000 + mackerel-check-plugins (0.41.4-1.v2) stable; urgency=low * Bump github.com/gomodule/redigo from 1.8.5 to 1.8.6 (by dependabot[bot]) diff --git a/packaging/deb/debian/changelog b/packaging/deb/debian/changelog index 1c972d73..6d597c04 100644 --- a/packaging/deb/debian/changelog +++ b/packaging/deb/debian/changelog @@ -1,3 +1,16 @@ +mackerel-check-plugins (0.41.5-1) stable; urgency=low + + * Bump github.com/aws/aws-sdk-go from 1.42.35 to 1.42.44 (by dependabot[bot]) + + * Bump github.com/aws/aws-sdk-go from 1.42.9 to 1.42.35 (by dependabot[bot]) + + * Bump github.com/gomodule/redigo from 1.8.6 to 1.8.8 (by dependabot[bot]) + + * Bump github.com/shirou/gopsutil/v3 from 3.21.10 to 3.21.12 (by dependabot[bot]) + + + -- mackerel Wed, 2 Feb 2022 02:21:16 +0000 + mackerel-check-plugins (0.41.4-1) stable; urgency=low * Bump github.com/gomodule/redigo from 1.8.5 to 1.8.6 (by dependabot[bot]) diff --git a/packaging/mackerel-check-plugins_0.41.4.orig.tar.gz b/packaging/mackerel-check-plugins_0.41.5.orig.tar.gz similarity index 100% rename from packaging/mackerel-check-plugins_0.41.4.orig.tar.gz rename to packaging/mackerel-check-plugins_0.41.5.orig.tar.gz diff --git a/packaging/rpm/mackerel-check-plugins-v2.spec b/packaging/rpm/mackerel-check-plugins-v2.spec index 65a33344..aa47756f 100644 --- a/packaging/rpm/mackerel-check-plugins-v2.spec +++ b/packaging/rpm/mackerel-check-plugins-v2.spec @@ -36,6 +36,12 @@ done %{__targetdir}/* %changelog +* Wed Feb 2 2022 - 0.41.5 +- Bump github.com/aws/aws-sdk-go from 1.42.35 to 1.42.44 (by dependabot[bot]) +- Bump github.com/aws/aws-sdk-go from 1.42.9 to 1.42.35 (by dependabot[bot]) +- Bump github.com/gomodule/redigo from 1.8.6 to 1.8.8 (by dependabot[bot]) +- Bump github.com/shirou/gopsutil/v3 from 3.21.10 to 3.21.12 (by dependabot[bot]) + * Wed Jan 12 2022 - 0.41.4 - Bump github.com/gomodule/redigo from 1.8.5 to 1.8.6 (by dependabot[bot]) - Bump github.com/lib/pq from 1.10.3 to 1.10.4 (by dependabot[bot]) diff --git a/packaging/rpm/mackerel-check-plugins.spec b/packaging/rpm/mackerel-check-plugins.spec index 9fb7dbec..9efc0af8 100644 --- a/packaging/rpm/mackerel-check-plugins.spec +++ b/packaging/rpm/mackerel-check-plugins.spec @@ -45,6 +45,12 @@ done %{__oldtargetdir}/* %changelog +* Wed Feb 2 2022 - 0.41.5 +- Bump github.com/aws/aws-sdk-go from 1.42.35 to 1.42.44 (by dependabot[bot]) +- Bump github.com/aws/aws-sdk-go from 1.42.9 to 1.42.35 (by dependabot[bot]) +- Bump github.com/gomodule/redigo from 1.8.6 to 1.8.8 (by dependabot[bot]) +- Bump github.com/shirou/gopsutil/v3 from 3.21.10 to 3.21.12 (by dependabot[bot]) + * Wed Jan 12 2022 - 0.41.4 - Bump github.com/gomodule/redigo from 1.8.5 to 1.8.6 (by dependabot[bot]) - Bump github.com/lib/pq from 1.10.3 to 1.10.4 (by dependabot[bot])