From c14701696799b0a63946354710cf71a1a858a4fd Mon Sep 17 00:00:00 2001 From: mackerelbot Date: Tue, 27 Feb 2024 06:04:12 +0000 Subject: [PATCH] ready for next release and update changelogs. version: 0.46.2 --- CHANGELOG.md | 7 +++++++ Makefile | 2 +- mackerel-check.go | 2 +- packaging/deb-v2/debian/changelog | 11 +++++++++++ ...gz => mackerel-check-plugins_0.46.2.orig.tar.gz} | Bin packaging/rpm/mackerel-check-plugins-v2.spec | 5 +++++ 6 files changed, 25 insertions(+), 2 deletions(-) rename packaging/{mackerel-check-plugins_0.46.1.orig.tar.gz => mackerel-check-plugins_0.46.2.orig.tar.gz} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fea6a8f..be2bf70c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.46.2 (2024-02-27) + +* Reduce check-log errors when a file in the log directory has been removed at the moment of running check-log #823 (ne-sachirou) +* Bump the golang-x group with 3 updates #820 (dependabot[bot]) +* Fix path #814 (yohfee) + + ## 0.46.1 (2023-11-15) * CGO_ENABLED=0 when build for packaging #800 (Arthur1) diff --git a/Makefile b/Makefile index 6469f0ac..b91e8450 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.46.1 +VERSION = 0.46.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 a2dbaed6..7404dfd6 100644 --- a/mackerel-check.go +++ b/mackerel-check.go @@ -60,7 +60,7 @@ func run(args []string) int { return exitOK } -const version = "0.46.1" +const version = "0.46.2" var gitcommit string diff --git a/packaging/deb-v2/debian/changelog b/packaging/deb-v2/debian/changelog index 6725155d..4a128c08 100644 --- a/packaging/deb-v2/debian/changelog +++ b/packaging/deb-v2/debian/changelog @@ -1,3 +1,14 @@ +mackerel-check-plugins (0.46.2-1.v2) stable; urgency=low + + * Reduce check-log errors when a file in the log directory has been removed at the moment of running check-log (by ne-sachirou) + + * Bump the golang-x group with 3 updates (by dependabot[bot]) + + * Fix path (by yohfee) + + + -- mackerel Tue, 27 Feb 2024 06:04:11 +0000 + mackerel-check-plugins (0.46.1-1.v2) stable; urgency=low * CGO_ENABLED=0 when build for packaging (by Arthur1) diff --git a/packaging/mackerel-check-plugins_0.46.1.orig.tar.gz b/packaging/mackerel-check-plugins_0.46.2.orig.tar.gz similarity index 100% rename from packaging/mackerel-check-plugins_0.46.1.orig.tar.gz rename to packaging/mackerel-check-plugins_0.46.2.orig.tar.gz diff --git a/packaging/rpm/mackerel-check-plugins-v2.spec b/packaging/rpm/mackerel-check-plugins-v2.spec index 1e30fef6..0ae96874 100644 --- a/packaging/rpm/mackerel-check-plugins-v2.spec +++ b/packaging/rpm/mackerel-check-plugins-v2.spec @@ -36,6 +36,11 @@ done %{__targetdir}/* %changelog +* Tue Feb 27 2024 - 0.46.2 +- Reduce check-log errors when a file in the log directory has been removed at the moment of running check-log (by ne-sachirou) +- Bump the golang-x group with 3 updates (by dependabot[bot]) +- Fix path (by yohfee) + * Wed Nov 15 2023 - 0.46.1 - CGO_ENABLED=0 when build for packaging (by Arthur1)