File tree Expand file tree Collapse file tree 6 files changed +33
-2
lines changed
Expand file tree Collapse file tree 6 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.86.0 (2024-10-08)
4+
5+ * Bump github.com/mackerelio/mackerel-plugin-mysql from 1.2.1 to 1.3.0 in /mackerel-plugin-mysql #1228 (dependabot[ bot] )
6+ * Watch every module go.mod #1225 (yohfee)
7+ * Bump github.com/mackerelio/mackerel-plugin-mysql from 1.2.2 to 1.3.0 #1224 (dependabot[ bot] )
8+ * Fix lint #1220 (yohfee)
9+ * [ plugin-aws-ec2-ebs] add actions to README need to be allowed in the iam policy #1219 (miztch)
10+
11+
312## 0.85.0 (2024-08-08)
413
514* Bump golang.org/x/text from 0.15.0 to 0.17.0 #1216 (dependabot[ bot] )
Original file line number Diff line number Diff line change 1- VERSION = 0.85 .0
1+ VERSION = 0.86 .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.85 .0"
63+ const version = "0.86 .0"
6464
6565var gitcommit string
6666
Original file line number Diff line number Diff line change 1+ mackerel-agent-plugins (0.86.0-1.v2) stable; urgency=low
2+
3+ * Bump github.com/mackerelio/mackerel-plugin-mysql from 1.2.1 to 1.3.0 in /mackerel-plugin-mysql (by dependabot[bot])
4+ <https://github.com/mackerelio/mackerel-agent-plugins/pull/1228>
5+ * Watch every module go.mod (by yohfee)
6+ <https://github.com/mackerelio/mackerel-agent-plugins/pull/1225>
7+ * Bump github.com/mackerelio/mackerel-plugin-mysql from 1.2.2 to 1.3.0 (by dependabot[bot])
8+ <https://github.com/mackerelio/mackerel-agent-plugins/pull/1224>
9+ * Fix lint (by yohfee)
10+ <https://github.com/mackerelio/mackerel-agent-plugins/pull/1220>
11+ * [plugin-aws-ec2-ebs] add actions to README need to be allowed in the iam policy (by miztch)
12+ <https://github.com/mackerelio/mackerel-agent-plugins/pull/1219>
13+
14+ -- mackerel <mackerel-developers@hatena.ne.jp> Tue, 8 Oct 2024 06:30:43 +0000
15+
116mackerel-agent-plugins (0.85.0-1.v2) stable; urgency=low
217
318 * Bump golang.org/x/text from 0.15.0 to 0.17.0 (by dependabot[bot])
File renamed without changes.
Original file line number Diff line number Diff line change 3939%{__targetdir}/*
4040
4141%changelog
42+ * Tue Oct 8 2024 <mackerel-developers@hatena.ne.jp> - 0.86.0
43+ - Bump github.com/mackerelio/mackerel-plugin-mysql from 1.2.1 to 1.3.0 in /mackerel-plugin-mysql (by dependabot[bot])
44+ - Watch every module go.mod (by yohfee)
45+ - Bump github.com/mackerelio/mackerel-plugin-mysql from 1.2.2 to 1.3.0 (by dependabot[bot])
46+ - Fix lint (by yohfee)
47+ - [plugin-aws-ec2-ebs] add actions to README need to be allowed in the iam policy (by miztch)
48+
4249* Thu Aug 8 2024 <mackerel-developers@hatena.ne.jp> - 0.85.0
4350- Bump golang.org/x/text from 0.15.0 to 0.17.0 (by dependabot[bot])
4451- [mackerel-plugin-snmp] support 32bit counter overflow. (by yseto)
You can’t perform that action at this time.
0 commit comments