From 075027f42479eeed050345d8189c2072b24d39b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 13:34:42 +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 1af928d..f7e3ce9 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.1.2 +VERSION=0.1.3 GITCOMMIT?=$(shell git describe --dirty --always) LDFLAGS=-ldflags "-w -s -X main.version=${VERSION} -X main.commit=${GITCOMMIT}" all: mackerel-plugin-linux-usage From 124e3a83b3bcdfbc99d7bf50c6b1eed13e475478 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 13:34:44 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b95277f..7aa369c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v0.1.3](https://github.com/monitoring-forge/mackerel-plugin-linux-usage/compare/v0.1.2...v0.1.3) - 2026-08-03 + +- add lint and fix some issue by @kazeburo in https://github.com/monitoring-forge/mackerel-plugin-linux-usage/pull/11 +- Sync files with `monitoring-forge/github-common` by @monitoring-forge-files-sync-action[bot] in https://github.com/monitoring-forge/mackerel-plugin-linux-usage/pull/13 + ## [v0.1.2](https://github.com/monitoring-forge/mackerel-plugin-linux-usage/compare/v0.1.1...v0.1.2) - 2026-07-26 - use max by @kazeburo in https://github.com/monitoring-forge/mackerel-plugin-linux-usage/pull/8