From 6cd1fbac9ad5e5243a053b63c6cb117d2e11e5ed Mon Sep 17 00:00:00 2001 From: mackerelbot Date: Fri, 22 Sep 2023 02:52:42 +0000 Subject: [PATCH] ready for next release and update changelogs. version: 0.45.0 --- CHANGELOG.md | 12 ++++++++++ Makefile | 2 +- mackerel-check.go | 2 +- packaging/deb-v2/debian/changelog | 21 ++++++++++++++++++ ...mackerel-check-plugins_0.45.0.orig.tar.gz} | Bin packaging/rpm/mackerel-check-plugins-v2.spec | 10 +++++++++ 6 files changed, 45 insertions(+), 2 deletions(-) rename packaging/{mackerel-check-plugins_0.44.1.orig.tar.gz => mackerel-check-plugins_0.45.0.orig.tar.gz} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20019870..adeeb9c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 0.45.0 (2023-09-22) + +* Bump golang.org/x/crypto from 0.6.0 to 0.13.0 #771 (dependabot[bot]) +* Bump github.com/shirou/gopsutil/v3 from 3.23.1 to 3.23.8 #770 (dependabot[bot]) +* [check-tcp] Supports option to monitor that ports are closed. #767 (tukaelu) +* Improve ntservice #765 (tukaelu) +* Remove old rpm packaging #764 (yseto) +* Bump github.com/aws/aws-sdk-go from 1.44.199 to 1.44.271 #762 (dependabot[bot]) +* Bump actions/setup-go from 3 to 4 #737 (dependabot[bot]) +* Bump github.com/mackerelio/go-osstat from 0.2.3 to 0.2.4 #735 (dependabot[bot]) + + ## 0.44.1 (2023-07-13) * added build tests. #760 (yseto) diff --git a/Makefile b/Makefile index f2c1d34d..8468a71c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.44.1 +VERSION = 0.45.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 1b7b7eac..d268ca90 100644 --- a/mackerel-check.go +++ b/mackerel-check.go @@ -60,7 +60,7 @@ func run(args []string) int { return exitOK } -const version = "0.44.1" +const version = "0.45.0" var gitcommit string diff --git a/packaging/deb-v2/debian/changelog b/packaging/deb-v2/debian/changelog index db83a78b..21de7c5d 100644 --- a/packaging/deb-v2/debian/changelog +++ b/packaging/deb-v2/debian/changelog @@ -1,3 +1,24 @@ +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]) + + * Bump github.com/shirou/gopsutil/v3 from 3.23.1 to 3.23.8 (by dependabot[bot]) + + * [check-tcp] Supports option to monitor that ports are closed. (by tukaelu) + + * Improve ntservice (by tukaelu) + + * Remove old rpm packaging (by yseto) + + * Bump github.com/aws/aws-sdk-go from 1.44.199 to 1.44.271 (by dependabot[bot]) + + * Bump actions/setup-go from 3 to 4 (by dependabot[bot]) + + * Bump github.com/mackerelio/go-osstat from 0.2.3 to 0.2.4 (by dependabot[bot]) + + + -- mackerel Fri, 22 Sep 2023 02:52:42 +0000 + mackerel-check-plugins (0.44.1-1.v2) stable; urgency=low * added build tests. (by yseto) diff --git a/packaging/mackerel-check-plugins_0.44.1.orig.tar.gz b/packaging/mackerel-check-plugins_0.45.0.orig.tar.gz similarity index 100% rename from packaging/mackerel-check-plugins_0.44.1.orig.tar.gz rename to packaging/mackerel-check-plugins_0.45.0.orig.tar.gz diff --git a/packaging/rpm/mackerel-check-plugins-v2.spec b/packaging/rpm/mackerel-check-plugins-v2.spec index 4551f898..e2ff01f4 100644 --- a/packaging/rpm/mackerel-check-plugins-v2.spec +++ b/packaging/rpm/mackerel-check-plugins-v2.spec @@ -36,6 +36,16 @@ done %{__targetdir}/* %changelog +* 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]) +- [check-tcp] Supports option to monitor that ports are closed. (by tukaelu) +- Improve ntservice (by tukaelu) +- Remove old rpm packaging (by yseto) +- Bump github.com/aws/aws-sdk-go from 1.44.199 to 1.44.271 (by dependabot[bot]) +- Bump actions/setup-go from 3 to 4 (by dependabot[bot]) +- Bump github.com/mackerelio/go-osstat from 0.2.3 to 0.2.4 (by dependabot[bot]) + * Thu Jul 13 2023 - 0.44.1 - added build tests. (by yseto)