Skip to content

Commit

Permalink
Merge pull request #765 from mackerelio/bump-version-0.64.1
Browse files Browse the repository at this point in the history
Release version 0.64.1
  • Loading branch information
susisu authored Jun 3, 2021
2 parents 35d816d + ce2867c commit df9c864
Show file tree
Hide file tree
Showing 8 changed files with 76 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.64.1 (2021-06-03)

* Bump github.com/montanaflynn/stats from 0.6.5 to 0.6.6 #758 (dependabot[bot])
* Bump github.com/lib/pq from 1.10.0 to 1.10.2 #762 (dependabot[bot])
* Bump github.com/aws/aws-sdk-go from 1.38.1 to 1.38.40 #760 (dependabot[bot])
* Bump github.com/mackerelio/go-osstat from 0.1.0 to 0.2.0 #759 (dependabot[bot])
* Bump github.com/go-ldap/ldap/v3 from 3.2.4 to 3.3.0 #750 (dependabot[bot])
* Use latest go-mackerel-plugin(-helper) #756 (astj)
* Bump github.com/hashicorp/go-version from 1.2.1 to 1.3.0 #748 (dependabot[bot])
* upgrade Go 1.14 -> 1.16 #753 (lufia)


## 0.64.0 (2021-03-24)

* Bump github.com/jmoiron/sqlx from 1.2.0 to 1.3.1 #722 (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.64.0
VERSION = 0.64.1
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.0"
const version = "0.64.1"

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.64.1-1.v2) stable; urgency=low

* Bump github.com/montanaflynn/stats from 0.6.5 to 0.6.6 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/758>
* Bump github.com/lib/pq from 1.10.0 to 1.10.2 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/762>
* Bump github.com/aws/aws-sdk-go from 1.38.1 to 1.38.40 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/760>
* Bump github.com/mackerelio/go-osstat from 0.1.0 to 0.2.0 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/759>
* Bump github.com/go-ldap/ldap/v3 from 3.2.4 to 3.3.0 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/750>
* Use latest go-mackerel-plugin(-helper) (by astj)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/756>
* Bump github.com/hashicorp/go-version from 1.2.1 to 1.3.0 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/748>
* upgrade Go 1.14 -> 1.16 (by lufia)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/753>

-- mackerel <[email protected]> Thu, 03 Jun 2021 02:54:12 +0000

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

* Bump github.com/jmoiron/sqlx from 1.2.0 to 1.3.1 (by dependabot[bot])
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.64.1-1) stable; urgency=low

* Bump github.com/montanaflynn/stats from 0.6.5 to 0.6.6 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/758>
* Bump github.com/lib/pq from 1.10.0 to 1.10.2 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/762>
* Bump github.com/aws/aws-sdk-go from 1.38.1 to 1.38.40 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/760>
* Bump github.com/mackerelio/go-osstat from 0.1.0 to 0.2.0 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/759>
* Bump github.com/go-ldap/ldap/v3 from 3.2.4 to 3.3.0 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/750>
* Use latest go-mackerel-plugin(-helper) (by astj)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/756>
* Bump github.com/hashicorp/go-version from 1.2.1 to 1.3.0 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/748>
* upgrade Go 1.14 -> 1.16 (by lufia)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/753>

-- mackerel <[email protected]> Thu, 03 Jun 2021 02:54:12 +0000

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

* Bump github.com/jmoiron/sqlx from 1.2.0 to 1.3.1 (by dependabot[bot])
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
* Thu Jun 03 2021 <[email protected]> - 0.64.1
- Bump github.com/montanaflynn/stats from 0.6.5 to 0.6.6 (by dependabot[bot])
- Bump github.com/lib/pq from 1.10.0 to 1.10.2 (by dependabot[bot])
- Bump github.com/aws/aws-sdk-go from 1.38.1 to 1.38.40 (by dependabot[bot])
- Bump github.com/mackerelio/go-osstat from 0.1.0 to 0.2.0 (by dependabot[bot])
- Bump github.com/go-ldap/ldap/v3 from 3.2.4 to 3.3.0 (by dependabot[bot])
- Use latest go-mackerel-plugin(-helper) (by astj)
- Bump github.com/hashicorp/go-version from 1.2.1 to 1.3.0 (by dependabot[bot])
- upgrade Go 1.14 -> 1.16 (by lufia)

* Wed Mar 24 2021 <[email protected]> - 0.64.0
- Bump github.com/jmoiron/sqlx from 1.2.0 to 1.3.1 (by dependabot[bot])
- Bump github.com/aws/aws-sdk-go from 1.37.33 to 1.38.1 (by dependabot[bot])
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
* Thu Jun 03 2021 <[email protected]> - 0.64.1
- Bump github.com/montanaflynn/stats from 0.6.5 to 0.6.6 (by dependabot[bot])
- Bump github.com/lib/pq from 1.10.0 to 1.10.2 (by dependabot[bot])
- Bump github.com/aws/aws-sdk-go from 1.38.1 to 1.38.40 (by dependabot[bot])
- Bump github.com/mackerelio/go-osstat from 0.1.0 to 0.2.0 (by dependabot[bot])
- Bump github.com/go-ldap/ldap/v3 from 3.2.4 to 3.3.0 (by dependabot[bot])
- Use latest go-mackerel-plugin(-helper) (by astj)
- Bump github.com/hashicorp/go-version from 1.2.1 to 1.3.0 (by dependabot[bot])
- upgrade Go 1.14 -> 1.16 (by lufia)

* Wed Mar 24 2021 <[email protected]> - 0.64.0
- Bump github.com/jmoiron/sqlx from 1.2.0 to 1.3.1 (by dependabot[bot])
- Bump github.com/aws/aws-sdk-go from 1.37.33 to 1.38.1 (by dependabot[bot])
Expand Down

0 comments on commit df9c864

Please sign in to comment.