Skip to content

Commit

Permalink
Merge pull request #1231 from mackerelio/bump-version-0.86.0
Browse files Browse the repository at this point in the history
Release version 0.86.0
  • Loading branch information
yohfee authored Oct 8, 2024
2 parents 2a3ef76 + ff30ded commit f209585
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.86.0 (2024-10-08)

* Bump github.com/mackerelio/mackerel-plugin-mysql from 1.2.1 to 1.3.0 in /mackerel-plugin-mysql #1228 (dependabot[bot])
* Watch every module go.mod #1225 (yohfee)
* Bump github.com/mackerelio/mackerel-plugin-mysql from 1.2.2 to 1.3.0 #1224 (dependabot[bot])
* Fix lint #1220 (yohfee)
* [plugin-aws-ec2-ebs] add actions to README need to be allowed in the iam policy #1219 (miztch)


## 0.85.0 (2024-08-08)

* Bump golang.org/x/text from 0.15.0 to 0.17.0 #1216 (dependabot[bot])
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.85.0
VERSION = 0.86.0
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.85.0"
const version = "0.86.0"

var gitcommit string

Expand Down
15 changes: 15 additions & 0 deletions packaging/deb-v2/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
mackerel-agent-plugins (0.86.0-1.v2) stable; urgency=low

* Bump github.com/mackerelio/mackerel-plugin-mysql from 1.2.1 to 1.3.0 in /mackerel-plugin-mysql (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1228>
* Watch every module go.mod (by yohfee)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1225>
* Bump github.com/mackerelio/mackerel-plugin-mysql from 1.2.2 to 1.3.0 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1224>
* Fix lint (by yohfee)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1220>
* [plugin-aws-ec2-ebs] add actions to README need to be allowed in the iam policy (by miztch)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1219>

-- mackerel <mackerel-developers@hatena.ne.jp> Tue, 8 Oct 2024 06:30:43 +0000

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

* Bump golang.org/x/text from 0.15.0 to 0.17.0 (by dependabot[bot])
Expand Down
7 changes: 7 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,13 @@ done
%{__targetdir}/*

%changelog
* Tue Oct 8 2024 <mackerel-developers@hatena.ne.jp> - 0.86.0
- Bump github.com/mackerelio/mackerel-plugin-mysql from 1.2.1 to 1.3.0 in /mackerel-plugin-mysql (by dependabot[bot])
- Watch every module go.mod (by yohfee)
- Bump github.com/mackerelio/mackerel-plugin-mysql from 1.2.2 to 1.3.0 (by dependabot[bot])
- Fix lint (by yohfee)
- [plugin-aws-ec2-ebs] add actions to README need to be allowed in the iam policy (by miztch)

* Thu Aug 8 2024 <mackerel-developers@hatena.ne.jp> - 0.85.0
- Bump golang.org/x/text from 0.15.0 to 0.17.0 (by dependabot[bot])
- [mackerel-plugin-snmp] support 32bit counter overflow. (by yseto)
Expand Down

0 comments on commit f209585

Please sign in to comment.