From c8a06bdd91c860a4d108fccb69ac66d6a9f49c41 Mon Sep 17 00:00:00 2001 From: mackerelbot Date: Tue, 15 Sep 2020 05:50:24 +0000 Subject: [PATCH] ready for next release and update changelogs. version: 0.37.0 --- CHANGELOG.md | 14 ++++++++++ Makefile | 2 +- mackerel-check.go | 2 +- packaging/deb-v2/debian/changelog | 25 ++++++++++++++++++ packaging/deb/debian/changelog | 25 ++++++++++++++++++ ...mackerel-check-plugins_0.37.0.orig.tar.gz} | Bin packaging/rpm/mackerel-check-plugins-v2.spec | 12 +++++++++ packaging/rpm/mackerel-check-plugins.spec | 12 +++++++++ 8 files changed, 90 insertions(+), 2 deletions(-) rename packaging/{mackerel-check-plugins_0.36.0.orig.tar.gz => mackerel-check-plugins_0.37.0.orig.tar.gz} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5b297c5..99ba14d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 0.37.0 (2020-09-15) + +* add arm64 architecture packages #410 (lufia) +* Bump github.com/shirou/gopsutil from 2.20.7+incompatible to 2.20.8+incompatible #408 (dependabot-preview[bot]) +* Bump github.com/aws/aws-sdk-go from 1.33.17 to 1.34.22 #411 (dependabot-preview[bot]) +* [check-log] stabilize time-dependent tests #406 (astj) +* [check-http]adding more options to check-http #403 (fgouteroux) +* [check-load]fix check-load percpu output #405 (fgouteroux) +* Bump github.com/shirou/gopsutil from 2.20.6+incompatible to 2.20.7+incompatible #400 (dependabot-preview[bot]) +* Bump github.com/aws/aws-sdk-go from 1.33.12 to 1.33.17 #399 (dependabot-preview[bot]) +* Bump github.com/lib/pq from 1.7.1 to 1.8.0 #398 (dependabot-preview[bot]) +* Bump github.com/go-ldap/ldap/v3 from 3.1.10 to 3.2.3 #390 (dependabot-preview[bot]) + + ## 0.36.0 (2020-07-29) * [check-aws-sqs-queue-size] Replace GoAMZ with aws-sdk-go #396 (astj) diff --git a/Makefile b/Makefile index 3e88319a..073ec606 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.36.0 +VERSION = 0.37.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 48a5b137..200fe837 100644 --- a/mackerel-check.go +++ b/mackerel-check.go @@ -60,7 +60,7 @@ func run(args []string) int { return exitOK } -const version = "0.36.0" +const version = "0.37.0" var gitcommit string diff --git a/packaging/deb-v2/debian/changelog b/packaging/deb-v2/debian/changelog index 3b08e21c..db28dcff 100644 --- a/packaging/deb-v2/debian/changelog +++ b/packaging/deb-v2/debian/changelog @@ -1,3 +1,28 @@ +mackerel-check-plugins (0.37.0-1.v2) stable; urgency=low + + * add arm64 architecture packages (by lufia) + + * Bump github.com/shirou/gopsutil from 2.20.7+incompatible to 2.20.8+incompatible (by dependabot-preview[bot]) + + * Bump github.com/aws/aws-sdk-go from 1.33.17 to 1.34.22 (by dependabot-preview[bot]) + + * [check-log] stabilize time-dependent tests (by astj) + + * [check-http]adding more options to check-http (by fgouteroux) + + * [check-load]fix check-load percpu output (by fgouteroux) + + * Bump github.com/shirou/gopsutil from 2.20.6+incompatible to 2.20.7+incompatible (by dependabot-preview[bot]) + + * Bump github.com/aws/aws-sdk-go from 1.33.12 to 1.33.17 (by dependabot-preview[bot]) + + * Bump github.com/lib/pq from 1.7.1 to 1.8.0 (by dependabot-preview[bot]) + + * Bump github.com/go-ldap/ldap/v3 from 3.1.10 to 3.2.3 (by dependabot-preview[bot]) + + + -- mackerel Tue, 15 Sep 2020 05:50:24 +0000 + mackerel-check-plugins (0.36.0-1.v2) stable; urgency=low * [check-aws-sqs-queue-size] Replace GoAMZ with aws-sdk-go (by astj) diff --git a/packaging/deb/debian/changelog b/packaging/deb/debian/changelog index 2c82c071..8094d8bb 100644 --- a/packaging/deb/debian/changelog +++ b/packaging/deb/debian/changelog @@ -1,3 +1,28 @@ +mackerel-check-plugins (0.37.0-1) stable; urgency=low + + * add arm64 architecture packages (by lufia) + + * Bump github.com/shirou/gopsutil from 2.20.7+incompatible to 2.20.8+incompatible (by dependabot-preview[bot]) + + * Bump github.com/aws/aws-sdk-go from 1.33.17 to 1.34.22 (by dependabot-preview[bot]) + + * [check-log] stabilize time-dependent tests (by astj) + + * [check-http]adding more options to check-http (by fgouteroux) + + * [check-load]fix check-load percpu output (by fgouteroux) + + * Bump github.com/shirou/gopsutil from 2.20.6+incompatible to 2.20.7+incompatible (by dependabot-preview[bot]) + + * Bump github.com/aws/aws-sdk-go from 1.33.12 to 1.33.17 (by dependabot-preview[bot]) + + * Bump github.com/lib/pq from 1.7.1 to 1.8.0 (by dependabot-preview[bot]) + + * Bump github.com/go-ldap/ldap/v3 from 3.1.10 to 3.2.3 (by dependabot-preview[bot]) + + + -- mackerel Tue, 15 Sep 2020 05:50:24 +0000 + mackerel-check-plugins (0.36.0-1) stable; urgency=low * [check-aws-sqs-queue-size] Replace GoAMZ with aws-sdk-go (by astj) diff --git a/packaging/mackerel-check-plugins_0.36.0.orig.tar.gz b/packaging/mackerel-check-plugins_0.37.0.orig.tar.gz similarity index 100% rename from packaging/mackerel-check-plugins_0.36.0.orig.tar.gz rename to packaging/mackerel-check-plugins_0.37.0.orig.tar.gz diff --git a/packaging/rpm/mackerel-check-plugins-v2.spec b/packaging/rpm/mackerel-check-plugins-v2.spec index 2f6caa27..b3f06985 100644 --- a/packaging/rpm/mackerel-check-plugins-v2.spec +++ b/packaging/rpm/mackerel-check-plugins-v2.spec @@ -36,6 +36,18 @@ done %{__targetdir}/* %changelog +* Tue Sep 15 2020 - 0.37.0 +- add arm64 architecture packages (by lufia) +- Bump github.com/shirou/gopsutil from 2.20.7+incompatible to 2.20.8+incompatible (by dependabot-preview[bot]) +- Bump github.com/aws/aws-sdk-go from 1.33.17 to 1.34.22 (by dependabot-preview[bot]) +- [check-log] stabilize time-dependent tests (by astj) +- [check-http]adding more options to check-http (by fgouteroux) +- [check-load]fix check-load percpu output (by fgouteroux) +- Bump github.com/shirou/gopsutil from 2.20.6+incompatible to 2.20.7+incompatible (by dependabot-preview[bot]) +- Bump github.com/aws/aws-sdk-go from 1.33.12 to 1.33.17 (by dependabot-preview[bot]) +- Bump github.com/lib/pq from 1.7.1 to 1.8.0 (by dependabot-preview[bot]) +- Bump github.com/go-ldap/ldap/v3 from 3.1.10 to 3.2.3 (by dependabot-preview[bot]) + * Wed Jul 29 2020 - 0.36.0 - [check-aws-sqs-queue-size] Replace GoAMZ with aws-sdk-go (by astj) - Bump github.com/aws/aws-sdk-go from 1.31.11 to 1.33.12 (by dependabot-preview[bot]) diff --git a/packaging/rpm/mackerel-check-plugins.spec b/packaging/rpm/mackerel-check-plugins.spec index 54dd56a1..2b17c65e 100644 --- a/packaging/rpm/mackerel-check-plugins.spec +++ b/packaging/rpm/mackerel-check-plugins.spec @@ -45,6 +45,18 @@ done %{__oldtargetdir}/* %changelog +* Tue Sep 15 2020 - 0.37.0 +- add arm64 architecture packages (by lufia) +- Bump github.com/shirou/gopsutil from 2.20.7+incompatible to 2.20.8+incompatible (by dependabot-preview[bot]) +- Bump github.com/aws/aws-sdk-go from 1.33.17 to 1.34.22 (by dependabot-preview[bot]) +- [check-log] stabilize time-dependent tests (by astj) +- [check-http]adding more options to check-http (by fgouteroux) +- [check-load]fix check-load percpu output (by fgouteroux) +- Bump github.com/shirou/gopsutil from 2.20.6+incompatible to 2.20.7+incompatible (by dependabot-preview[bot]) +- Bump github.com/aws/aws-sdk-go from 1.33.12 to 1.33.17 (by dependabot-preview[bot]) +- Bump github.com/lib/pq from 1.7.1 to 1.8.0 (by dependabot-preview[bot]) +- Bump github.com/go-ldap/ldap/v3 from 3.1.10 to 3.2.3 (by dependabot-preview[bot]) + * Wed Jul 29 2020 - 0.36.0 - [check-aws-sqs-queue-size] Replace GoAMZ with aws-sdk-go (by astj) - Bump github.com/aws/aws-sdk-go from 1.31.11 to 1.33.12 (by dependabot-preview[bot])