File tree Expand file tree Collapse file tree 6 files changed +45
-2
lines changed
Expand file tree Collapse file tree 6 files changed +45
-2
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 1- VERSION = 0.78.4
1+ VERSION = 0.79.0
22VERBOSE_FLAG = $(if $(VERBOSE ) ,-verbose)
33CURRENT_REVISION = $(shell git rev-parse --short HEAD)
44
Original file line number Diff line number Diff 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
6565var gitcommit string
6666
Original file line number Diff line number Diff line change 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+
122mackerel-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.
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments