From edc96a7b2e854d1bd23f94c5f67134f2c7c80af6 Mon Sep 17 00:00:00 2001 From: mackerelbot Date: Wed, 28 Oct 2020 02:36:24 +0000 Subject: [PATCH] ready for next release and update changelogs. version: 0.41.0 --- CHANGELOG.md | 8 ++++++++ Makefile | 2 +- packaging/deb-v2/debian/changelog | 13 +++++++++++++ packaging/deb/debian/changelog | 13 +++++++++++++ ...r_0.40.4.orig.tar.gz => mkr_0.41.0.orig.tar.gz} | Bin packaging/rpm/mkr-v2.spec | 6 ++++++ packaging/rpm/mkr.spec | 6 ++++++ version.go | 2 +- 8 files changed, 48 insertions(+), 2 deletions(-) rename packaging/{mkr_0.40.4.orig.tar.gz => mkr_0.41.0.orig.tar.gz} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69fff1c8..e2d3e2b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.41.0 (2020-10-28) + +* Print empty array if hosts not found #326 (kazeburo) +* Add armhf Debian package to GitHub release #323 (hnw) +* Bump alpine from 3.12.0 to 3.12.1 #325 (dependabot-preview[bot]) +* Bump github.com/mackerelio/mackerel-agent from 0.69.1 to 0.69.2 #321 (dependabot-preview[bot]) + + ## 0.40.4 (2020-10-01) * Bump github.com/mackerelio/mackerel-client-go from 0.10.1 to 0.11.0 #319 (dependabot-preview[bot]) diff --git a/Makefile b/Makefile index 2655f01e..b4829c81 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BIN := mkr -VERSION := 0.40.4 +VERSION := 0.41.0 CURRENT_REVISION := $(shell git rev-parse --short HEAD) BUILD_LDFLAGS := "-w -s -X main.gitcommit=$(CURRENT_REVISION)" diff --git a/packaging/deb-v2/debian/changelog b/packaging/deb-v2/debian/changelog index c33a8fc9..f845be88 100644 --- a/packaging/deb-v2/debian/changelog +++ b/packaging/deb-v2/debian/changelog @@ -1,3 +1,16 @@ +mkr (0.41.0-1.v2) stable; urgency=low + + * Print empty array if hosts not found (by kazeburo) + + * Add armhf Debian package to GitHub release (by hnw) + + * Bump alpine from 3.12.0 to 3.12.1 (by dependabot-preview[bot]) + + * Bump github.com/mackerelio/mackerel-agent from 0.69.1 to 0.69.2 (by dependabot-preview[bot]) + + + -- mackerel Wed, 28 Oct 2020 02:36:24 +0000 + mkr (0.40.4-1.v2) stable; urgency=low * Bump github.com/mackerelio/mackerel-client-go from 0.10.1 to 0.11.0 (by dependabot-preview[bot]) diff --git a/packaging/deb/debian/changelog b/packaging/deb/debian/changelog index dbe457eb..89d5fcc4 100644 --- a/packaging/deb/debian/changelog +++ b/packaging/deb/debian/changelog @@ -1,3 +1,16 @@ +mkr (0.41.0-1) stable; urgency=low + + * Print empty array if hosts not found (by kazeburo) + + * Add armhf Debian package to GitHub release (by hnw) + + * Bump alpine from 3.12.0 to 3.12.1 (by dependabot-preview[bot]) + + * Bump github.com/mackerelio/mackerel-agent from 0.69.1 to 0.69.2 (by dependabot-preview[bot]) + + + -- mackerel Wed, 28 Oct 2020 02:36:24 +0000 + mkr (0.40.4-1) stable; urgency=low * Bump github.com/mackerelio/mackerel-client-go from 0.10.1 to 0.11.0 (by dependabot-preview[bot]) diff --git a/packaging/mkr_0.40.4.orig.tar.gz b/packaging/mkr_0.41.0.orig.tar.gz similarity index 100% rename from packaging/mkr_0.40.4.orig.tar.gz rename to packaging/mkr_0.41.0.orig.tar.gz diff --git a/packaging/rpm/mkr-v2.spec b/packaging/rpm/mkr-v2.spec index 30b6c22a..648dfcea 100644 --- a/packaging/rpm/mkr-v2.spec +++ b/packaging/rpm/mkr-v2.spec @@ -35,6 +35,12 @@ rm -f %{buildroot}%{_bindir}/%{name} %{_bindir}/%{name} %changelog +* Wed Oct 28 2020 - 0.41.0 +- Print empty array if hosts not found (by kazeburo) +- Add armhf Debian package to GitHub release (by hnw) +- Bump alpine from 3.12.0 to 3.12.1 (by dependabot-preview[bot]) +- Bump github.com/mackerelio/mackerel-agent from 0.69.1 to 0.69.2 (by dependabot-preview[bot]) + * Thu Oct 01 2020 - 0.40.4 - Bump github.com/mackerelio/mackerel-client-go from 0.10.1 to 0.11.0 (by dependabot-preview[bot]) - Bump github.com/mackerelio/mackerel-agent from 0.68.2 to 0.69.1 (by dependabot-preview[bot]) diff --git a/packaging/rpm/mkr.spec b/packaging/rpm/mkr.spec index 34977046..78e634d4 100644 --- a/packaging/rpm/mkr.spec +++ b/packaging/rpm/mkr.spec @@ -41,6 +41,12 @@ rm -f %{buildroot}%{_bindir}/${name} %{_localbindir}/%{name} %changelog +* Wed Oct 28 2020 - 0.41.0 +- Print empty array if hosts not found (by kazeburo) +- Add armhf Debian package to GitHub release (by hnw) +- Bump alpine from 3.12.0 to 3.12.1 (by dependabot-preview[bot]) +- Bump github.com/mackerelio/mackerel-agent from 0.69.1 to 0.69.2 (by dependabot-preview[bot]) + * Thu Oct 01 2020 - 0.40.4 - Bump github.com/mackerelio/mackerel-client-go from 0.10.1 to 0.11.0 (by dependabot-preview[bot]) - Bump github.com/mackerelio/mackerel-agent from 0.68.2 to 0.69.1 (by dependabot-preview[bot]) diff --git a/version.go b/version.go index 8db07d72..b98ff80f 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package main -const version = "0.40.4" +const version = "0.41.0" var gitcommit string