Skip to content

Commit f209585

Browse files
authored
Merge pull request #1231 from mackerelio/bump-version-0.86.0
Release version 0.86.0
2 parents 2a3ef76 + ff30ded commit f209585

File tree

6 files changed

+33
-2
lines changed

6 files changed

+33
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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])

Makefile

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

6565
var gitcommit string
6666

packaging/deb-v2/debian/changelog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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 <[email protected]> Tue, 8 Oct 2024 06:30:43 +0000
15+
116
mackerel-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])

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

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

4141
%changelog
42+
* Tue Oct 8 2024 <[email protected]> - 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 <[email protected]> - 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)

0 commit comments

Comments
 (0)