Skip to content

Commit 9fc8fe0

Browse files
authored
Merge pull request #1202 from mackerelio/bump-version-0.84.0
Release version 0.84.0
2 parents eb01bc8 + 7006125 commit 9fc8fe0

File tree

6 files changed

+17
-2
lines changed

6 files changed

+17
-2
lines changed

CHANGELOG.md

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

3+
## 0.84.0 (2024-07-01)
4+
5+
* [mackerel-plugin-php-fpm] add slow_requests_delta metrics because slow_requests is a counter #1201 (Arthur1)
6+
7+
38
## 0.83.0 (2024-06-12)
49

510
* [plugin-mailq] mailq/postfix: Fix mail queue count regexp capture when it's `1` #1186 (yongjiajun)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.83.0
1+
VERSION = 0.84.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.83.0"
63+
const version = "0.84.0"
6464

6565
var gitcommit string
6666

packaging/deb-v2/debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
mackerel-agent-plugins (0.84.0-1.v2) stable; urgency=low
2+
3+
* [mackerel-plugin-php-fpm] add slow_requests_delta metrics because slow_requests is a counter (by Arthur1)
4+
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1201>
5+
6+
-- mackerel <mackerel-developers@hatena.ne.jp> Mon, 1 Jul 2024 05:41:17 +0000
7+
18
mackerel-agent-plugins (0.83.0-1.v2) stable; urgency=low
29

310
* [plugin-mailq] mailq/postfix: Fix mail queue count regexp capture when it's `1` (by yongjiajun)
File renamed without changes.

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

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

4141
%changelog
42+
* Mon Jul 1 2024 <mackerel-developers@hatena.ne.jp> - 0.84.0
43+
- [mackerel-plugin-php-fpm] add slow_requests_delta metrics because slow_requests is a counter (by Arthur1)
44+
4245
* Wed Jun 12 2024 <mackerel-developers@hatena.ne.jp> - 0.83.0
4346
- [plugin-mailq] mailq/postfix: Fix mail queue count regexp capture when it's `1` (by yongjiajun)
4447
- Bump github.com/urfave/cli from 1.22.14 to 1.22.15 (by dependabot[bot])

0 commit comments

Comments
 (0)