Skip to content

Commit

Permalink
Merge pull request #301 from mackerelio/bump-version-0.32.0
Browse files Browse the repository at this point in the history
Release version 0.32.0
  • Loading branch information
susisu committed Oct 2, 2019
2 parents 8a350ad + 77741df commit 8f48075
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.32.0 (2019-10-02)

* [doc]add repository policy #300 (lufia)
* add --user to check-http #297 (lausser)
* Update modules #298 (ne-sachirou)
* [check-procs] If more than one pattern is specified, find processes that meet any of the conditions. #293 (tukaelu)


## 0.31.1 (2019-07-22)

* Build with Go 1.12 #292 (astj)
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.31.1
VERSION = 0.32.0
CURRENT_REVISION = $(shell git rev-parse --short HEAD)
ifeq ($(OS),Windows_NT)
GOPATH_ROOT:=$(shell cygpath ${GOPATH})
Expand Down
2 changes: 1 addition & 1 deletion mackerel-check.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.31.1"
const version = "0.32.0"

var gitcommit string

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

* [doc]add repository policy (by lufia)
<https://github.com/mackerelio/go-check-plugins/pull/300>
* add --user to check-http (by lausser)
<https://github.com/mackerelio/go-check-plugins/pull/297>
* Update modules (by ne-sachirou)
<https://github.com/mackerelio/go-check-plugins/pull/298>
* [check-procs] If more than one pattern is specified, find processes that meet any of the conditions. (by tukaelu)
<https://github.com/mackerelio/go-check-plugins/pull/293>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 02 Oct 2019 06:50:03 +0000

mackerel-check-plugins (0.31.1-1.v2) stable; urgency=low

* Build with Go 1.12 (by astj)
Expand Down
13 changes: 13 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
mackerel-check-plugins (0.32.0-1) stable; urgency=low

* [doc]add repository policy (by lufia)
<https://github.com/mackerelio/go-check-plugins/pull/300>
* add --user to check-http (by lausser)
<https://github.com/mackerelio/go-check-plugins/pull/297>
* Update modules (by ne-sachirou)
<https://github.com/mackerelio/go-check-plugins/pull/298>
* [check-procs] If more than one pattern is specified, find processes that meet any of the conditions. (by tukaelu)
<https://github.com/mackerelio/go-check-plugins/pull/293>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 02 Oct 2019 06:50:03 +0000

mackerel-check-plugins (0.31.1-1) stable; urgency=low

* Build with Go 1.12 (by astj)
Expand Down
6 changes: 6 additions & 0 deletions packaging/rpm/mackerel-check-plugins-v2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ done
%{__targetdir}/*

%changelog
* Wed Oct 02 2019 <mackerel-developers@hatena.ne.jp> - 0.32.0
- [doc]add repository policy (by lufia)
- add --user to check-http (by lausser)
- Update modules (by ne-sachirou)
- [check-procs] If more than one pattern is specified, find processes that meet any of the conditions. (by tukaelu)

* Mon Jul 22 2019 <mackerel-developers@hatena.ne.jp> - 0.31.1
- Build with Go 1.12 (by astj)

Expand Down
6 changes: 6 additions & 0 deletions packaging/rpm/mackerel-check-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ done
%{__oldtargetdir}/*

%changelog
* Wed Oct 02 2019 <mackerel-developers@hatena.ne.jp> - 0.32.0
- [doc]add repository policy (by lufia)
- add --user to check-http (by lausser)
- Update modules (by ne-sachirou)
- [check-procs] If more than one pattern is specified, find processes that meet any of the conditions. (by tukaelu)

* Mon Jul 22 2019 <mackerel-developers@hatena.ne.jp> - 0.31.1
- Build with Go 1.12 (by astj)

Expand Down

0 comments on commit 8f48075

Please sign in to comment.