From fc45ca403826c00fcea505e98b819e5610314d1e Mon Sep 17 00:00:00 2001 From: mackerelbot Date: Wed, 1 Dec 2021 05:26:19 +0000 Subject: [PATCH] ready for next release and update changelogs. version: 0.46.0 --- CHANGELOG.md | 9 +++++++++ Makefile | 2 +- packaging/deb-v2/debian/changelog | 15 +++++++++++++++ packaging/deb/debian/changelog | 15 +++++++++++++++ ...0.45.3.orig.tar.gz => mkr_0.46.0.orig.tar.gz} | Bin packaging/rpm/mkr-v2.spec | 7 +++++++ packaging/rpm/mkr.spec | 7 +++++++ version.go | 2 +- 8 files changed, 55 insertions(+), 2 deletions(-) rename packaging/{mkr_0.45.3.orig.tar.gz => mkr_0.46.0.orig.tar.gz} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1bc7d6a..625d1d59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.46.0 (2021-12-01) + +* added memo on host #418 (yseto) +* Bump github.com/fatih/color from 1.12.0 to 1.13.0 #416 (dependabot[bot]) +* Bump github.com/golangci/golangci-lint from 1.41.1 to 1.43.0 #415 (dependabot[bot]) +* Bump mackerel-agent from 0.72.1 to 0.72.4 #414 (susisu) +* Add arm64/darwin build artifacts to GitHub release #413 (astj) + + ## 0.45.3 (2021-10-14) * implement list cloud integration settings subcommand #407 (Gompei) diff --git a/Makefile b/Makefile index 53827925..e48d21e9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BIN := mkr -VERSION := 0.45.3 +VERSION := 0.46.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 d7db5bc3..610c0899 100644 --- a/packaging/deb-v2/debian/changelog +++ b/packaging/deb-v2/debian/changelog @@ -1,3 +1,18 @@ +mkr (0.46.0-1.v2) stable; urgency=low + + * added memo on host (by yseto) + + * Bump github.com/fatih/color from 1.12.0 to 1.13.0 (by dependabot[bot]) + + * Bump github.com/golangci/golangci-lint from 1.41.1 to 1.43.0 (by dependabot[bot]) + + * Bump mackerel-agent from 0.72.1 to 0.72.4 (by susisu) + + * Add arm64/darwin build artifacts to GitHub release (by astj) + + + -- mackerel Wed, 1 Dec 2021 05:26:19 +0000 + mkr (0.45.3-1.v2) stable; urgency=low * implement list cloud integration settings subcommand (by Gompei) diff --git a/packaging/deb/debian/changelog b/packaging/deb/debian/changelog index 517082bd..a1a9c7ba 100644 --- a/packaging/deb/debian/changelog +++ b/packaging/deb/debian/changelog @@ -1,3 +1,18 @@ +mkr (0.46.0-1) stable; urgency=low + + * added memo on host (by yseto) + + * Bump github.com/fatih/color from 1.12.0 to 1.13.0 (by dependabot[bot]) + + * Bump github.com/golangci/golangci-lint from 1.41.1 to 1.43.0 (by dependabot[bot]) + + * Bump mackerel-agent from 0.72.1 to 0.72.4 (by susisu) + + * Add arm64/darwin build artifacts to GitHub release (by astj) + + + -- mackerel Wed, 1 Dec 2021 05:26:19 +0000 + mkr (0.45.3-1) stable; urgency=low * implement list cloud integration settings subcommand (by Gompei) diff --git a/packaging/mkr_0.45.3.orig.tar.gz b/packaging/mkr_0.46.0.orig.tar.gz similarity index 100% rename from packaging/mkr_0.45.3.orig.tar.gz rename to packaging/mkr_0.46.0.orig.tar.gz diff --git a/packaging/rpm/mkr-v2.spec b/packaging/rpm/mkr-v2.spec index 56369c82..ae7de9b9 100644 --- a/packaging/rpm/mkr-v2.spec +++ b/packaging/rpm/mkr-v2.spec @@ -35,6 +35,13 @@ rm -f %{buildroot}%{_bindir}/%{name} %{_bindir}/%{name} %changelog +* Wed Dec 1 2021 - 0.46.0 +- added memo on host (by yseto) +- Bump github.com/fatih/color from 1.12.0 to 1.13.0 (by dependabot[bot]) +- Bump github.com/golangci/golangci-lint from 1.41.1 to 1.43.0 (by dependabot[bot]) +- Bump mackerel-agent from 0.72.1 to 0.72.4 (by susisu) +- Add arm64/darwin build artifacts to GitHub release (by astj) + * Thu Oct 14 2021 - 0.45.3 - implement list cloud integration settings subcommand (by Gompei) - Bump alpine from 3.14.0 to 3.14.2 (by dependabot[bot]) diff --git a/packaging/rpm/mkr.spec b/packaging/rpm/mkr.spec index 96470c03..34997f31 100644 --- a/packaging/rpm/mkr.spec +++ b/packaging/rpm/mkr.spec @@ -41,6 +41,13 @@ rm -f %{buildroot}%{_bindir}/${name} %{_localbindir}/%{name} %changelog +* Wed Dec 1 2021 - 0.46.0 +- added memo on host (by yseto) +- Bump github.com/fatih/color from 1.12.0 to 1.13.0 (by dependabot[bot]) +- Bump github.com/golangci/golangci-lint from 1.41.1 to 1.43.0 (by dependabot[bot]) +- Bump mackerel-agent from 0.72.1 to 0.72.4 (by susisu) +- Add arm64/darwin build artifacts to GitHub release (by astj) + * Thu Oct 14 2021 - 0.45.3 - implement list cloud integration settings subcommand (by Gompei) - Bump alpine from 3.14.0 to 3.14.2 (by dependabot[bot]) diff --git a/version.go b/version.go index ffda22e9..a17e1104 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package main -const version = "0.45.3" +const version = "0.46.0" var gitcommit string