From 511f0589819a1ffaefa38ebcf07cd5a134fdb609 Mon Sep 17 00:00:00 2001 From: mackerelbot Date: Wed, 26 Jul 2023 06:47:36 +0000 Subject: [PATCH] ready for next release and update changelogs. version: 0.52.0 --- CHANGELOG.md | 11 ++++++++++ Makefile | 2 +- packaging/deb-v2/debian/changelog | 19 ++++++++++++++++++ ...1.1.orig.tar.gz => mkr_0.52.0.orig.tar.gz} | Bin packaging/rpm/mkr-v2.spec | 9 +++++++++ packaging/rpm/mkr.spec | 9 +++++++++ version.go | 2 +- 7 files changed, 50 insertions(+), 2 deletions(-) rename packaging/{mkr_0.51.1.orig.tar.gz => mkr_0.52.0.orig.tar.gz} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd35f563..f2520b91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.52.0 (2023-07-26) + +* read annotation's description from file or stdin #582 (Arthur1) +* Bump github.com/mackerelio/mackerel-agent from 0.77.0 to 0.77.1 #581 (dependabot[bot]) +* Bump golang.org/x/sync from 0.1.0 to 0.3.0 #577 (dependabot[bot]) +* Bump github.com/urfave/cli from 1.22.12 to 1.22.14 #574 (dependabot[bot]) +* Bump github.com/itchyny/gojq from 0.12.12 to 0.12.13 #573 (dependabot[bot]) +* Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 #570 (dependabot[bot]) +* Bump actions/setup-go from 3 to 4 #555 (dependabot[bot]) + + ## 0.51.1 (2023-07-13) * Bump github.com/mackerelio/mackerel-agent from 0.75.1 to 0.77.0 #576 (dependabot[bot]) diff --git a/Makefile b/Makefile index 3c9f38b1..645efa4d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BIN := mkr -VERSION := 0.51.1 +VERSION := 0.52.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 081d57e1..64bf8410 100644 --- a/packaging/deb-v2/debian/changelog +++ b/packaging/deb-v2/debian/changelog @@ -1,3 +1,22 @@ +mkr (0.52.0-1.v2) stable; urgency=low + + * read annotation's description from file or stdin (by Arthur1) + + * Bump github.com/mackerelio/mackerel-agent from 0.77.0 to 0.77.1 (by dependabot[bot]) + + * Bump golang.org/x/sync from 0.1.0 to 0.3.0 (by dependabot[bot]) + + * Bump github.com/urfave/cli from 1.22.12 to 1.22.14 (by dependabot[bot]) + + * Bump github.com/itchyny/gojq from 0.12.12 to 0.12.13 (by dependabot[bot]) + + * Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (by dependabot[bot]) + + * Bump actions/setup-go from 3 to 4 (by dependabot[bot]) + + + -- mackerel Wed, 26 Jul 2023 06:47:35 +0000 + mkr (0.51.1-1.v2) stable; urgency=low * Bump github.com/mackerelio/mackerel-agent from 0.75.1 to 0.77.0 (by dependabot[bot]) diff --git a/packaging/mkr_0.51.1.orig.tar.gz b/packaging/mkr_0.52.0.orig.tar.gz similarity index 100% rename from packaging/mkr_0.51.1.orig.tar.gz rename to packaging/mkr_0.52.0.orig.tar.gz diff --git a/packaging/rpm/mkr-v2.spec b/packaging/rpm/mkr-v2.spec index f87968f6..e718a004 100644 --- a/packaging/rpm/mkr-v2.spec +++ b/packaging/rpm/mkr-v2.spec @@ -35,6 +35,15 @@ rm -f %{buildroot}%{_bindir}/%{name} %{_bindir}/%{name} %changelog +* Wed Jul 26 2023 - 0.52.0 +- read annotation's description from file or stdin (by Arthur1) +- Bump github.com/mackerelio/mackerel-agent from 0.77.0 to 0.77.1 (by dependabot[bot]) +- Bump golang.org/x/sync from 0.1.0 to 0.3.0 (by dependabot[bot]) +- Bump github.com/urfave/cli from 1.22.12 to 1.22.14 (by dependabot[bot]) +- Bump github.com/itchyny/gojq from 0.12.12 to 0.12.13 (by dependabot[bot]) +- Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (by dependabot[bot]) +- Bump actions/setup-go from 3 to 4 (by dependabot[bot]) + * Thu Jul 13 2023 - 0.51.1 - Bump github.com/mackerelio/mackerel-agent from 0.75.1 to 0.77.0 (by dependabot[bot]) diff --git a/packaging/rpm/mkr.spec b/packaging/rpm/mkr.spec index 64ed69c5..2f481bba 100644 --- a/packaging/rpm/mkr.spec +++ b/packaging/rpm/mkr.spec @@ -41,6 +41,15 @@ rm -f %{buildroot}%{_bindir}/${name} %{_localbindir}/%{name} %changelog +* Wed Jul 26 2023 - 0.52.0 +- read annotation's description from file or stdin (by Arthur1) +- Bump github.com/mackerelio/mackerel-agent from 0.77.0 to 0.77.1 (by dependabot[bot]) +- Bump golang.org/x/sync from 0.1.0 to 0.3.0 (by dependabot[bot]) +- Bump github.com/urfave/cli from 1.22.12 to 1.22.14 (by dependabot[bot]) +- Bump github.com/itchyny/gojq from 0.12.12 to 0.12.13 (by dependabot[bot]) +- Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (by dependabot[bot]) +- Bump actions/setup-go from 3 to 4 (by dependabot[bot]) + * Thu Jul 13 2023 - 0.51.1 - Bump github.com/mackerelio/mackerel-agent from 0.75.1 to 0.77.0 (by dependabot[bot]) diff --git a/version.go b/version.go index 8bf1f944..16fa038d 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package main -const version = "0.51.1" +const version = "0.52.0" var gitcommit string