From 0f84d757c48a1b715c3ae5d159781ca533a8a5bb Mon Sep 17 00:00:00 2001 From: mackerelbot Date: Wed, 9 Nov 2022 06:44:01 +0000 Subject: [PATCH] ready for next release and update changelogs. version: 0.73.0 --- CHANGELOG.md | 7 +++++++ Makefile | 2 +- mackerel-plugin.go | 2 +- packaging/deb-v2/debian/changelog | 11 +++++++++++ packaging/deb/debian/changelog | 11 +++++++++++ ...gz => mackerel-agent-plugins_0.73.0.orig.tar.gz} | Bin packaging/rpm/mackerel-agent-plugins-v2.spec | 5 +++++ packaging/rpm/mackerel-agent-plugins.spec | 5 +++++ 8 files changed, 41 insertions(+), 2 deletions(-) rename packaging/{mackerel-agent-plugins_0.72.2.orig.tar.gz => mackerel-agent-plugins_0.73.0.orig.tar.gz} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a2c663dc..52cd87696 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.73.0 (2022-11-09) + +* Fix Elasticsearch plugin. #950 (fujiwara) +* Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 #946 (dependabot[bot]) +* [mongodb] add metric-key-prefix option #945 (tukaelu) + + ## 0.72.2 (2022-10-20) * Bump github.com/aws/aws-sdk-go from 1.44.56 to 1.44.116 #942 (dependabot[bot]) diff --git a/Makefile b/Makefile index d0a1014f2..2c2b7762e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.72.2 +VERSION = 0.73.0 VERBOSE_FLAG = $(if $(VERBOSE),-verbose) CURRENT_REVISION = $(shell git rev-parse --short HEAD) diff --git a/mackerel-plugin.go b/mackerel-plugin.go index b3d0b8b4f..cce3035dd 100644 --- a/mackerel-plugin.go +++ b/mackerel-plugin.go @@ -60,7 +60,7 @@ func run(args []string) int { return exitOK } -const version = "0.72.2" +const version = "0.73.0" var gitcommit string diff --git a/packaging/deb-v2/debian/changelog b/packaging/deb-v2/debian/changelog index 6c40ce2c9..2792d4374 100644 --- a/packaging/deb-v2/debian/changelog +++ b/packaging/deb-v2/debian/changelog @@ -1,3 +1,14 @@ +mackerel-agent-plugins (0.73.0-1.v2) stable; urgency=low + + * Fix Elasticsearch plugin. (by fujiwara) + + * Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (by dependabot[bot]) + + * [mongodb] add metric-key-prefix option (by tukaelu) + + + -- mackerel Wed, 9 Nov 2022 06:43:59 +0000 + mackerel-agent-plugins (0.72.2-1.v2) stable; urgency=low * Bump github.com/aws/aws-sdk-go from 1.44.56 to 1.44.116 (by dependabot[bot]) diff --git a/packaging/deb/debian/changelog b/packaging/deb/debian/changelog index 7dcd8fac7..f49d191bb 100644 --- a/packaging/deb/debian/changelog +++ b/packaging/deb/debian/changelog @@ -1,3 +1,14 @@ +mackerel-agent-plugins (0.73.0-1) stable; urgency=low + + * Fix Elasticsearch plugin. (by fujiwara) + + * Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (by dependabot[bot]) + + * [mongodb] add metric-key-prefix option (by tukaelu) + + + -- mackerel Wed, 9 Nov 2022 06:43:59 +0000 + mackerel-agent-plugins (0.72.2-1) stable; urgency=low * Bump github.com/aws/aws-sdk-go from 1.44.56 to 1.44.116 (by dependabot[bot]) diff --git a/packaging/mackerel-agent-plugins_0.72.2.orig.tar.gz b/packaging/mackerel-agent-plugins_0.73.0.orig.tar.gz similarity index 100% rename from packaging/mackerel-agent-plugins_0.72.2.orig.tar.gz rename to packaging/mackerel-agent-plugins_0.73.0.orig.tar.gz diff --git a/packaging/rpm/mackerel-agent-plugins-v2.spec b/packaging/rpm/mackerel-agent-plugins-v2.spec index c5401d5c2..9781fb8d9 100644 --- a/packaging/rpm/mackerel-agent-plugins-v2.spec +++ b/packaging/rpm/mackerel-agent-plugins-v2.spec @@ -39,6 +39,11 @@ done %{__targetdir}/* %changelog +* Wed Nov 9 2022 - 0.73.0 +- Fix Elasticsearch plugin. (by fujiwara) +- Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (by dependabot[bot]) +- [mongodb] add metric-key-prefix option (by tukaelu) + * Thu Oct 20 2022 - 0.72.2 - Bump github.com/aws/aws-sdk-go from 1.44.56 to 1.44.116 (by dependabot[bot]) - Bump github.com/fsouza/go-dockerclient from 1.8.3 to 1.9.0 (by dependabot[bot]) diff --git a/packaging/rpm/mackerel-agent-plugins.spec b/packaging/rpm/mackerel-agent-plugins.spec index b9a9fb524..248dfa97f 100644 --- a/packaging/rpm/mackerel-agent-plugins.spec +++ b/packaging/rpm/mackerel-agent-plugins.spec @@ -48,6 +48,11 @@ done %{__oldtargetdir}/* %changelog +* Wed Nov 9 2022 - 0.73.0 +- Fix Elasticsearch plugin. (by fujiwara) +- Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (by dependabot[bot]) +- [mongodb] add metric-key-prefix option (by tukaelu) + * Thu Oct 20 2022 - 0.72.2 - Bump github.com/aws/aws-sdk-go from 1.44.56 to 1.44.116 (by dependabot[bot]) - Bump github.com/fsouza/go-dockerclient from 1.8.3 to 1.9.0 (by dependabot[bot])