Skip to content

Commit

Permalink
Merge pull request #1259 from mackerelio/bump-version-0.88.0
Browse files Browse the repository at this point in the history
Release version 0.88.0
  • Loading branch information
yseto authored Mar 4, 2025
2 parents 3913768 + 79cb948 commit bc31cc6
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.88.0 (2025-03-04)

* support memory peak value which is introduced in PHP 8.4 on mackerel-plugin-php-fpm #1254 (kmuto)
* Bump mackerelio/workflows from 1.2.0 to 1.3.0 #1251 (dependabot[bot])


## 0.87.0 (2025-01-27)

* Fix CI build #1247 (ne-sachirou)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.87.0
VERSION = 0.88.0
VERBOSE_FLAG = $(if $(VERBOSE),-verbose)
CURRENT_REVISION = $(shell git rev-parse --short HEAD)

Expand Down
2 changes: 1 addition & 1 deletion mackerel-plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func run(args []string) int {
return exitOK
}

const version = "0.87.0"
const version = "0.88.0"

var gitcommit string

Expand Down
9 changes: 9 additions & 0 deletions packaging/deb-v2/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
mackerel-agent-plugins (0.88.0-1.v2) stable; urgency=low

* support memory peak value which is introduced in PHP 8.4 on mackerel-plugin-php-fpm (by kmuto)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1254>
* Bump mackerelio/workflows from 1.2.0 to 1.3.0 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1251>

-- mackerel <[email protected]> Tue, 4 Mar 2025 02:35:06 +0000

mackerel-agent-plugins (0.87.0-1.v2) stable; urgency=low

* Fix CI build (by ne-sachirou)
Expand Down
4 changes: 4 additions & 0 deletions packaging/rpm/mackerel-agent-plugins-v2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ done
%{__targetdir}/*

%changelog
* Tue Mar 4 2025 <[email protected]> - 0.88.0
- support memory peak value which is introduced in PHP 8.4 on mackerel-plugin-php-fpm (by kmuto)
- Bump mackerelio/workflows from 1.2.0 to 1.3.0 (by dependabot[bot])

* Mon Jan 27 2025 <[email protected]> - 0.87.0
- Fix CI build (by ne-sachirou)
- Bump golang.org/x/net from 0.23.0 to 0.33.0 in /mackerel-plugin-gcp-compute-engine (by dependabot[bot])
Expand Down

0 comments on commit bc31cc6

Please sign in to comment.