Skip to content

Commit b92b488

Browse files
authored
Merge pull request #1267 from mackerelio/bump-version-0.88.1
Release version 0.88.1
2 parents a6be1ab + 6d759df commit b92b488

File tree

6 files changed

+21
-2
lines changed

6 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.88.1 (2025-03-31)
4+
5+
* replace to newer runner-images #1264 (yseto)
6+
* Bump golang.org/x/net from 0.33.0 to 0.36.0 in /mackerel-plugin-gcp-compute-engine #1263 (dependabot[bot])
7+
8+
39
## 0.88.0 (2025-03-04)
410

511
* support memory peak value which is introduced in PHP 8.4 on mackerel-plugin-php-fpm #1254 (kmuto)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.88.0
1+
VERSION = 0.88.1
22
VERBOSE_FLAG = $(if $(VERBOSE),-verbose)
33
CURRENT_REVISION = $(shell git rev-parse --short HEAD)
44

mackerel-plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func run(args []string) int {
6060
return exitOK
6161
}
6262

63-
const version = "0.88.0"
63+
const version = "0.88.1"
6464

6565
var gitcommit string
6666

packaging/deb-v2/debian/changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
mackerel-agent-plugins (0.88.1-1.v2) stable; urgency=low
2+
3+
* replace to newer runner-images (by yseto)
4+
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1264>
5+
* Bump golang.org/x/net from 0.33.0 to 0.36.0 in /mackerel-plugin-gcp-compute-engine (by dependabot[bot])
6+
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1263>
7+
8+
-- mackerel <mackerel-developers@hatena.ne.jp> Mon, 31 Mar 2025 06:34:07 +0000
9+
110
mackerel-agent-plugins (0.88.0-1.v2) stable; urgency=low
211

312
* support memory peak value which is introduced in PHP 8.4 on mackerel-plugin-php-fpm (by kmuto)
File renamed without changes.

packaging/rpm/mackerel-agent-plugins-v2.spec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ done
3939
%{__targetdir}/*
4040

4141
%changelog
42+
* Mon Mar 31 2025 <mackerel-developers@hatena.ne.jp> - 0.88.1
43+
- replace to newer runner-images (by yseto)
44+
- Bump golang.org/x/net from 0.33.0 to 0.36.0 in /mackerel-plugin-gcp-compute-engine (by dependabot[bot])
45+
4246
* Tue Mar 4 2025 <mackerel-developers@hatena.ne.jp> - 0.88.0
4347
- support memory peak value which is introduced in PHP 8.4 on mackerel-plugin-php-fpm (by kmuto)
4448
- Bump mackerelio/workflows from 1.2.0 to 1.3.0 (by dependabot[bot])

0 commit comments

Comments
 (0)