Skip to content

Commit

Permalink
Merge pull request #678 from mackerelio/bump-version-0.63.1
Browse files Browse the repository at this point in the history
Release version 0.63.1
  • Loading branch information
lufia authored Oct 1, 2020
2 parents 2aad916 + 7c1f2ea commit fe6b99b
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.63.1 (2020-10-01)

* Bump github.com/aws/aws-sdk-go from 1.34.22 to 1.34.32 #677 (dependabot-preview[bot])
* fix build arch for make rpm-v2-arm #675 (astj)


## 0.63.0 (2020-09-15)

* add arm64 architecture packages, and fix Architecture field of deb #673 (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.63.0
VERSION = 0.63.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.63.0"
const version = "0.63.1"

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

* Bump github.com/aws/aws-sdk-go from 1.34.22 to 1.34.32 (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/677>
* fix build arch for make rpm-v2-arm (by astj)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/675>

-- mackerel <[email protected]> Thu, 01 Oct 2020 05:57:49 +0000

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

* add arm64 architecture packages, and fix Architecture field of deb (by lufia)
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.63.1-1) stable; urgency=low

* Bump github.com/aws/aws-sdk-go from 1.34.22 to 1.34.32 (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/677>
* fix build arch for make rpm-v2-arm (by astj)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/675>

-- mackerel <[email protected]> Thu, 01 Oct 2020 05:57:49 +0000

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

* add arm64 architecture packages, and fix Architecture field of deb (by lufia)
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 Oct 01 2020 <[email protected]> - 0.63.1
- Bump github.com/aws/aws-sdk-go from 1.34.22 to 1.34.32 (by dependabot-preview[bot])
- fix build arch for make rpm-v2-arm (by astj)

* Tue Sep 15 2020 <[email protected]> - 0.63.0
- add arm64 architecture packages, and fix Architecture field of deb (by lufia)
- Bump github.com/aws/aws-sdk-go from 1.33.17 to 1.34.22 (by dependabot-preview[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 Oct 01 2020 <[email protected]> - 0.63.1
- Bump github.com/aws/aws-sdk-go from 1.34.22 to 1.34.32 (by dependabot-preview[bot])
- fix build arch for make rpm-v2-arm (by astj)

* Tue Sep 15 2020 <[email protected]> - 0.63.0
- add arm64 architecture packages, and fix Architecture field of deb (by lufia)
- Bump github.com/aws/aws-sdk-go from 1.33.17 to 1.34.22 (by dependabot-preview[bot])
Expand Down

0 comments on commit fe6b99b

Please sign in to comment.