Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 0.65.0 #787

Merged
merged 1 commit into from
Jul 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.65.0 (2021-07-06)

* bump go-mackerel-plugin and go-mackerel-plugin-helper #783 (astj)
* Bump github.com/aws/aws-sdk-go from 1.38.40 to 1.38.70 #781 (dependabot[bot])
* Bump github.com/gomodule/redigo from 1.8.4 to 1.8.5 #773 (dependabot[bot])
* Bump github.com/fsouza/go-dockerclient from 1.7.2 to 1.7.3 #767 (dependabot[bot])
* Bump github.com/jmoiron/sqlx from 1.3.1 to 1.3.4 #761 (dependabot[bot])
* [ci][plugin-mysql] check metrics #778 (lufia)
* [plugin-aws-cloudfront]Replace label name of graph #766 (wafuwafu13)
* [plugin-redis] avoid to store +Inf #779 (lufia)


## 0.64.3 (2021-06-23)

* [ci][plugin-redis] check metrics #775 (lufia)
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.64.3
VERSION = 0.65.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.64.3"
const version = "0.65.0"

var gitcommit string

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

* bump go-mackerel-plugin and go-mackerel-plugin-helper (by astj)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/783>
* Bump github.com/aws/aws-sdk-go from 1.38.40 to 1.38.70 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/781>
* Bump github.com/gomodule/redigo from 1.8.4 to 1.8.5 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/773>
* Bump github.com/fsouza/go-dockerclient from 1.7.2 to 1.7.3 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/767>
* Bump github.com/jmoiron/sqlx from 1.3.1 to 1.3.4 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/761>
* [ci][plugin-mysql] check metrics (by lufia)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/778>
* [plugin-aws-cloudfront]Replace label name of graph (by wafuwafu13)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/766>
* [plugin-redis] avoid to store +Inf (by lufia)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/779>

-- mackerel <[email protected]> Tue, 06 Jul 2021 06:04:47 +0000

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

* [ci][plugin-redis] check metrics (by lufia)
Expand Down
21 changes: 21 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
mackerel-agent-plugins (0.65.0-1) stable; urgency=low

* bump go-mackerel-plugin and go-mackerel-plugin-helper (by astj)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/783>
* Bump github.com/aws/aws-sdk-go from 1.38.40 to 1.38.70 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/781>
* Bump github.com/gomodule/redigo from 1.8.4 to 1.8.5 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/773>
* Bump github.com/fsouza/go-dockerclient from 1.7.2 to 1.7.3 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/767>
* Bump github.com/jmoiron/sqlx from 1.3.1 to 1.3.4 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/761>
* [ci][plugin-mysql] check metrics (by lufia)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/778>
* [plugin-aws-cloudfront]Replace label name of graph (by wafuwafu13)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/766>
* [plugin-redis] avoid to store +Inf (by lufia)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/779>

-- mackerel <[email protected]> Tue, 06 Jul 2021 06:04:47 +0000

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

* [ci][plugin-redis] check metrics (by lufia)
Expand Down
10 changes: 10 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,16 @@ done
%{__targetdir}/*

%changelog
* Tue Jul 06 2021 <[email protected]> - 0.65.0
- bump go-mackerel-plugin and go-mackerel-plugin-helper (by astj)
- Bump github.com/aws/aws-sdk-go from 1.38.40 to 1.38.70 (by dependabot[bot])
- Bump github.com/gomodule/redigo from 1.8.4 to 1.8.5 (by dependabot[bot])
- Bump github.com/fsouza/go-dockerclient from 1.7.2 to 1.7.3 (by dependabot[bot])
- Bump github.com/jmoiron/sqlx from 1.3.1 to 1.3.4 (by dependabot[bot])
- [ci][plugin-mysql] check metrics (by lufia)
- [plugin-aws-cloudfront]Replace label name of graph (by wafuwafu13)
- [plugin-redis] avoid to store +Inf (by lufia)

* Wed Jun 23 2021 <[email protected]> - 0.64.3
- [ci][plugin-redis] check metrics (by lufia)
- [ci] run tests on the workflow (by lufia)
Expand Down
10 changes: 10 additions & 0 deletions packaging/rpm/mackerel-agent-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@ done
%{__oldtargetdir}/*

%changelog
* Tue Jul 06 2021 <[email protected]> - 0.65.0
- bump go-mackerel-plugin and go-mackerel-plugin-helper (by astj)
- Bump github.com/aws/aws-sdk-go from 1.38.40 to 1.38.70 (by dependabot[bot])
- Bump github.com/gomodule/redigo from 1.8.4 to 1.8.5 (by dependabot[bot])
- Bump github.com/fsouza/go-dockerclient from 1.7.2 to 1.7.3 (by dependabot[bot])
- Bump github.com/jmoiron/sqlx from 1.3.1 to 1.3.4 (by dependabot[bot])
- [ci][plugin-mysql] check metrics (by lufia)
- [plugin-aws-cloudfront]Replace label name of graph (by wafuwafu13)
- [plugin-redis] avoid to store +Inf (by lufia)

* Wed Jun 23 2021 <[email protected]> - 0.64.3
- [ci][plugin-redis] check metrics (by lufia)
- [ci] run tests on the workflow (by lufia)
Expand Down