diff --git a/CHANGELOG.md b/CHANGELOG.md index 94cc329c..b70c5876 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.47.0 (2024-06-12) + +* return CRITICAL instead of UNKNOWN when check-redis reachable is failed #865 (kmuto) +* Bump the golang-x group with 3 updates #863 (dependabot[bot]) +* use go 1.22.x on build phase #862 (lufia) +* update dependencies #861 (lufia) +* [check-mailq] fix pattern #857 (lufia) +* Bump github.com/docker/docker from 25.0.4+incompatible to 25.0.5+incompatible #839 (dependabot[bot]) + + ## 0.46.3 (2024-04-23) * Revert "Bump github.com/miekg/dns from 1.1.50 to 1.1.59" #840 (ne-sachirou) diff --git a/Makefile b/Makefile index 0420760c..9d569859 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.46.3 +VERSION = 0.47.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 21a26b3a..ba16421a 100644 --- a/mackerel-check.go +++ b/mackerel-check.go @@ -60,7 +60,7 @@ func run(args []string) int { return exitOK } -const version = "0.46.3" +const version = "0.47.0" var gitcommit string diff --git a/packaging/deb-v2/debian/changelog b/packaging/deb-v2/debian/changelog index 69efff63..45100426 100644 --- a/packaging/deb-v2/debian/changelog +++ b/packaging/deb-v2/debian/changelog @@ -1,3 +1,20 @@ +mackerel-check-plugins (0.47.0-1.v2) stable; urgency=low + + * return CRITICAL instead of UNKNOWN when check-redis reachable is failed (by kmuto) + + * Bump the golang-x group with 3 updates (by dependabot[bot]) + + * use go 1.22.x on build phase (by lufia) + + * update dependencies (by lufia) + + * [check-mailq] fix pattern (by lufia) + + * Bump github.com/docker/docker from 25.0.4+incompatible to 25.0.5+incompatible (by dependabot[bot]) + + + -- mackerel Wed, 12 Jun 2024 06:58:04 +0000 + mackerel-check-plugins (0.46.3-1.v2) stable; urgency=low * Revert "Bump github.com/miekg/dns from 1.1.50 to 1.1.59" (by ne-sachirou) diff --git a/packaging/mackerel-check-plugins_0.46.3.orig.tar.gz b/packaging/mackerel-check-plugins_0.47.0.orig.tar.gz similarity index 100% rename from packaging/mackerel-check-plugins_0.46.3.orig.tar.gz rename to packaging/mackerel-check-plugins_0.47.0.orig.tar.gz diff --git a/packaging/rpm/mackerel-check-plugins-v2.spec b/packaging/rpm/mackerel-check-plugins-v2.spec index 410e3bac..39feb56e 100644 --- a/packaging/rpm/mackerel-check-plugins-v2.spec +++ b/packaging/rpm/mackerel-check-plugins-v2.spec @@ -36,6 +36,14 @@ done %{__targetdir}/* %changelog +* Wed Jun 12 2024 - 0.47.0 +- return CRITICAL instead of UNKNOWN when check-redis reachable is failed (by kmuto) +- Bump the golang-x group with 3 updates (by dependabot[bot]) +- use go 1.22.x on build phase (by lufia) +- update dependencies (by lufia) +- [check-mailq] fix pattern (by lufia) +- Bump github.com/docker/docker from 25.0.4+incompatible to 25.0.5+incompatible (by dependabot[bot]) + * Tue Apr 23 2024 - 0.46.3 - Revert "Bump github.com/miekg/dns from 1.1.50 to 1.1.59" (by ne-sachirou) - Bump github.com/go-ldap/ldap/v3 from 3.4.4 to 3.4.8 (by dependabot[bot])