From e5da0f8f909e2aad1028ddb27e4493c6fb29583d Mon Sep 17 00:00:00 2001 From: mackerelbot Date: Mon, 13 Nov 2023 06:59:46 +0000 Subject: [PATCH] ready for next release and update changelogs. version: 0.46.0 --- CHANGELOG.md | 15 ++++++++++ Makefile | 2 +- mackerel-check.go | 2 +- packaging/deb-v2/debian/changelog | 27 ++++++++++++++++++ ...mackerel-check-plugins_0.46.0.orig.tar.gz} | Bin packaging/rpm/mackerel-check-plugins-v2.spec | 13 +++++++++ 6 files changed, 57 insertions(+), 2 deletions(-) rename packaging/{mackerel-check-plugins_0.45.0.orig.tar.gz => mackerel-check-plugins_0.46.0.orig.tar.gz} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index adeeb9c6..02d7c769 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 0.46.0 (2023-11-13) + +* Bump github.com/aws/aws-sdk-go from 1.47.3 to 1.47.9 #798 (dependabot[bot]) +* Bump github.com/shirou/gopsutil/v3 from 3.23.8 to 3.23.10 #797 (dependabot[bot]) +* Bump github.com/aws/aws-sdk-go from 1.44.271 to 1.47.3 #795 (dependabot[bot]) +* bump go version on build #791 (yseto) +* fix the line handling of UTF-16le #790 (kmuto) +* use mackerelio/workflows and upgrade maximum Go version to 1.21 #788 (lufia) +* check-ntservice: exclude should be -x, not -E #782 (kmuto) +* Bump github.com/lib/pq from 1.10.7 to 1.10.9 #780 (dependabot[bot]) +* Bump github.com/go-sql-driver/mysql from 1.7.0 to 1.7.1 #775 (dependabot[bot]) +* Bump actions/checkout from 3 to 4 #773 (dependabot[bot]) +* support overwrite status #766 (yseto) + + ## 0.45.0 (2023-09-22) * Bump golang.org/x/crypto from 0.6.0 to 0.13.0 #771 (dependabot[bot]) diff --git a/Makefile b/Makefile index 8468a71c..066e7662 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.45.0 +VERSION = 0.46.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 d268ca90..996caffc 100644 --- a/mackerel-check.go +++ b/mackerel-check.go @@ -60,7 +60,7 @@ func run(args []string) int { return exitOK } -const version = "0.45.0" +const version = "0.46.0" var gitcommit string diff --git a/packaging/deb-v2/debian/changelog b/packaging/deb-v2/debian/changelog index 21de7c5d..7622e170 100644 --- a/packaging/deb-v2/debian/changelog +++ b/packaging/deb-v2/debian/changelog @@ -1,3 +1,30 @@ +mackerel-check-plugins (0.46.0-1.v2) stable; urgency=low + + * Bump github.com/aws/aws-sdk-go from 1.47.3 to 1.47.9 (by dependabot[bot]) + + * Bump github.com/shirou/gopsutil/v3 from 3.23.8 to 3.23.10 (by dependabot[bot]) + + * Bump github.com/aws/aws-sdk-go from 1.44.271 to 1.47.3 (by dependabot[bot]) + + * bump go version on build (by yseto) + + * fix the line handling of UTF-16le (by kmuto) + + * use mackerelio/workflows and upgrade maximum Go version to 1.21 (by lufia) + + * check-ntservice: exclude should be -x, not -E (by kmuto) + + * Bump github.com/lib/pq from 1.10.7 to 1.10.9 (by dependabot[bot]) + + * Bump github.com/go-sql-driver/mysql from 1.7.0 to 1.7.1 (by dependabot[bot]) + + * Bump actions/checkout from 3 to 4 (by dependabot[bot]) + + * support overwrite status (by yseto) + + + -- mackerel Mon, 13 Nov 2023 06:59:46 +0000 + mackerel-check-plugins (0.45.0-1.v2) stable; urgency=low * Bump golang.org/x/crypto from 0.6.0 to 0.13.0 (by dependabot[bot]) diff --git a/packaging/mackerel-check-plugins_0.45.0.orig.tar.gz b/packaging/mackerel-check-plugins_0.46.0.orig.tar.gz similarity index 100% rename from packaging/mackerel-check-plugins_0.45.0.orig.tar.gz rename to packaging/mackerel-check-plugins_0.46.0.orig.tar.gz diff --git a/packaging/rpm/mackerel-check-plugins-v2.spec b/packaging/rpm/mackerel-check-plugins-v2.spec index e2ff01f4..5ef7e742 100644 --- a/packaging/rpm/mackerel-check-plugins-v2.spec +++ b/packaging/rpm/mackerel-check-plugins-v2.spec @@ -36,6 +36,19 @@ done %{__targetdir}/* %changelog +* Mon Nov 13 2023 - 0.46.0 +- Bump github.com/aws/aws-sdk-go from 1.47.3 to 1.47.9 (by dependabot[bot]) +- Bump github.com/shirou/gopsutil/v3 from 3.23.8 to 3.23.10 (by dependabot[bot]) +- Bump github.com/aws/aws-sdk-go from 1.44.271 to 1.47.3 (by dependabot[bot]) +- bump go version on build (by yseto) +- fix the line handling of UTF-16le (by kmuto) +- use mackerelio/workflows and upgrade maximum Go version to 1.21 (by lufia) +- check-ntservice: exclude should be -x, not -E (by kmuto) +- Bump github.com/lib/pq from 1.10.7 to 1.10.9 (by dependabot[bot]) +- Bump github.com/go-sql-driver/mysql from 1.7.0 to 1.7.1 (by dependabot[bot]) +- Bump actions/checkout from 3 to 4 (by dependabot[bot]) +- support overwrite status (by yseto) + * Fri Sep 22 2023 - 0.45.0 - Bump golang.org/x/crypto from 0.6.0 to 0.13.0 (by dependabot[bot]) - Bump github.com/shirou/gopsutil/v3 from 3.23.1 to 3.23.8 (by dependabot[bot])