From f9b153cc7616bc060929abd86beefe1c1521da2d Mon Sep 17 00:00:00 2001 From: mackerelbot Date: Thu, 14 Jan 2021 06:20:34 +0000 Subject: [PATCH] ready for next release and update changelogs. version: 0.39.0 --- CHANGELOG.md | 8 ++++++++ Makefile | 2 +- mackerel-check.go | 2 +- packaging/deb-v2/debian/changelog | 13 +++++++++++++ packaging/deb/debian/changelog | 13 +++++++++++++ ...z => mackerel-check-plugins_0.39.0.orig.tar.gz} | Bin packaging/rpm/mackerel-check-plugins-v2.spec | 6 ++++++ packaging/rpm/mackerel-check-plugins.spec | 6 ++++++ 8 files changed, 48 insertions(+), 2 deletions(-) rename packaging/{mackerel-check-plugins_0.38.0.orig.tar.gz => mackerel-check-plugins_0.39.0.orig.tar.gz} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28b37a48..39ea542e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.39.0 (2021-01-14) + +* Bump github.com/aws/aws-sdk-go from 1.35.35 to 1.36.19 #442 (dependabot[bot]) +* Bump github.com/lib/pq from 1.8.0 to 1.9.0 #433 (dependabot[bot]) +* [check-disk] Closes #440 added sort the chec-disk output #441 (hurrycaine) +* Bump github.com/fsouza/go-dockerclient from 1.6.5 to 1.6.6 #434 (dependabot[bot]) + + ## 0.38.0 (2020-12-09) * Bump github.com/shirou/gopsutil from 2.20.8+incompatible to 2.20.9+incompatible #416 (dependabot-preview[bot]) diff --git a/Makefile b/Makefile index 91e29578..764ab3a0 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.38.0 +VERSION = 0.39.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 cb061d10..3e5f98df 100644 --- a/mackerel-check.go +++ b/mackerel-check.go @@ -60,7 +60,7 @@ func run(args []string) int { return exitOK } -const version = "0.38.0" +const version = "0.39.0" var gitcommit string diff --git a/packaging/deb-v2/debian/changelog b/packaging/deb-v2/debian/changelog index 82c31b38..fde8c668 100644 --- a/packaging/deb-v2/debian/changelog +++ b/packaging/deb-v2/debian/changelog @@ -1,3 +1,16 @@ +mackerel-check-plugins (0.39.0-1.v2) stable; urgency=low + + * Bump github.com/aws/aws-sdk-go from 1.35.35 to 1.36.19 (by dependabot[bot]) + + * Bump github.com/lib/pq from 1.8.0 to 1.9.0 (by dependabot[bot]) + + * [check-disk] Closes #440 added sort the chec-disk output (by hurrycaine) + + * Bump github.com/fsouza/go-dockerclient from 1.6.5 to 1.6.6 (by dependabot[bot]) + + + -- mackerel Thu, 14 Jan 2021 06:20:34 +0000 + mackerel-check-plugins (0.38.0-1.v2) stable; urgency=low * Bump github.com/shirou/gopsutil from 2.20.8+incompatible to 2.20.9+incompatible (by dependabot-preview[bot]) diff --git a/packaging/deb/debian/changelog b/packaging/deb/debian/changelog index 3969fa55..fcbf4200 100644 --- a/packaging/deb/debian/changelog +++ b/packaging/deb/debian/changelog @@ -1,3 +1,16 @@ +mackerel-check-plugins (0.39.0-1) stable; urgency=low + + * Bump github.com/aws/aws-sdk-go from 1.35.35 to 1.36.19 (by dependabot[bot]) + + * Bump github.com/lib/pq from 1.8.0 to 1.9.0 (by dependabot[bot]) + + * [check-disk] Closes #440 added sort the chec-disk output (by hurrycaine) + + * Bump github.com/fsouza/go-dockerclient from 1.6.5 to 1.6.6 (by dependabot[bot]) + + + -- mackerel Thu, 14 Jan 2021 06:20:34 +0000 + mackerel-check-plugins (0.38.0-1) stable; urgency=low * Bump github.com/shirou/gopsutil from 2.20.8+incompatible to 2.20.9+incompatible (by dependabot-preview[bot]) diff --git a/packaging/mackerel-check-plugins_0.38.0.orig.tar.gz b/packaging/mackerel-check-plugins_0.39.0.orig.tar.gz similarity index 100% rename from packaging/mackerel-check-plugins_0.38.0.orig.tar.gz rename to packaging/mackerel-check-plugins_0.39.0.orig.tar.gz diff --git a/packaging/rpm/mackerel-check-plugins-v2.spec b/packaging/rpm/mackerel-check-plugins-v2.spec index ecadde44..6668ecd7 100644 --- a/packaging/rpm/mackerel-check-plugins-v2.spec +++ b/packaging/rpm/mackerel-check-plugins-v2.spec @@ -36,6 +36,12 @@ done %{__targetdir}/* %changelog +* Thu Jan 14 2021 - 0.39.0 +- Bump github.com/aws/aws-sdk-go from 1.35.35 to 1.36.19 (by dependabot[bot]) +- Bump github.com/lib/pq from 1.8.0 to 1.9.0 (by dependabot[bot]) +- [check-disk] Closes #440 added sort the chec-disk output (by hurrycaine) +- Bump github.com/fsouza/go-dockerclient from 1.6.5 to 1.6.6 (by dependabot[bot]) + * Wed Dec 09 2020 - 0.38.0 - Bump github.com/shirou/gopsutil from 2.20.8+incompatible to 2.20.9+incompatible (by dependabot-preview[bot]) - migrate CIs to GitHub Actions (by lufia) diff --git a/packaging/rpm/mackerel-check-plugins.spec b/packaging/rpm/mackerel-check-plugins.spec index aa455ec0..53f46ea8 100644 --- a/packaging/rpm/mackerel-check-plugins.spec +++ b/packaging/rpm/mackerel-check-plugins.spec @@ -45,6 +45,12 @@ done %{__oldtargetdir}/* %changelog +* Thu Jan 14 2021 - 0.39.0 +- Bump github.com/aws/aws-sdk-go from 1.35.35 to 1.36.19 (by dependabot[bot]) +- Bump github.com/lib/pq from 1.8.0 to 1.9.0 (by dependabot[bot]) +- [check-disk] Closes #440 added sort the chec-disk output (by hurrycaine) +- Bump github.com/fsouza/go-dockerclient from 1.6.5 to 1.6.6 (by dependabot[bot]) + * Wed Dec 09 2020 - 0.38.0 - Bump github.com/shirou/gopsutil from 2.20.8+incompatible to 2.20.9+incompatible (by dependabot-preview[bot]) - migrate CIs to GitHub Actions (by lufia)