Skip to content

Commit

Permalink
Merge pull request #653 from mackerelio/bump-version-0.61.0
Browse files Browse the repository at this point in the history
Release version 0.61.0
  • Loading branch information
shibayu36 committed Jul 20, 2020
2 parents 47b9043 + 7eed528 commit 3bb5f6a
Show file tree
Hide file tree
Showing 8 changed files with 104 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 0.61.0 (2020-07-20)

* [plugin-mysql] Fix to send Bytes_sent and Bytes_received correctly #649 (shibayu36)
* Bump github.com/lib/pq from 1.6.0 to 1.7.0 #641 (dependabot-preview[bot])
* Bump github.com/hashicorp/go-version from 1.2.0 to 1.2.1 #642 (dependabot-preview[bot])
* [plugin-accesslog] allow fields that cannot be parsed but unused by the plugin #645 (susisu)
* Bump github.com/go-redis/redis from 6.15.7+incompatible to 6.15.8+incompatible #631 (dependabot-preview[bot])
* Bump github.com/stretchr/testify from 1.6.0 to 1.6.1 #638 (dependabot-preview[bot])
* Update aws-sdk-go to 1.31.11 #636 (astj)
* Bump github.com/aws/aws-sdk-go from 1.30.27 to 1.31.7 #634 (dependabot-preview[bot])
* Bump github.com/lib/pq from 1.5.2 to 1.6.0 #633 (dependabot-preview[bot])
* Bump github.com/stretchr/testify from 1.5.1 to 1.6.0 #635 (dependabot-preview[bot])
* [plugin-postgres] add test.sh #629 (lufia)
* Bump github.com/aws/aws-sdk-go from 1.30.7 to 1.30.27 #627 (dependabot-preview[bot])


## 0.60.2 (2020-05-14)

* Bump github.com/fsouza/go-dockerclient from 1.6.3 to 1.6.5 #619 (dependabot-preview[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.60.2
VERSION = 0.61.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.60.2"
const version = "0.61.0"

var gitcommit string

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

