Skip to content

Commit

Permalink
Merge pull request #1104 from mackerelio/bump-version-0.78.4
Browse files Browse the repository at this point in the history
Release version 0.78.4
  • Loading branch information
azukiazusa1 authored Sep 4, 2023
2 parents 78d4ac7 + 6c47a92 commit 267f635
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.78.4 (2023-09-04)

* Fixed Docker CPU Percentage's unusual spike when restarting containers #1100 (Arthur1)
* Remove old rpm packaging #1095 (yseto)


## 0.78.3 (2023-07-13)


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.78.3
VERSION = 0.78.4
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.78.3"
const version = "0.78.4"

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.78.4-1.v2) stable; urgency=low

* Fixed Docker CPU Percentage's unusual spike when restarting containers (by Arthur1)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1100>
* Remove old rpm packaging (by yseto)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1095>

-- mackerel <[email protected]> Mon, 4 Sep 2023 03:17:45 +0000

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


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
* Mon Sep 4 2023 <[email protected]> - 0.78.4
- Fixed Docker CPU Percentage's unusual spike when restarting containers (by Arthur1)
- Remove old rpm packaging (by yseto)

* Thu Jul 13 2023 <[email protected]> - 0.78.3

* Wed Jun 14 2023 <[email protected]> - 0.78.2
Expand Down

0 comments on commit 267f635

Please sign in to comment.