Skip to content

Commit 267f635

Browse files
authored
Merge pull request #1104 from mackerelio/bump-version-0.78.4
Release version 0.78.4
2 parents 78d4ac7 + 6c47a92 commit 267f635

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.78.4 (2023-09-04)
4+
5+
* Fixed Docker CPU Percentage's unusual spike when restarting containers #1100 (Arthur1)
6+
* Remove old rpm packaging #1095 (yseto)
7+
8+
39
## 0.78.3 (2023-07-13)
410

511

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.78.3
1+
VERSION = 0.78.4
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.78.3"
63+
const version = "0.78.4"
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.78.4-1.v2) stable; urgency=low
2+
3+
* Fixed Docker CPU Percentage's unusual spike when restarting containers (by Arthur1)
4+
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1100>
5+
* Remove old rpm packaging (by yseto)
6+
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1095>
7+
8+
-- mackerel <mackerel-developers@hatena.ne.jp> Mon, 4 Sep 2023 03:17:45 +0000
9+
110
mackerel-agent-plugins (0.78.3-1.v2) stable; urgency=low
211

312

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 Sep 4 2023 <mackerel-developers@hatena.ne.jp> - 0.78.4
43+
- Fixed Docker CPU Percentage's unusual spike when restarting containers (by Arthur1)
44+
- Remove old rpm packaging (by yseto)
45+
4246
* Thu Jul 13 2023 <mackerel-developers@hatena.ne.jp> - 0.78.3
4347

4448
* Wed Jun 14 2023 <mackerel-developers@hatena.ne.jp> - 0.78.2

0 commit comments

Comments
 (0)