* [plugin-mysql] Fix to send Bytes_sent and Bytes_received correctly (by shibayu36)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/649>
* Bump github.com/lib/pq from 1.6.0 to 1.7.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/641>
* Bump github.com/hashicorp/go-version from 1.2.0 to 1.2.1 (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/642>
* [plugin-accesslog] allow fields that cannot be parsed but unused by the plugin (by susisu)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/645>
* Bump github.com/go-redis/redis from 6.15.7+incompatible to 6.15.8+incompatible (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/631>
* Bump github.com/stretchr/testify from 1.6.0 to 1.6.1 (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/638>
* Update aws-sdk-go to 1.31.11 (by astj)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/636>
* Bump github.com/aws/aws-sdk-go from 1.30.27 to 1.31.7 (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/634>
* Bump github.com/lib/pq from 1.5.2 to 1.6.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/633>
* Bump github.com/stretchr/testify from 1.5.1 to 1.6.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/635>
* [plugin-postgres] add test.sh (by lufia)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/629>
* Bump github.com/aws/aws-sdk-go from 1.30.7 to 1.30.27 (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/627>

-- mackerel <mackerel-developers@hatena.ne.jp> Mon, 20 Jul 2020 03:07:50 +0000

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

* Bump github.com/fsouza/go-dockerclient from 1.6.3 to 1.6.5 (by dependabot-preview[bot])
Expand Down
29 changes: 29 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
mackerel-agent-plugins (0.61.0-1) stable; urgency=low

* [plugin-mysql] Fix to send Bytes_sent and Bytes_received correctly (by shibayu36)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/649>
* Bump github.com/lib/pq from 1.6.0 to 1.7.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/641>
* Bump github.com/hashicorp/go-version from 1.2.0 to 1.2.1 (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/642>
* [plugin-accesslog] allow fields that cannot be parsed but unused by the plugin (by susisu)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/645>
* Bump github.com/go-redis/redis from 6.15.7+incompatible to 6.15.8+incompatible (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/631>
* Bump github.com/stretchr/testify from 1.6.0 to 1.6.1 (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/638>
* Update aws-sdk-go to 1.31.11 (by astj)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/636>
* Bump github.com/aws/aws-sdk-go from 1.30.27 to 1.31.7 (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/634>
* Bump github.com/lib/pq from 1.5.2 to 1.6.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/633>
* Bump github.com/stretchr/testify from 1.5.1 to 1.6.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/635>
* [plugin-postgres] add test.sh (by lufia)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/629>
* Bump github.com/aws/aws-sdk-go from 1.30.7 to 1.30.27 (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/627>

-- mackerel <mackerel-developers@hatena.ne.jp> Mon, 20 Jul 2020 03:07:50 +0000

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

* Bump github.com/fsouza/go-dockerclient from 1.6.3 to 1.6.5 (by dependabot-preview[bot])
Expand Down
14 changes: 14 additions & 0 deletions packaging/rpm/mackerel-agent-plugins-v2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,20 @@ done
%{__targetdir}/*

%changelog
* Mon Jul 20 2020 <mackerel-developers@hatena.ne.jp> - 0.61.0
- [plugin-mysql] Fix to send Bytes_sent and Bytes_received correctly (by shibayu36)
- Bump github.com/lib/pq from 1.6.0 to 1.7.0 (by dependabot-preview[bot])
- Bump github.com/hashicorp/go-version from 1.2.0 to 1.2.1 (by dependabot-preview[bot])
- [plugin-accesslog] allow fields that cannot be parsed but unused by the plugin (by susisu)
- Bump github.com/go-redis/redis from 6.15.7+incompatible to 6.15.8+incompatible (by dependabot-preview[bot])
- Bump github.com/stretchr/testify from 1.6.0 to 1.6.1 (by dependabot-preview[bot])
- Update aws-sdk-go to 1.31.11 (by astj)
- Bump github.com/aws/aws-sdk-go from 1.30.27 to 1.31.7 (by dependabot-preview[bot])
- Bump github.com/lib/pq from 1.5.2 to 1.6.0 (by dependabot-preview[bot])
- Bump github.com/stretchr/testify from 1.5.1 to 1.6.0 (by dependabot-preview[bot])
- [plugin-postgres] add test.sh (by lufia)
- Bump github.com/aws/aws-sdk-go from 1.30.7 to 1.30.27 (by dependabot-preview[bot])

* Thu May 14 2020 <mackerel-developers@hatena.ne.jp> - 0.60.2
- Bump github.com/fsouza/go-dockerclient from 1.6.3 to 1.6.5 (by dependabot-preview[bot])
- Bump github.com/lib/pq from 1.3.0 to 1.5.2 (by dependabot-preview[bot])
Expand Down
14 changes: 14 additions & 0 deletions packaging/rpm/mackerel-agent-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,20 @@ done
%{__oldtargetdir}/*

%changelog
* Mon Jul 20 2020 <mackerel-developers@hatena.ne.jp> - 0.61.0
- [plugin-mysql] Fix to send Bytes_sent and Bytes_received correctly (by shibayu36)
- Bump github.com/lib/pq from 1.6.0 to 1.7.0 (by dependabot-preview[bot])
- Bump github.com/hashicorp/go-version from 1.2.0 to 1.2.1 (by dependabot-preview[bot])
- [plugin-accesslog] allow fields that cannot be parsed but unused by the plugin (by susisu)
- Bump github.com/go-redis/redis from 6.15.7+incompatible to 6.15.8+incompatible (by dependabot-preview[bot])
- Bump github.com/stretchr/testify from 1.6.0 to 1.6.1 (by dependabot-preview[bot])
- Update aws-sdk-go to 1.31.11 (by astj)
- Bump github.com/aws/aws-sdk-go from 1.30.27 to 1.31.7 (by dependabot-preview[bot])
- Bump github.com/lib/pq from 1.5.2 to 1.6.0 (by dependabot-preview[bot])
- Bump github.com/stretchr/testify from 1.5.1 to 1.6.0 (by dependabot-preview[bot])
- [plugin-postgres] add test.sh (by lufia)
- Bump github.com/aws/aws-sdk-go from 1.30.7 to 1.30.27 (by dependabot-preview[bot])

* Thu May 14 2020 <mackerel-developers@hatena.ne.jp> - 0.60.2
- Bump github.com/fsouza/go-dockerclient from 1.6.3 to 1.6.5 (by dependabot-preview[bot])
- Bump github.com/lib/pq from 1.3.0 to 1.5.2 (by dependabot-preview[bot])
Expand Down

0 comments on commit 3bb5f6a

Please sign in to comment.