Skip to content

Commit bc31cc6

Browse files
authored
Merge pull request #1259 from mackerelio/bump-version-0.88.0
Release version 0.88.0
2 parents 3913768 + 79cb948 commit bc31cc6

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.0 (2025-03-04)
4+
5+
* support memory peak value which is introduced in PHP 8.4 on mackerel-plugin-php-fpm #1254 (kmuto)
6+
* Bump mackerelio/workflows from 1.2.0 to 1.3.0 #1251 (dependabot[bot])
7+
8+
39
## 0.87.0 (2025-01-27)
410

511
* Fix CI build #1247 (ne-sachirou)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.87.0
1+
VERSION = 0.88.0
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.87.0"
63+
const version = "0.88.0"
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.0-1.v2) stable; urgency=low
2+
3+
* support memory peak value which is introduced in PHP 8.4 on mackerel-plugin-php-fpm (by kmuto)
4+
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1254>
5+
* Bump mackerelio/workflows from 1.2.0 to 1.3.0 (by dependabot[bot])
6+
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1251>
7+
8+
-- mackerel <[email protected]> Tue, 4 Mar 2025 02:35:06 +0000
9+
110
mackerel-agent-plugins (0.87.0-1.v2) stable; urgency=low
211

312
* Fix CI build (by ne-sachirou)

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+
* Tue Mar 4 2025 <[email protected]> - 0.88.0
43+
- support memory peak value which is introduced in PHP 8.4 on mackerel-plugin-php-fpm (by kmuto)
44+
- Bump mackerelio/workflows from 1.2.0 to 1.3.0 (by dependabot[bot])
45+
4246
* Mon Jan 27 2025 <[email protected]> - 0.87.0
4347
- Fix CI build (by ne-sachirou)
4448
- Bump golang.org/x/net from 0.23.0 to 0.33.0 in /mackerel-plugin-gcp-compute-engine (by dependabot[bot])

0 commit comments

Comments
 (0)