From 5dd8ac7341caeb3c1eaf2047b272dec067bcd8f6 Mon Sep 17 00:00:00 2001 From: mackerelbot Date: Fri, 4 Nov 2022 02:37:02 +0000 Subject: [PATCH] ready for next release and update changelogs. version: 0.47.2 --- CHANGELOG.md | 12 ++++++++++ Makefile | 2 +- packaging/deb-v2/debian/changelog | 21 ++++++++++++++++++ packaging/deb/debian/changelog | 21 ++++++++++++++++++ ...7.1.orig.tar.gz => mkr_0.47.2.orig.tar.gz} | Bin packaging/rpm/mkr-v2.spec | 10 +++++++++ packaging/rpm/mkr.spec | 10 +++++++++ version.go | 2 +- 8 files changed, 76 insertions(+), 2 deletions(-) rename packaging/{mkr_0.47.1.orig.tar.gz => mkr_0.47.2.orig.tar.gz} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcd061c5..038fa880 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 0.47.2 (2022-11-04) + +* Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 #505 (dependabot[bot]) +* Bump github.com/mackerelio/mackerel-client-go from 0.21.2 to 0.22.0 #503 (dependabot[bot]) +* Bump github.com/golangci/golangci-lint from 1.47.1 to 1.50.0 #502 (dependabot[bot]) +* Bump github.com/mackerelio/mackerel-agent from 0.72.14 to 0.73.1 #501 (dependabot[bot]) +* Bump github.com/urfave/cli from 1.22.9 to 1.22.10 #498 (dependabot[bot]) +* Bump github.com/itchyny/gojq from 0.12.8 to 0.12.9 #497 (dependabot[bot]) +* Bump github.com/Songmu/goxz from 0.8.2 to 0.9.1 #492 (dependabot[bot]) +* Bump alpine from 3.16.1 to 3.16.2 #488 (dependabot[bot]) + + ## 0.47.1 (2022-09-14) * Bump github.com/mackerelio/mackerel-client-go from 0.21.1 to 0.21.2 #494 (dependabot[bot]) diff --git a/Makefile b/Makefile index 6b7ff968..0b3de94f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BIN := mkr -VERSION := 0.47.1 +VERSION := 0.47.2 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 b9152519..eb07e57f 100644 --- a/packaging/deb-v2/debian/changelog +++ b/packaging/deb-v2/debian/changelog @@ -1,3 +1,24 @@ +mkr (0.47.2-1.v2) stable; urgency=low + + * Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (by dependabot[bot]) + + * Bump github.com/mackerelio/mackerel-client-go from 0.21.2 to 0.22.0 (by dependabot[bot]) + + * Bump github.com/golangci/golangci-lint from 1.47.1 to 1.50.0 (by dependabot[bot]) + + * Bump github.com/mackerelio/mackerel-agent from 0.72.14 to 0.73.1 (by dependabot[bot]) + + * Bump github.com/urfave/cli from 1.22.9 to 1.22.10 (by dependabot[bot]) + + * Bump github.com/itchyny/gojq from 0.12.8 to 0.12.9 (by dependabot[bot]) + + * Bump github.com/Songmu/goxz from 0.8.2 to 0.9.1 (by dependabot[bot]) + + * Bump alpine from 3.16.1 to 3.16.2 (by dependabot[bot]) + + + -- mackerel Fri, 4 Nov 2022 02:37:02 +0000 + mkr (0.47.1-1.v2) stable; urgency=low * Bump github.com/mackerelio/mackerel-client-go from 0.21.1 to 0.21.2 (by dependabot[bot]) diff --git a/packaging/deb/debian/changelog b/packaging/deb/debian/changelog index 5c480116..0b93a769 100644 --- a/packaging/deb/debian/changelog +++ b/packaging/deb/debian/changelog @@ -1,3 +1,24 @@ +mkr (0.47.2-1) stable; urgency=low + + * Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (by dependabot[bot]) + + * Bump github.com/mackerelio/mackerel-client-go from 0.21.2 to 0.22.0 (by dependabot[bot]) + + * Bump github.com/golangci/golangci-lint from 1.47.1 to 1.50.0 (by dependabot[bot]) + + * Bump github.com/mackerelio/mackerel-agent from 0.72.14 to 0.73.1 (by dependabot[bot]) + + * Bump github.com/urfave/cli from 1.22.9 to 1.22.10 (by dependabot[bot]) + + * Bump github.com/itchyny/gojq from 0.12.8 to 0.12.9 (by dependabot[bot]) + + * Bump github.com/Songmu/goxz from 0.8.2 to 0.9.1 (by dependabot[bot]) + + * Bump alpine from 3.16.1 to 3.16.2 (by dependabot[bot]) + + + -- mackerel Fri, 4 Nov 2022 02:37:02 +0000 + mkr (0.47.1-1) stable; urgency=low * Bump github.com/mackerelio/mackerel-client-go from 0.21.1 to 0.21.2 (by dependabot[bot]) diff --git a/packaging/mkr_0.47.1.orig.tar.gz b/packaging/mkr_0.47.2.orig.tar.gz similarity index 100% rename from packaging/mkr_0.47.1.orig.tar.gz rename to packaging/mkr_0.47.2.orig.tar.gz diff --git a/packaging/rpm/mkr-v2.spec b/packaging/rpm/mkr-v2.spec index 116ee970..573106d5 100644 --- a/packaging/rpm/mkr-v2.spec +++ b/packaging/rpm/mkr-v2.spec @@ -35,6 +35,16 @@ rm -f %{buildroot}%{_bindir}/%{name} %{_bindir}/%{name} %changelog +* Fri Nov 4 2022 - 0.47.2 +- Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (by dependabot[bot]) +- Bump github.com/mackerelio/mackerel-client-go from 0.21.2 to 0.22.0 (by dependabot[bot]) +- Bump github.com/golangci/golangci-lint from 1.47.1 to 1.50.0 (by dependabot[bot]) +- Bump github.com/mackerelio/mackerel-agent from 0.72.14 to 0.73.1 (by dependabot[bot]) +- Bump github.com/urfave/cli from 1.22.9 to 1.22.10 (by dependabot[bot]) +- Bump github.com/itchyny/gojq from 0.12.8 to 0.12.9 (by dependabot[bot]) +- Bump github.com/Songmu/goxz from 0.8.2 to 0.9.1 (by dependabot[bot]) +- Bump alpine from 3.16.1 to 3.16.2 (by dependabot[bot]) + * Wed Sep 14 2022 - 0.47.1 - Bump github.com/mackerelio/mackerel-client-go from 0.21.1 to 0.21.2 (by dependabot[bot]) diff --git a/packaging/rpm/mkr.spec b/packaging/rpm/mkr.spec index 49c4d314..00ffae9a 100644 --- a/packaging/rpm/mkr.spec +++ b/packaging/rpm/mkr.spec @@ -41,6 +41,16 @@ rm -f %{buildroot}%{_bindir}/${name} %{_localbindir}/%{name} %changelog +* Fri Nov 4 2022 - 0.47.2 +- Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (by dependabot[bot]) +- Bump github.com/mackerelio/mackerel-client-go from 0.21.2 to 0.22.0 (by dependabot[bot]) +- Bump github.com/golangci/golangci-lint from 1.47.1 to 1.50.0 (by dependabot[bot]) +- Bump github.com/mackerelio/mackerel-agent from 0.72.14 to 0.73.1 (by dependabot[bot]) +- Bump github.com/urfave/cli from 1.22.9 to 1.22.10 (by dependabot[bot]) +- Bump github.com/itchyny/gojq from 0.12.8 to 0.12.9 (by dependabot[bot]) +- Bump github.com/Songmu/goxz from 0.8.2 to 0.9.1 (by dependabot[bot]) +- Bump alpine from 3.16.1 to 3.16.2 (by dependabot[bot]) + * Wed Sep 14 2022 - 0.47.1 - Bump github.com/mackerelio/mackerel-client-go from 0.21.1 to 0.21.2 (by dependabot[bot]) diff --git a/version.go b/version.go index 70b3f4c7..aebb34d1 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package main -const version = "0.47.1" +const version = "0.47.2" var gitcommit string