Skip to content

Commit 021564f

Browse files
authored
Merge pull request #1110 from mackerelio/bump-version-0.79.0
Release version 0.79.0
2 parents 00c2241 + 097d976 commit 021564f

File tree

6 files changed

+45
-2
lines changed

6 files changed

+45
-2
lines changed

CHANGELOG.md

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

3+
## 0.79.0 (2023-09-22)
4+
5+
* Bump github.com/aws/aws-sdk-go from 1.44.239 to 1.45.11 #1109 (dependabot[bot])
6+
* Bump actions/checkout from 3 to 4 #1108 (dependabot[bot])
7+
* use go-redis #1105 (yseto)
8+
* Bump golang.org/x/text from 0.9.0 to 0.13.0 #1103 (dependabot[bot])
9+
* Bump golang.org/x/sync from 0.1.0 to 0.3.0 #1082 (dependabot[bot])
10+
* Bump github.com/urfave/cli from 1.22.12 to 1.22.14 #1080 (dependabot[bot])
11+
* Bump github.com/montanaflynn/stats from 0.7.0 to 0.7.1 #1068 (dependabot[bot])
12+
* Bump github.com/lib/pq from 1.10.7 to 1.10.9 #1063 (dependabot[bot])
13+
14+
315
## 0.78.4 (2023-09-04)
416

517
* Fixed Docker CPU Percentage's unusual spike when restarting containers #1100 (Arthur1)

Makefile

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

6565
var gitcommit string
6666

packaging/deb-v2/debian/changelog

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
mackerel-agent-plugins (0.79.0-1.v2) stable; urgency=low
2+
3+
* Bump github.com/aws/aws-sdk-go from 1.44.239 to 1.45.11 (by dependabot[bot])
4+
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1109>
5+
* Bump actions/checkout from 3 to 4 (by dependabot[bot])
6+
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1108>
7+
* use go-redis (by yseto)
8+
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1105>
9+
* Bump golang.org/x/text from 0.9.0 to 0.13.0 (by dependabot[bot])
10+
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1103>
11+
* Bump golang.org/x/sync from 0.1.0 to 0.3.0 (by dependabot[bot])
12+
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1082>
13+
* Bump github.com/urfave/cli from 1.22.12 to 1.22.14 (by dependabot[bot])
14+
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1080>
15+
* Bump github.com/montanaflynn/stats from 0.7.0 to 0.7.1 (by dependabot[bot])
16+
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1068>
17+
* Bump github.com/lib/pq from 1.10.7 to 1.10.9 (by dependabot[bot])
18+
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1063>
19+
20+
-- mackerel <mackerel-developers@hatena.ne.jp> Fri, 22 Sep 2023 03:20:44 +0000
21+
122
mackerel-agent-plugins (0.78.4-1.v2) stable; urgency=low
223

324
* Fixed Docker CPU Percentage's unusual spike when restarting containers (by Arthur1)
File renamed without changes.

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

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

4141
%changelog
42+
* Fri Sep 22 2023 <mackerel-developers@hatena.ne.jp> - 0.79.0
43+
- Bump github.com/aws/aws-sdk-go from 1.44.239 to 1.45.11 (by dependabot[bot])
44+
- Bump actions/checkout from 3 to 4 (by dependabot[bot])
45+
- use go-redis (by yseto)
46+
- Bump golang.org/x/text from 0.9.0 to 0.13.0 (by dependabot[bot])
47+
- Bump golang.org/x/sync from 0.1.0 to 0.3.0 (by dependabot[bot])
48+
- Bump github.com/urfave/cli from 1.22.12 to 1.22.14 (by dependabot[bot])
49+
- Bump github.com/montanaflynn/stats from 0.7.0 to 0.7.1 (by dependabot[bot])
50+
- Bump github.com/lib/pq from 1.10.7 to 1.10.9 (by dependabot[bot])
51+
4252
* Mon Sep 4 2023 <mackerel-developers@hatena.ne.jp> - 0.78.4
4353
- Fixed Docker CPU Percentage's unusual spike when restarting containers (by Arthur1)
4454
- Remove old rpm packaging (by yseto)

0 commit comments

Comments
 (0)