Skip to content

Commit

Permalink
Merge pull request #731 from mackerelio/bump-version-0.63.5
Browse files Browse the repository at this point in the history
Release version 0.63.5
  • Loading branch information
yseto authored Feb 19, 2021
2 parents 23f492a + a5d53e3 commit 0471aa1
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.63.5 (2021-02-19)

* fix incorrect endpoint inspect condition #730 (yseto)


## 0.63.4 (2021-02-19)

* migrate from goamz,go-ses to aws-sdk-go #726 (yseto)
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.4
VERSION = 0.63.5
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.4"
const version = "0.63.5"

var gitcommit string

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

* fix incorrect endpoint inspect condition (by yseto)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/730>

-- mackerel <[email protected]> Fri, 19 Feb 2021 09:26:45 +0000

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

* migrate from goamz,go-ses to aws-sdk-go (by yseto)
Expand Down
7 changes: 7 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
mackerel-agent-plugins (0.63.5-1) stable; urgency=low

* fix incorrect endpoint inspect condition (by yseto)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/730>

-- mackerel <[email protected]> Fri, 19 Feb 2021 09:26:45 +0000

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

* migrate from goamz,go-ses to aws-sdk-go (by yseto)
Expand Down
3 changes: 3 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,9 @@ done
%{__targetdir}/*

%changelog
* Fri Feb 19 2021 <[email protected]> - 0.63.5
- fix incorrect endpoint inspect condition (by yseto)

* Fri Feb 19 2021 <[email protected]> - 0.63.4
- migrate from goamz,go-ses to aws-sdk-go (by yseto)
- replace mackerel-github-release (by yseto)
Expand Down
3 changes: 3 additions & 0 deletions packaging/rpm/mackerel-agent-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ done
%{__oldtargetdir}/*

%changelog
* Fri Feb 19 2021 <[email protected]> - 0.63.5
- fix incorrect endpoint inspect condition (by yseto)

* Fri Feb 19 2021 <[email protected]> - 0.63.4
- migrate from goamz,go-ses to aws-sdk-go (by yseto)
- replace mackerel-github-release (by yseto)
Expand Down

0 comments on commit 0471aa1

Please sign in to comment.