From a6530c8f70b214b2b1596d9d1d837118f6f47e5b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 12:39:01 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 03fed53..245cafc 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.0.15 +VERSION=0.0.16 GITCOMMIT?=$(shell git describe --dirty --always) LDFLAGS=-ldflags "-w -s -X main.version=${VERSION} -X main.commit=${GITCOMMIT}" From 544ab266e97d8ab9141a9cd5c66047e398f45bc2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 12:39:02 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2890c43..e9e6acd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.0.16](https://github.com/monitoring-forge/mackerel-plugin-maxcpu/compare/v0.0.15...v0.0.16) - 2026-07-23 + +- Feat/repo transfer and improve socket check by @kazeburo in https://github.com/monitoring-forge/mackerel-plugin-maxcpu/pull/39 + ## [v0.0.15](https://github.com/kazeburo/mackerel-plugin-maxcpu/compare/v0.0.14...v0.0.15) - 2026-07-10 - ci: bump Songmu/tagpr from 1.15.0 to 1.17.0 in the dependencies group by @dependabot[bot] in https://github.com/kazeburo/mackerel-plugin-maxcpu/pull/25