Skip to content

Commit

Permalink
Merge pull request #875 from mackerelio/bump-version-0.71.0
Browse files Browse the repository at this point in the history
Release version 0.71.0
  • Loading branch information
yseto committed Apr 21, 2022
2 parents d43fe41 + fae06ee commit 7f74f70
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.71.0 (2022-04-21)

* [plugin-mysql] fix panic when parsing aio stats #874 (lufia)
* Fix: Input 'job-number' has been deprecated with message: use flag-name instead #871 (ne-sachirou)


## 0.70.6 (2022-04-14)

* Bump github.com/go-ldap/ldap/v3 from 3.4.2 to 3.4.3 #869 (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.70.6
VERSION = 0.71.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.70.6"
const version = "0.71.0"

var gitcommit string

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

* [plugin-mysql] fix panic when parsing aio stats (by lufia)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/874>
* Fix: Input 'job-number' has been deprecated with message: use flag-name instead (by ne-sachirou)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/871>

-- mackerel <mackerel-developers@hatena.ne.jp> Thu, 21 Apr 2022 07:00:31 +0000

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

* Bump github.com/go-ldap/ldap/v3 from 3.4.2 to 3.4.3 (by dependabot[bot])
Expand Down
9 changes: 9 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
mackerel-agent-plugins (0.71.0-1) stable; urgency=low

* [plugin-mysql] fix panic when parsing aio stats (by lufia)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/874>
* Fix: Input 'job-number' has been deprecated with message: use flag-name instead (by ne-sachirou)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/871>

-- mackerel <mackerel-developers@hatena.ne.jp> Thu, 21 Apr 2022 07:00:31 +0000

mackerel-agent-plugins (0.70.6-1) stable; urgency=low

* Bump github.com/go-ldap/ldap/v3 from 3.4.2 to 3.4.3 (by dependabot[bot])
Expand Down
4 changes: 4 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,10 @@ done
%{__targetdir}/*

%changelog
* Thu Apr 21 2022 <mackerel-developers@hatena.ne.jp> - 0.71.0
- [plugin-mysql] fix panic when parsing aio stats (by lufia)
- Fix: Input 'job-number' has been deprecated with message: use flag-name instead (by ne-sachirou)

* Thu Apr 14 2022 <mackerel-developers@hatena.ne.jp> - 0.70.6
- Bump github.com/go-ldap/ldap/v3 from 3.4.2 to 3.4.3 (by dependabot[bot])
- Bump github.com/aws/aws-sdk-go from 1.43.26 to 1.43.36 (by dependabot[bot])
Expand Down
4 changes: 4 additions & 0 deletions packaging/rpm/mackerel-agent-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ done
%{__oldtargetdir}/*

%changelog
* Thu Apr 21 2022 <mackerel-developers@hatena.ne.jp> - 0.71.0
- [plugin-mysql] fix panic when parsing aio stats (by lufia)
- Fix: Input 'job-number' has been deprecated with message: use flag-name instead (by ne-sachirou)

* Thu Apr 14 2022 <mackerel-developers@hatena.ne.jp> - 0.70.6
- Bump github.com/go-ldap/ldap/v3 from 3.4.2 to 3.4.3 (by dependabot[bot])
- Bump github.com/aws/aws-sdk-go from 1.43.26 to 1.43.36 (by dependabot[bot])
Expand Down

0 comments on commit 7f74f70

Please sign in to comment.