From ff30dedecdd16c3ba71246d4ec9ec021bc4b82c8 Mon Sep 17 00:00:00 2001 From: mackerelbot Date: Tue, 8 Oct 2024 06:30:43 +0000 Subject: [PATCH] ready for next release and update changelogs. version: 0.86.0 --- CHANGELOG.md | 9 +++++++++ Makefile | 2 +- mackerel-plugin.go | 2 +- packaging/deb-v2/debian/changelog | 15 +++++++++++++++ ...=> mackerel-agent-plugins_0.86.0.orig.tar.gz} | Bin packaging/rpm/mackerel-agent-plugins-v2.spec | 7 +++++++ 6 files changed, 33 insertions(+), 2 deletions(-) rename packaging/{mackerel-agent-plugins_0.85.0.orig.tar.gz => mackerel-agent-plugins_0.86.0.orig.tar.gz} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fbb9abed..9517d3d3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.86.0 (2024-10-08) + +* Bump github.com/mackerelio/mackerel-plugin-mysql from 1.2.1 to 1.3.0 in /mackerel-plugin-mysql #1228 (dependabot[bot]) +* Watch every module go.mod #1225 (yohfee) +* Bump github.com/mackerelio/mackerel-plugin-mysql from 1.2.2 to 1.3.0 #1224 (dependabot[bot]) +* Fix lint #1220 (yohfee) +* [plugin-aws-ec2-ebs] add actions to README need to be allowed in the iam policy #1219 (miztch) + + ## 0.85.0 (2024-08-08) * Bump golang.org/x/text from 0.15.0 to 0.17.0 #1216 (dependabot[bot]) diff --git a/Makefile b/Makefile index 505b1a531..504504618 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.85.0 +VERSION = 0.86.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 6811034b6..4243f91b9 100644 --- a/mackerel-plugin.go +++ b/mackerel-plugin.go @@ -60,7 +60,7 @@ func run(args []string) int { return exitOK } -const version = "0.85.0" +const version = "0.86.0" var gitcommit string diff --git a/packaging/deb-v2/debian/changelog b/packaging/deb-v2/debian/changelog index b442c08df..ff6a55259 100644 --- a/packaging/deb-v2/debian/changelog +++ b/packaging/deb-v2/debian/changelog @@ -1,3 +1,18 @@ +mackerel-agent-plugins (0.86.0-1.v2) stable; urgency=low + + * Bump github.com/mackerelio/mackerel-plugin-mysql from 1.2.1 to 1.3.0 in /mackerel-plugin-mysql (by dependabot[bot]) + + * Watch every module go.mod (by yohfee) + + * Bump github.com/mackerelio/mackerel-plugin-mysql from 1.2.2 to 1.3.0 (by dependabot[bot]) + + * Fix lint (by yohfee) + + * [plugin-aws-ec2-ebs] add actions to README need to be allowed in the iam policy (by miztch) + + + -- mackerel Tue, 8 Oct 2024 06:30:43 +0000 + mackerel-agent-plugins (0.85.0-1.v2) stable; urgency=low * Bump golang.org/x/text from 0.15.0 to 0.17.0 (by dependabot[bot]) diff --git a/packaging/mackerel-agent-plugins_0.85.0.orig.tar.gz b/packaging/mackerel-agent-plugins_0.86.0.orig.tar.gz similarity index 100% rename from packaging/mackerel-agent-plugins_0.85.0.orig.tar.gz rename to packaging/mackerel-agent-plugins_0.86.0.orig.tar.gz diff --git a/packaging/rpm/mackerel-agent-plugins-v2.spec b/packaging/rpm/mackerel-agent-plugins-v2.spec index b36b461dd..bb1e57947 100644 --- a/packaging/rpm/mackerel-agent-plugins-v2.spec +++ b/packaging/rpm/mackerel-agent-plugins-v2.spec @@ -39,6 +39,13 @@ done %{__targetdir}/* %changelog +* Tue Oct 8 2024 - 0.86.0 +- Bump github.com/mackerelio/mackerel-plugin-mysql from 1.2.1 to 1.3.0 in /mackerel-plugin-mysql (by dependabot[bot]) +- Watch every module go.mod (by yohfee) +- Bump github.com/mackerelio/mackerel-plugin-mysql from 1.2.2 to 1.3.0 (by dependabot[bot]) +- Fix lint (by yohfee) +- [plugin-aws-ec2-ebs] add actions to README need to be allowed in the iam policy (by miztch) + * Thu Aug 8 2024 - 0.85.0 - Bump golang.org/x/text from 0.15.0 to 0.17.0 (by dependabot[bot]) - [mackerel-plugin-snmp] support 32bit counter overflow. (by yseto)