From 020585c141a21ded6c683eaba2091bb4dfa896d2 Mon Sep 17 00:00:00 2001 From: mackerelbot Date: Wed, 1 Feb 2023 06:05:22 +0000 Subject: [PATCH] ready for next release and update changelogs. version: 0.43.0 --- CHANGELOG.md | 20 ++++++++++ Makefile | 2 +- mackerel-check.go | 2 +- packaging/deb-v2/debian/changelog | 37 ++++++++++++++++++ ...mackerel-check-plugins_0.43.0.orig.tar.gz} | Bin packaging/rpm/mackerel-check-plugins-v2.spec | 18 +++++++++ packaging/rpm/mackerel-check-plugins.spec | 18 +++++++++ 7 files changed, 95 insertions(+), 2 deletions(-) rename packaging/{mackerel-check-plugins_0.42.4.orig.tar.gz => mackerel-check-plugins_0.43.0.orig.tar.gz} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8bac95a..c45c7c29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## 0.43.0 (2023-02-01) + +* fix generate docs #703 (yseto) +* Bump actions/checkout from 2 to 3 #702 (dependabot[bot]) +* Bump actions/setup-go from 2 to 3 #701 (dependabot[bot]) +* Bump actions/cache from 2 to 3 #700 (dependabot[bot]) +* Bump actions/upload-artifact from 2 to 3 #699 (dependabot[bot]) +* Bump actions/download-artifact from 2 to 3 #698 (dependabot[bot]) +* Bump github.com/aws/aws-sdk-go from 1.44.157 to 1.44.189 #697 (dependabot[bot]) +* Enables Dependabot version updates for GitHub Actions #696 (Arthur1) +* Stop build for apt v1 #695 (Arthur1) +* Bump github.com/fsouza/go-dockerclient from 1.9.0 to 1.9.3 #694 (dependabot[bot]) +* [check-http] add test.sh #692 (lufia) +* check-ssl-cert: add `ca-file`, `cert-file`, `key-file`, `no-check-certificate` options #690 (wafuwafu13) +* Bump golang.org/x/text from 0.5.0 to 0.6.0 #684 (dependabot[bot]) +* Bump golang.org/x/crypto from 0.4.0 to 0.5.0 #682 (dependabot[bot]) +* Bump github.com/shirou/gopsutil/v3 from 3.22.11 to 3.22.12 #679 (dependabot[bot]) +* Bump github.com/go-sql-driver/mysql from 1.6.0 to 1.7.0 #671 (dependabot[bot]) + + ## 0.42.4 (2023-01-18) * check-cert-file: add test #687 (wafuwafu13) diff --git a/Makefile b/Makefile index 7c367c41..58b13404 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.42.4 +VERSION = 0.43.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 6e42ccb4..6b7f9a41 100644 --- a/mackerel-check.go +++ b/mackerel-check.go @@ -60,7 +60,7 @@ func run(args []string) int { return exitOK } -const version = "0.42.4" +const version = "0.43.0" var gitcommit string diff --git a/packaging/deb-v2/debian/changelog b/packaging/deb-v2/debian/changelog index 211c46f7..df5d6184 100644 --- a/packaging/deb-v2/debian/changelog +++ b/packaging/deb-v2/debian/changelog @@ -1,3 +1,40 @@ +mackerel-check-plugins (0.43.0-1.v2) stable; urgency=low + + * fix generate docs (by yseto) + + * Bump actions/checkout from 2 to 3 (by dependabot[bot]) + + * Bump actions/setup-go from 2 to 3 (by dependabot[bot]) + + * Bump actions/cache from 2 to 3 (by dependabot[bot]) + + * Bump actions/upload-artifact from 2 to 3 (by dependabot[bot]) + + * Bump actions/download-artifact from 2 to 3 (by dependabot[bot]) + + * Bump github.com/aws/aws-sdk-go from 1.44.157 to 1.44.189 (by dependabot[bot]) + + * Enables Dependabot version updates for GitHub Actions (by Arthur1) + + * Stop build for apt v1 (by Arthur1) + + * Bump github.com/fsouza/go-dockerclient from 1.9.0 to 1.9.3 (by dependabot[bot]) + + * [check-http] add test.sh (by lufia) + + * check-ssl-cert: add `ca-file`, `cert-file`, `key-file`, `no-check-certificate` options (by wafuwafu13) + + * Bump golang.org/x/text from 0.5.0 to 0.6.0 (by dependabot[bot]) + + * Bump golang.org/x/crypto from 0.4.0 to 0.5.0 (by dependabot[bot]) + + * Bump github.com/shirou/gopsutil/v3 from 3.22.11 to 3.22.12 (by dependabot[bot]) + + * Bump github.com/go-sql-driver/mysql from 1.6.0 to 1.7.0 (by dependabot[bot]) + + + -- mackerel Wed, 1 Feb 2023 06:05:22 +0000 + mackerel-check-plugins (0.42.4-1.v2) stable; urgency=low * check-cert-file: add test (by wafuwafu13) diff --git a/packaging/mackerel-check-plugins_0.42.4.orig.tar.gz b/packaging/mackerel-check-plugins_0.43.0.orig.tar.gz similarity index 100% rename from packaging/mackerel-check-plugins_0.42.4.orig.tar.gz rename to packaging/mackerel-check-plugins_0.43.0.orig.tar.gz diff --git a/packaging/rpm/mackerel-check-plugins-v2.spec b/packaging/rpm/mackerel-check-plugins-v2.spec index 08e790ea..292f33e2 100644 --- a/packaging/rpm/mackerel-check-plugins-v2.spec +++ b/packaging/rpm/mackerel-check-plugins-v2.spec @@ -36,6 +36,24 @@ done %{__targetdir}/* %changelog +* Wed Feb 1 2023 - 0.43.0 +- fix generate docs (by yseto) +- Bump actions/checkout from 2 to 3 (by dependabot[bot]) +- Bump actions/setup-go from 2 to 3 (by dependabot[bot]) +- Bump actions/cache from 2 to 3 (by dependabot[bot]) +- Bump actions/upload-artifact from 2 to 3 (by dependabot[bot]) +- Bump actions/download-artifact from 2 to 3 (by dependabot[bot]) +- Bump github.com/aws/aws-sdk-go from 1.44.157 to 1.44.189 (by dependabot[bot]) +- Enables Dependabot version updates for GitHub Actions (by Arthur1) +- Stop build for apt v1 (by Arthur1) +- Bump github.com/fsouza/go-dockerclient from 1.9.0 to 1.9.3 (by dependabot[bot]) +- [check-http] add test.sh (by lufia) +- check-ssl-cert: add `ca-file`, `cert-file`, `key-file`, `no-check-certificate` options (by wafuwafu13) +- Bump golang.org/x/text from 0.5.0 to 0.6.0 (by dependabot[bot]) +- Bump golang.org/x/crypto from 0.4.0 to 0.5.0 (by dependabot[bot]) +- Bump github.com/shirou/gopsutil/v3 from 3.22.11 to 3.22.12 (by dependabot[bot]) +- Bump github.com/go-sql-driver/mysql from 1.6.0 to 1.7.0 (by dependabot[bot]) + * Wed Jan 18 2023 - 0.42.4 - check-cert-file: add test (by wafuwafu13) - test: use `T.TempDir` to create temporary test directory (by Juneezee) diff --git a/packaging/rpm/mackerel-check-plugins.spec b/packaging/rpm/mackerel-check-plugins.spec index 7e947ab2..880f6722 100644 --- a/packaging/rpm/mackerel-check-plugins.spec +++ b/packaging/rpm/mackerel-check-plugins.spec @@ -45,6 +45,24 @@ done %{__oldtargetdir}/* %changelog +* Wed Feb 1 2023 - 0.43.0 +- fix generate docs (by yseto) +- Bump actions/checkout from 2 to 3 (by dependabot[bot]) +- Bump actions/setup-go from 2 to 3 (by dependabot[bot]) +- Bump actions/cache from 2 to 3 (by dependabot[bot]) +- Bump actions/upload-artifact from 2 to 3 (by dependabot[bot]) +- Bump actions/download-artifact from 2 to 3 (by dependabot[bot]) +- Bump github.com/aws/aws-sdk-go from 1.44.157 to 1.44.189 (by dependabot[bot]) +- Enables Dependabot version updates for GitHub Actions (by Arthur1) +- Stop build for apt v1 (by Arthur1) +- Bump github.com/fsouza/go-dockerclient from 1.9.0 to 1.9.3 (by dependabot[bot]) +- [check-http] add test.sh (by lufia) +- check-ssl-cert: add `ca-file`, `cert-file`, `key-file`, `no-check-certificate` options (by wafuwafu13) +- Bump golang.org/x/text from 0.5.0 to 0.6.0 (by dependabot[bot]) +- Bump golang.org/x/crypto from 0.4.0 to 0.5.0 (by dependabot[bot]) +- Bump github.com/shirou/gopsutil/v3 from 3.22.11 to 3.22.12 (by dependabot[bot]) +- Bump github.com/go-sql-driver/mysql from 1.6.0 to 1.7.0 (by dependabot[bot]) + * Wed Jan 18 2023 - 0.42.4 - check-cert-file: add test (by wafuwafu13) - test: use `T.TempDir` to create temporary test directory (by Juneezee)